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

Unified Diff: third_party/libevent/libevent.gyp

Issue 8438070: libevent: fix include style (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: libevent: fix include style Created 9 years, 1 month 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/evhttp.h ('k') | no next file » | 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 55b19cdf5e8cfa2dbdeea92c2636d136c94e8372..5341a55a6f12e28aaa3d28c77bac067907787658 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -32,10 +32,6 @@
'defines': [
'HAVE_CONFIG_H',
],
- 'include_dirs': [
- '.', # libevent includes some of its own headers with
- # #include <...> instead of #include "..."
- ],
'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/evhttp.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698