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: base/base_nacl.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/base.gyp ('k') | base/message_loop/message_pump_libevent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_nacl.gyp
diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
index 7010256ff513bf11a5dc8907e82b914c58826818..675cbd6ebc4cec6ee7edfbf01f225fd8c37e7c5d 100644
--- a/base/base_nacl.gyp
+++ b/base/base_nacl.gyp
@@ -117,8 +117,8 @@
'rand_util_nacl.cc',
],
'dependencies': [
- '../third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
'base.gyp:base_debugging_flags',
+ 'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
],
},
{
« no previous file with comments | « base/base.gyp ('k') | base/message_loop/message_pump_libevent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698