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

Unified Diff: base/base.gypi

Issue 11299301: Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index c73ade59e1cbecaec83764909c839a8a6f5018be..5febc5a8f45ed3782abbb459934d7ea53942748a 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -642,6 +642,9 @@
['exclude', '^process_util'],
['include', '^process_util_ios\\.mm$'],
],
+ 'sources!': [
+ 'message_pump_libevent.cc'
+ ],
}],
['OS != "mac" or >(nacl_untrusted_build)==1', {
'sources!': [
« no previous file with comments | « base/base.gyp ('k') | base/message_pump_io_ios.h » ('j') | base/message_pump_io_ios.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698