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

Side by Side Diff: base/base.gyp

Issue 10790028: Change explicit usage of each type of message loop in WaitableEventWatcher tests to instead loop th… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/synchronization/waitable_event_watcher_unittest.cc » ('j') | no next file with comments »
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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 ['exclude', '^process_util_unittest'], 563 ['exclude', '^process_util_unittest'],
564 ['include', '^process_util_unittest_ios\\.cc$'], 564 ['include', '^process_util_unittest_ios\\.cc$'],
565 # Requires spawning processes. 565 # Requires spawning processes.
566 ['exclude', '^metrics/stats_table_unittest\\.cc$'], 566 ['exclude', '^metrics/stats_table_unittest\\.cc$'],
567 # TODO(ios): Remove these as base/ is unforked. 567 # TODO(ios): Remove these as base/ is unforked.
568 # For now, exclude everything that doesn't build as-is, just to 568 # For now, exclude everything that doesn't build as-is, just to
569 # get a minimal target building. 569 # get a minimal target building.
570 ['exclude', '^memory/aligned_memory_unittest\\.cc$'], 570 ['exclude', '^memory/aligned_memory_unittest\\.cc$'],
571 # Unittests that don't pass. 571 # Unittests that don't pass.
572 ['exclude', '^message_loop_unittest\\.cc$'], 572 ['exclude', '^message_loop_unittest\\.cc$'],
573 ['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$' ],
574 ], 573 ],
575 'actions': [ 574 'actions': [
576 { 575 {
577 'action_name': 'copy_test_data', 576 'action_name': 'copy_test_data',
578 'variables': { 577 'variables': {
579 'test_data_files': [ 578 'test_data_files': [
580 'data/json/bom_feff.json', 579 'data/json/bom_feff.json',
581 'data/file_util_unittest', 580 'data/file_util_unittest',
582 ], 581 ],
583 'test_data_prefix': 'base', 582 'test_data_prefix': 'base',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'test_suite_name': 'base_unittests', 1074 'test_suite_name': 'base_unittests',
1076 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1075 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1077 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1076 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1078 }, 1077 },
1079 'includes': [ '../build/apk_test.gypi' ], 1078 'includes': [ '../build/apk_test.gypi' ],
1080 }, 1079 },
1081 ], 1080 ],
1082 }], 1081 }],
1083 ], 1082 ],
1084 } 1083 }
OLDNEW
« no previous file with comments | « no previous file | base/synchronization/waitable_event_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698