
- remove bogus include of base/completion_callback.h - add DEPS rules to allow including third_party/libevent Review URL: http://codereview.chromium.org/2964 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2371 0039d316-1c4b-4281-b951-d872f2087c98
5 lines
70 B
Python
5 lines
70 B
Python
include_rules = [
|
|
"+third_party/zlib",
|
|
"+third_party/libevent",
|
|
]
|