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

Side by Side Diff: base/base.gyp

Issue 16820008: GTTF: Move core parts of test_launcher down to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/test/test_launcher.h » ('j') | base/test/test_launcher.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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'test/simple_test_tick_clock.cc', 877 'test/simple_test_tick_clock.cc',
878 'test/simple_test_tick_clock.h', 878 'test/simple_test_tick_clock.h',
879 'test/task_runner_test_template.cc', 879 'test/task_runner_test_template.cc',
880 'test/task_runner_test_template.h', 880 'test/task_runner_test_template.h',
881 'test/test_file_util.cc', 881 'test/test_file_util.cc',
882 'test/test_file_util.h', 882 'test/test_file_util.h',
883 'test/test_file_util_linux.cc', 883 'test/test_file_util_linux.cc',
884 'test/test_file_util_mac.cc', 884 'test/test_file_util_mac.cc',
885 'test/test_file_util_posix.cc', 885 'test/test_file_util_posix.cc',
886 'test/test_file_util_win.cc', 886 'test/test_file_util_win.cc',
887 'test/test_launcher.cc',
888 'test/test_launcher.h',
887 'test/test_listener_ios.h', 889 'test/test_listener_ios.h',
888 'test/test_listener_ios.mm', 890 'test/test_listener_ios.mm',
889 'test/test_pending_task.cc', 891 'test/test_pending_task.cc',
890 'test/test_pending_task.h', 892 'test/test_pending_task.h',
891 'test/test_process_killer_win.cc', 893 'test/test_process_killer_win.cc',
892 'test/test_process_killer_win.h', 894 'test/test_process_killer_win.h',
893 'test/test_reg_util_win.cc', 895 'test/test_reg_util_win.cc',
894 'test/test_reg_util_win.h', 896 'test/test_reg_util_win.h',
895 'test/test_shortcut_win.cc', 897 'test/test_shortcut_win.cc',
896 'test/test_shortcut_win.h', 898 'test/test_shortcut_win.h',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'base_unittests.isolate', 1289 'base_unittests.isolate',
1288 ], 1290 ],
1289 'sources': [ 1291 'sources': [
1290 'base_unittests.isolate', 1292 'base_unittests.isolate',
1291 ], 1293 ],
1292 }, 1294 },
1293 ], 1295 ],
1294 }], 1296 }],
1295 ], 1297 ],
1296 } 1298 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_launcher.h » ('j') | base/test/test_launcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698