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

Side by Side Diff: base/base.gyp

Issue 55473002: GTTF: Unify parallel test launching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload 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/launcher/parallel_test_launcher.h » ('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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ], 892 ],
893 }], 893 }],
894 ], 894 ],
895 'sources': [ 895 'sources': [
896 'test/expectations/expectation.cc', 896 'test/expectations/expectation.cc',
897 'test/expectations/expectation.h', 897 'test/expectations/expectation.h',
898 'test/expectations/parser.cc', 898 'test/expectations/parser.cc',
899 'test/expectations/parser.h', 899 'test/expectations/parser.h',
900 'test/gtest_xml_util.cc', 900 'test/gtest_xml_util.cc',
901 'test/gtest_xml_util.h', 901 'test/gtest_xml_util.h',
902 'test/launcher/parallel_test_launcher.cc',
903 'test/launcher/parallel_test_launcher.h',
904 'test/launcher/test_launcher.cc', 902 'test/launcher/test_launcher.cc',
905 'test/launcher/test_launcher.h', 903 'test/launcher/test_launcher.h',
906 'test/launcher/test_result.cc', 904 'test/launcher/test_result.cc',
907 'test/launcher/test_result.h', 905 'test/launcher/test_result.h',
908 'test/launcher/test_results_tracker.cc', 906 'test/launcher/test_results_tracker.cc',
909 'test/launcher/test_results_tracker.h', 907 'test/launcher/test_results_tracker.h',
910 'test/launcher/unit_test_launcher.cc', 908 'test/launcher/unit_test_launcher.cc',
911 'test/launcher/unit_test_launcher.h', 909 'test/launcher/unit_test_launcher.h',
912 'test/launcher/unit_test_launcher_ios.cc', 910 'test/launcher/unit_test_launcher_ios.cc',
913 'test/mock_chrome_application_mac.h', 911 'test/mock_chrome_application_mac.h',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 'base_unittests.isolate', 1356 'base_unittests.isolate',
1359 ], 1357 ],
1360 'sources': [ 1358 'sources': [
1361 'base_unittests.isolate', 1359 'base_unittests.isolate',
1362 ], 1360 ],
1363 }, 1361 },
1364 ], 1362 ],
1365 }], 1363 }],
1366 ], 1364 ],
1367 } 1365 }
OLDNEW
« no previous file with comments | « no previous file | base/test/launcher/parallel_test_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698