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

Unified Diff: base/base.gyp

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path 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
« no previous file with comments | « base/DEPS ('k') | base/base_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 7e42ac8df88c71020e581b500e940c08911d6c6f..7408d058bf9a4a98648ba72776ed0d238d1dea40 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -207,7 +207,7 @@
},
}],
['OS != "win" and (OS != "ios" or _toolset == "host")', {
- 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
+ 'dependencies': ['third_party/libevent/libevent.gyp:libevent'],
},],
['component=="shared_library"', {
'conditions': [
@@ -809,7 +809,7 @@
],
}, { # OS != "win"
'dependencies': [
- '../third_party/libevent/libevent.gyp:libevent'
+ 'third_party/libevent/libevent.gyp:libevent'
],
}],
], # conditions
« no previous file with comments | « base/DEPS ('k') | base/base_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698