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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1027993002: Allow unit tests to force serial execution in the test launcher. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestID experiment Created 5 years, 9 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 | « base/test/launcher/unit_test_launcher.cc ('k') | ui/base/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'test/data/webui/net_internals/timeline_view.js', 876 'test/data/webui/net_internals/timeline_view.js',
877 'test/data/webui/net_internals/waterfall_view.js', 877 'test/data/webui/net_internals/waterfall_view.js',
878 'test/data/webui/net_internals/sdch_view.js', 878 'test/data/webui/net_internals/sdch_view.js',
879 'test/data/webui/ntp4.js', 879 'test/data/webui/ntp4.js',
880 'test/data/webui/print_preview.js', 880 'test/data/webui/print_preview.js',
881 'test/data/webui/sandboxstatus_browsertest.js', 881 'test/data/webui/sandboxstatus_browsertest.js',
882 ], 882 ],
883 'chrome_interactive_ui_test_sources': [ 883 'chrome_interactive_ui_test_sources': [
884 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 884 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
885 '../ui/base/clipboard/clipboard_android_unittest.cc', 885 '../ui/base/clipboard/clipboard_android_unittest.cc',
886 '../ui/base/clipboard/clipboard_unittest.cc',
887 'browser/apps/app_browsertest_util.cc', 886 'browser/apps/app_browsertest_util.cc',
888 'browser/apps/app_browsertest_util.h', 887 'browser/apps/app_browsertest_util.h',
889 'browser/apps/app_pointer_lock_interactive_uitest.cc', 888 'browser/apps/app_pointer_lock_interactive_uitest.cc',
890 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', 889 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm',
891 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 890 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
892 'browser/apps/app_window_interactive_uitest.cc', 891 'browser/apps/app_window_interactive_uitest.cc',
893 'browser/apps/app_window_intercept_all_keys_uitest.cc', 892 'browser/apps/app_window_intercept_all_keys_uitest.cc',
894 'browser/apps/guest_view/web_view_interactive_browsertest.cc', 893 'browser/apps/guest_view/web_view_interactive_browsertest.cc',
895 'browser/autofill/autofill_interactive_uitest.cc', 894 'browser/autofill/autofill_interactive_uitest.cc',
896 'browser/autofill/autofill_uitest_util.cc', 895 'browser/autofill/autofill_uitest_util.cc',
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3174 ['enable_webrtc==1', { 3173 ['enable_webrtc==1', {
3175 'dependencies': [ 3174 'dependencies': [
3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3177 ] 3176 ]
3178 }], 3177 }],
3179 ], 3178 ],
3180 }] 3179 }]
3181 }], 3180 }],
3182 ], # 'conditions' 3181 ], # 'conditions'
3183 } 3182 }
OLDNEW
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698