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

Unified Diff: base/base.gyp

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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_pump_io_ios.h » ('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 1ba9e43b613113c0730b27ea0a76060813e39749..702e4377032610dfa494502fc6128de88c90e711 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -618,11 +618,6 @@
['exclude', '^metrics/stats_table_unittest\\.cc$'],
# iOS does not use message_pump_libevent.
['exclude', '^message_pump_libevent_unittest\\.cc$'],
- # TODO(ios): Remove these as base/ is unforked.
- # For now, exclude everything that doesn't build as-is, just to get
- # a minimal target building.
- # Unittests that don't pass.
- ['exclude', '^message_loop_unittest\\.cc$'],
],
'conditions': [
['coverage != 0', {
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_pump_io_ios.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698