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

Side by Side Diff: base/base.gyp

Issue 57423008: Base: Make RegistryOverrideManager support sharded/parallel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/test/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'synchronization/condition_variable_unittest.cc', 614 'synchronization/condition_variable_unittest.cc',
615 'synchronization/lock_unittest.cc', 615 'synchronization/lock_unittest.cc',
616 'synchronization/waitable_event_unittest.cc', 616 'synchronization/waitable_event_unittest.cc',
617 'synchronization/waitable_event_watcher_unittest.cc', 617 'synchronization/waitable_event_watcher_unittest.cc',
618 'sys_info_unittest.cc', 618 'sys_info_unittest.cc',
619 'system_monitor/system_monitor_unittest.cc', 619 'system_monitor/system_monitor_unittest.cc',
620 'task_runner_util_unittest.cc', 620 'task_runner_util_unittest.cc',
621 'template_util_unittest.cc', 621 'template_util_unittest.cc',
622 'test/expectations/expectation_unittest.cc', 622 'test/expectations/expectation_unittest.cc',
623 'test/expectations/parser_unittest.cc', 623 'test/expectations/parser_unittest.cc',
624 'test/test_reg_util_win_unittest.cc',
624 'test/trace_event_analyzer_unittest.cc', 625 'test/trace_event_analyzer_unittest.cc',
625 'threading/non_thread_safe_unittest.cc', 626 'threading/non_thread_safe_unittest.cc',
626 'threading/platform_thread_unittest.cc', 627 'threading/platform_thread_unittest.cc',
627 'threading/sequenced_worker_pool_unittest.cc', 628 'threading/sequenced_worker_pool_unittest.cc',
628 'threading/simple_thread_unittest.cc', 629 'threading/simple_thread_unittest.cc',
629 'threading/thread_checker_unittest.cc', 630 'threading/thread_checker_unittest.cc',
630 'threading/thread_collision_warner_unittest.cc', 631 'threading/thread_collision_warner_unittest.cc',
631 'threading/thread_id_name_manager_unittest.cc', 632 'threading/thread_id_name_manager_unittest.cc',
632 'threading/thread_local_storage_unittest.cc', 633 'threading/thread_local_storage_unittest.cc',
633 'threading/thread_local_unittest.cc', 634 'threading/thread_local_unittest.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 ], 814 ],
814 }, { # OS != "win" 815 }, { # OS != "win"
815 'dependencies': [ 816 'dependencies': [
816 '../third_party/libevent/libevent.gyp:libevent' 817 '../third_party/libevent/libevent.gyp:libevent'
817 ], 818 ],
818 'sources/': [ 819 'sources/': [
819 ['exclude', '^win/'], 820 ['exclude', '^win/'],
820 ], 821 ],
821 'sources!': [ 822 'sources!': [
822 'debug/trace_event_win_unittest.cc', 823 'debug/trace_event_win_unittest.cc',
824 'test/test_reg_util_win_unittest.cc',
grt (UTC plus 2) 2013/11/07 02:39:33 the rules in src/build/filename_rules.gypi should
tommycli 2013/11/07 18:02:07 Done.
823 'time/time_win_unittest.cc', 825 'time/time_win_unittest.cc',
824 'win/win_util_unittest.cc', 826 'win/win_util_unittest.cc',
825 ], 827 ],
826 }], 828 }],
827 ['use_aura==1 and use_x11==1', { 829 ['use_aura==1 and use_x11==1', {
828 'sources': [ 830 'sources': [
829 'x11/edid_parser_x11_unittest.cc', 831 'x11/edid_parser_x11_unittest.cc',
830 ], 832 ],
831 }], 833 }],
832 ['use_system_nspr==1', { 834 ['use_system_nspr==1', {
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 'base_unittests.isolate', 1358 'base_unittests.isolate',
1357 ], 1359 ],
1358 'sources': [ 1360 'sources': [
1359 'base_unittests.isolate', 1361 'base_unittests.isolate',
1360 ], 1362 ],
1361 }, 1363 },
1362 ], 1364 ],
1363 }], 1365 }],
1364 ], 1366 ],
1365 } 1367 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698