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

Unified Diff: base/base.gyp

Issue 7276045: Give a CFRunLoop to the IO message loop type on Mac OS X. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 months 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 | « no previous file | base/base.gypi » ('j') | base/message_loop.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 90809)
+++ base/base.gyp (working copy)
@@ -153,6 +153,7 @@
'message_loop_unittest.cc',
'message_pump_glib_unittest.cc',
'message_pump_libevent_unittest.cc',
+ 'message_pump_mac_unittest.cc',
'metrics/field_trial_unittest.cc',
'metrics/histogram_unittest.cc',
'metrics/stats_table_unittest.cc',
@@ -291,6 +292,15 @@
'win/win_util_unittest.cc',
],
}],
+ ['OS == "mac"', {
+ 'sources!': [
+ 'message_pump_libevent_unittest.cc',
+ ],
+ }, { # OS != "mac"
+ 'sources!': [
+ 'message_pump_mac_unittest.cc',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_loop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698