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

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: compile 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') | 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'test/simple_test_tick_clock.cc', 883 'test/simple_test_tick_clock.cc',
884 'test/simple_test_tick_clock.h', 884 'test/simple_test_tick_clock.h',
885 'test/task_runner_test_template.cc', 885 'test/task_runner_test_template.cc',
886 'test/task_runner_test_template.h', 886 'test/task_runner_test_template.h',
887 'test/test_file_util.cc', 887 'test/test_file_util.cc',
888 'test/test_file_util.h', 888 'test/test_file_util.h',
889 'test/test_file_util_linux.cc', 889 'test/test_file_util_linux.cc',
890 'test/test_file_util_mac.cc', 890 'test/test_file_util_mac.cc',
891 'test/test_file_util_posix.cc', 891 'test/test_file_util_posix.cc',
892 'test/test_file_util_win.cc', 892 'test/test_file_util_win.cc',
893 'test/test_launcher.cc',
894 'test/test_launcher.h',
893 'test/test_listener_ios.h', 895 'test/test_listener_ios.h',
894 'test/test_listener_ios.mm', 896 'test/test_listener_ios.mm',
895 'test/test_pending_task.cc', 897 'test/test_pending_task.cc',
896 'test/test_pending_task.h', 898 'test/test_pending_task.h',
897 'test/test_process_killer_win.cc', 899 'test/test_process_killer_win.cc',
898 'test/test_process_killer_win.h', 900 'test/test_process_killer_win.h',
899 'test/test_reg_util_win.cc', 901 'test/test_reg_util_win.cc',
900 'test/test_reg_util_win.h', 902 'test/test_reg_util_win.h',
901 'test/test_shortcut_win.cc', 903 'test/test_shortcut_win.cc',
902 'test/test_shortcut_win.h', 904 'test/test_shortcut_win.h',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 'base_unittests.isolate', 1296 'base_unittests.isolate',
1295 ], 1297 ],
1296 'sources': [ 1298 'sources': [
1297 'base_unittests.isolate', 1299 'base_unittests.isolate',
1298 ], 1300 ],
1299 }, 1301 },
1300 ], 1302 ],
1301 }], 1303 }],
1302 ], 1304 ],
1303 } 1305 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698