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

Unified Diff: base/base.gyp

Issue 10689161: Adds MessageLoopUIApplication for use on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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_pump_mac.mm » ('J')
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 22798dd8b2a1117f58419caa1ae74f83ece0ee57..d036cf134bf06928e470e1457f81825ae12cceaa 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -564,10 +564,13 @@
# For now, exclude everything that doesn't build as-is, just to
# get a minimal target building.
['exclude', '^memory/aligned_memory_unittest.cc'],
- ['exclude', '^message_'],
['exclude', '^shared_memory_unittest.cc'],
['exclude', '^sys_info_unittest.cc'],
['exclude', '^system_monitor'],
+ # Unittests that don't pass.
+ ['exclude', '^message_loop_unittest.cc$'],
Mark Mentovai 2012/07/12 01:08:19 Give me a \\ on each dot in here.
rohitrao (ping after 24h) 2012/07/12 14:20:03 Fixed everywhere in this file, with one question o
+ ['exclude', '^synchronization/waitable_event_watcher_unittest.cc$'],
+ ['exclude', '^timer_unittest.cc$'],
],
}],
['use_glib==1', {
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_pump_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698