Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: third_party/libevent/libevent.gyp

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libevent/event-config.h ('k') | third_party/libjingle/overrides/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/libevent.gyp
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index a785d34695fa2c4d280d771939489883ae97b454..656dd63f18a1dd52c55db537b8c8c6d1a181fe66 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -27,6 +27,9 @@
'defines': [
'HAVE_CONFIG_H',
],
+ 'include_dirs': [
+ '../..',
+ ],
'conditions': [
# libevent has platform-specific implementation files. Since its
# native build uses autoconf, platform-specific config.h files are
« no previous file with comments | « third_party/libevent/event-config.h ('k') | third_party/libjingle/overrides/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698