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

Side by Side Diff: base/base.gyp

Issue 10786013: Change explicit usage of each type of message loop in TimerTest to instead loop through an array of… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Better #if-def & array usage 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/timer_unittest.cc » ('j') | base/timer_unittest.cc » ('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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 # TODO(ios): Remove these as base/ is unforked. 572 # TODO(ios): Remove these as base/ is unforked.
573 # For now, exclude everything that doesn't build as-is, just to 573 # For now, exclude everything that doesn't build as-is, just to
574 # get a minimal target building. 574 # get a minimal target building.
575 ['exclude', '^memory/aligned_memory_unittest\\.cc$'], 575 ['exclude', '^memory/aligned_memory_unittest\\.cc$'],
576 ['exclude', '^shared_memory_unittest\\.cc$'], 576 ['exclude', '^shared_memory_unittest\\.cc$'],
577 ['exclude', '^sys_info_unittest\\.cc$'], 577 ['exclude', '^sys_info_unittest\\.cc$'],
578 ['exclude', '^system_monitor'], 578 ['exclude', '^system_monitor'],
579 # Unittests that don't pass. 579 # Unittests that don't pass.
580 ['exclude', '^message_loop_unittest\\.cc$'], 580 ['exclude', '^message_loop_unittest\\.cc$'],
581 ['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$' ], 581 ['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$' ],
582 ['exclude', '^timer_unittest\\.cc$'],
583 ], 582 ],
584 }], 583 }],
585 ['use_glib==1', { 584 ['use_glib==1', {
586 'sources!': [ 585 'sources!': [
587 'file_version_info_unittest.cc', 586 'file_version_info_unittest.cc',
588 ], 587 ],
589 'conditions': [ 588 'conditions': [
590 [ 'linux_use_tcmalloc==1', { 589 [ 'linux_use_tcmalloc==1', {
591 'dependencies': [ 590 'dependencies': [
592 'allocator/allocator.gyp:allocator', 591 'allocator/allocator.gyp:allocator',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'test_suite_name': 'base_unittests', 1070 'test_suite_name': 'base_unittests',
1072 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1071 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1073 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1072 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1074 }, 1073 },
1075 'includes': [ '../build/apk_test.gypi' ], 1074 'includes': [ '../build/apk_test.gypi' ],
1076 }, 1075 },
1077 ], 1076 ],
1078 }], 1077 }],
1079 ], 1078 ],
1080 } 1079 }
OLDNEW
« no previous file with comments | « no previous file | base/timer_unittest.cc » ('j') | base/timer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698