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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/message_pump_io_ios.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 }], 611 }],
612 ['OS == "ios"', { 612 ['OS == "ios"', {
613 'sources/': [ 613 'sources/': [
614 # Only test the iOS-meaningful portion of process_utils. 614 # Only test the iOS-meaningful portion of process_utils.
615 ['exclude', '^process_util_unittest'], 615 ['exclude', '^process_util_unittest'],
616 ['include', '^process_util_unittest_ios\\.cc$'], 616 ['include', '^process_util_unittest_ios\\.cc$'],
617 # Requires spawning processes. 617 # Requires spawning processes.
618 ['exclude', '^metrics/stats_table_unittest\\.cc$'], 618 ['exclude', '^metrics/stats_table_unittest\\.cc$'],
619 # iOS does not use message_pump_libevent. 619 # iOS does not use message_pump_libevent.
620 ['exclude', '^message_pump_libevent_unittest\\.cc$'], 620 ['exclude', '^message_pump_libevent_unittest\\.cc$'],
621 # TODO(ios): Remove these as base/ is unforked.
622 # For now, exclude everything that doesn't build as-is, just to get
623 # a minimal target building.
624 # Unittests that don't pass.
625 ['exclude', '^message_loop_unittest\\.cc$'],
626 ], 621 ],
627 'conditions': [ 622 'conditions': [
628 ['coverage != 0', { 623 ['coverage != 0', {
629 'sources!': [ 624 'sources!': [
630 # These sources can't be built with coverage due to a toolchain 625 # These sources can't be built with coverage due to a toolchain
631 # bug: http://openradar.appspot.com/radar?id=1499403 626 # bug: http://openradar.appspot.com/radar?id=1499403
632 'json/json_reader_unittest.cc', 627 'json/json_reader_unittest.cc',
633 'string_piece_unittest.cc', 628 'string_piece_unittest.cc',
634 629
635 # These tests crash when run with coverage turned on due to an 630 # These tests crash when run with coverage turned on due to an
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'base_unittests.isolate', 1099 'base_unittests.isolate',
1105 ], 1100 ],
1106 'sources': [ 1101 'sources': [
1107 'base_unittests.isolate', 1102 'base_unittests.isolate',
1108 ], 1103 ],
1109 }, 1104 },
1110 ], 1105 ],
1111 }], 1106 }],
1112 ], 1107 ],
1113 } 1108 }
OLDNEW
« 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