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 1908633002: Introduce ScopedCommandLine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean Up Other Tests Created 4 years, 8 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/test/BUILD.gn » ('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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'test/opaque_ref_counted.cc', 884 'test/opaque_ref_counted.cc',
885 'test/opaque_ref_counted.h', 885 'test/opaque_ref_counted.h',
886 'test/perf_log.cc', 886 'test/perf_log.cc',
887 'test/perf_log.h', 887 'test/perf_log.h',
888 'test/perf_test_suite.cc', 888 'test/perf_test_suite.cc',
889 'test/perf_test_suite.h', 889 'test/perf_test_suite.h',
890 'test/perf_time_logger.cc', 890 'test/perf_time_logger.cc',
891 'test/perf_time_logger.h', 891 'test/perf_time_logger.h',
892 'test/power_monitor_test_base.cc', 892 'test/power_monitor_test_base.cc',
893 'test/power_monitor_test_base.h', 893 'test/power_monitor_test_base.h',
894 'test/scoped_command_line.cc',
895 'test/scoped_command_line.h',
894 'test/scoped_locale.cc', 896 'test/scoped_locale.cc',
895 'test/scoped_locale.h', 897 'test/scoped_locale.h',
896 'test/scoped_path_override.cc', 898 'test/scoped_path_override.cc',
897 'test/scoped_path_override.h', 899 'test/scoped_path_override.h',
898 'test/sequenced_task_runner_test_template.cc', 900 'test/sequenced_task_runner_test_template.cc',
899 'test/sequenced_task_runner_test_template.h', 901 'test/sequenced_task_runner_test_template.h',
900 'test/sequenced_worker_pool_owner.cc', 902 'test/sequenced_worker_pool_owner.cc',
901 'test/sequenced_worker_pool_owner.h', 903 'test/sequenced_worker_pool_owner.h',
902 'test/simple_test_clock.cc', 904 'test/simple_test_clock.cc',
903 'test/simple_test_clock.h', 905 'test/simple_test_clock.h',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 '../build/isolate.gypi', 1724 '../build/isolate.gypi',
1723 ], 1725 ],
1724 'sources': [ 1726 'sources': [
1725 'base_unittests.isolate', 1727 'base_unittests.isolate',
1726 ], 1728 ],
1727 }, 1729 },
1728 ], 1730 ],
1729 }], 1731 }],
1730 ], 1732 ],
1731 } 1733 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698