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

Side by Side Diff: base/base.gyp

Issue 584213002: Only do aggressive metro viewer termination in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add wfso Created 6 years, 3 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 | « ash/test/test_metro_viewer_process_host.cc ('k') | 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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'test/test_file_util_linux.cc', 924 'test/test_file_util_linux.cc',
925 'test/test_file_util_mac.cc', 925 'test/test_file_util_mac.cc',
926 'test/test_file_util_posix.cc', 926 'test/test_file_util_posix.cc',
927 'test/test_file_util_win.cc', 927 'test/test_file_util_win.cc',
928 'test/test_io_thread.cc', 928 'test/test_io_thread.cc',
929 'test/test_io_thread.h', 929 'test/test_io_thread.h',
930 'test/test_listener_ios.h', 930 'test/test_listener_ios.h',
931 'test/test_listener_ios.mm', 931 'test/test_listener_ios.mm',
932 'test/test_pending_task.cc', 932 'test/test_pending_task.cc',
933 'test/test_pending_task.h', 933 'test/test_pending_task.h',
934 'test/test_process_killer_win.cc',
935 'test/test_process_killer_win.h',
936 'test/test_reg_util_win.cc', 934 'test/test_reg_util_win.cc',
937 'test/test_reg_util_win.h', 935 'test/test_reg_util_win.h',
938 'test/test_shortcut_win.cc', 936 'test/test_shortcut_win.cc',
939 'test/test_shortcut_win.h', 937 'test/test_shortcut_win.h',
940 'test/test_simple_task_runner.cc', 938 'test/test_simple_task_runner.cc',
941 'test/test_simple_task_runner.h', 939 'test/test_simple_task_runner.h',
942 'test/test_suite.cc', 940 'test/test_suite.cc',
943 'test/test_suite.h', 941 'test/test_suite.h',
944 'test/test_support_android.cc', 942 'test/test_support_android.cc',
945 'test/test_support_android.h', 943 'test/test_support_android.h',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 'dependencies': [ 1477 'dependencies': [
1480 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1481 ], 1479 ],
1482 }], 1480 }],
1483 ], 1481 ],
1484 }, 1482 },
1485 ], 1483 ],
1486 }], 1484 }],
1487 ], 1485 ],
1488 } 1486 }
OLDNEW
« no previous file with comments | « ash/test/test_metro_viewer_process_host.cc ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698