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

Unified Diff: base/third_party/libevent/libevent.gyp

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn bootstrap Created 5 years 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
Index: base/third_party/libevent/libevent.gyp
diff --git a/third_party/libevent/libevent.gyp b/base/third_party/libevent/libevent.gyp
similarity index 98%
rename from third_party/libevent/libevent.gyp
rename to base/third_party/libevent/libevent.gyp
index 656dd63f18a1dd52c55db537b8c8c6d1a181fe66..581aa892a803e391aa24eee60006170f222ac13c 100644
--- a/third_party/libevent/libevent.gyp
+++ b/base/third_party/libevent/libevent.gyp
@@ -28,7 +28,7 @@
'HAVE_CONFIG_H',
],
'include_dirs': [
- '../..',
+ '../../..',
],
'conditions': [
# libevent has platform-specific implementation files. Since its

Powered by Google App Engine
This is Rietveld 408576698