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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10821037: Move a number of other tests from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: a little cleaner Created 8 years, 4 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 | chrome/chrome_tests.gypi » ('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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/tools/testserver/asn1.py', 7 '../net/tools/testserver/asn1.py',
8 '../net/tools/testserver/echo_message.py', 8 '../net/tools/testserver/echo_message.py',
9 '../net/tools/testserver/minica.py', 9 '../net/tools/testserver/minica.py',
10 '../net/tools/testserver/testserver.py', 10 '../net/tools/testserver/testserver.py',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'conditions': [ 95 'conditions': [
96 ['OS=="linux"', { 96 ['OS=="linux"', {
97 'variables': { 97 'variables': {
98 'command': [ 98 'command': [
99 '../testing/xvfb.py', 99 '../testing/xvfb.py',
100 '<(PRODUCT_DIR)', 100 '<(PRODUCT_DIR)',
101 '../tools/isolate/run_test_cases.py', 101 '../tools/isolate/run_test_cases.py',
102 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 102 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
103 ], 103 ],
104 'isolate_dependency_tracked': [ 104 'isolate_dependency_tracked': [
105 '../content/test/data/indexeddb/bug_106883.html',
106 '../content/test/data/indexeddb/bug_106883.js',
107 '../content/test/data/indexeddb/bug_109187.html',
108 '../content/test/data/indexeddb/bug_109187.js',
109 '../content/test/data/indexeddb/bug_84933.html',
110 '../content/test/data/indexeddb/bug_84933.js',
111 '../content/test/data/indexeddb/common.js',
112 '../content/test/data/indexeddb/cursor_prefetch.html',
113 '../content/test/data/indexeddb/cursor_prefetch.js',
114 '../content/test/data/indexeddb/cursor_test.html',
115 '../content/test/data/indexeddb/cursor_test.js',
116 '../content/test/data/indexeddb/database_callbacks_first.html',
117 '../content/test/data/indexeddb/database_callbacks_second.html',
118 '../content/test/data/indexeddb/database_test.html',
119 '../content/test/data/indexeddb/database_test.js',
120 '../content/test/data/indexeddb/index_test.html',
121 '../content/test/data/indexeddb/index_test.js',
122 '../content/test/data/indexeddb/key_path_test.html',
123 '../content/test/data/indexeddb/key_path_test.js',
124 '../content/test/data/indexeddb/key_types_test.html',
125 '../content/test/data/indexeddb/key_types_test.js',
126 '../content/test/data/indexeddb/object_store_test.html',
127 '../content/test/data/indexeddb/object_store_test.js',
128 '../content/test/data/indexeddb/quota_test.html',
129 '../content/test/data/indexeddb/quota_test.js',
130 '../content/test/data/indexeddb/transaction_get_test.html',
131 '../content/test/data/indexeddb/transaction_get_test.js',
132 '../content/test/data/indexeddb/transaction_run_forever.html',
133 '../content/test/data/indexeddb/transaction_run_forever.js',
134 '../content/test/data/indexeddb/transaction_test.html',
135 '../content/test/data/indexeddb/transaction_test.js',
136 '../net/data/ssl/certificates/expired_cert.pem', 105 '../net/data/ssl/certificates/expired_cert.pem',
137 '../net/tools/testserver/asn1der.py', 106 '../net/tools/testserver/asn1der.py',
138 '../net/tools/testserver/device_management.py', 107 '../net/tools/testserver/device_management.py',
139 '../ppapi/tests/test_case.html', 108 '../ppapi/tests/test_case.html',
140 '../ppapi/tests/test_page.css', 109 '../ppapi/tests/test_page.css',
141 '../testing/xvfb.py', 110 '../testing/xvfb.py',
142 '../third_party/WebKit/Tools/Scripts/VCSUtils.pm', 111 '../third_party/WebKit/Tools/Scripts/VCSUtils.pm',
143 '../third_party/WebKit/Tools/Scripts/new-run-webkit-httpd', 112 '../third_party/WebKit/Tools/Scripts/new-run-webkit-httpd',
144 '../third_party/WebKit/Tools/Scripts/webkit-build-directory', 113 '../third_party/WebKit/Tools/Scripts/webkit-build-directory',
145 '../third_party/WebKit/Tools/Scripts/webkitdirs.pm', 114 '../third_party/WebKit/Tools/Scripts/webkitdirs.pm',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'test/data/find_in_page/link.html', 528 'test/data/find_in_page/link.html',
560 'test/data/find_in_page/move_if_obscuring.html', 529 'test/data/find_in_page/move_if_obscuring.html',
561 'test/data/find_in_page/select_changes_ordinal.html', 530 'test/data/find_in_page/select_changes_ordinal.html',
562 'test/data/find_in_page/simple.html', 531 'test/data/find_in_page/simple.html',
563 'test/data/find_in_page/user-select.html', 532 'test/data/find_in_page/user-select.html',
564 'test/data/form.html', 533 'test/data/form.html',
565 'test/data/french_page.html', 534 'test/data/french_page.html',
566 'test/data/geolocation/simple.html', 535 'test/data/geolocation/simple.html',
567 'test/data/geolocation/tab_destroyed.html', 536 'test/data/geolocation/tab_destroyed.html',
568 'test/data/geolocation/tab_destroyed_frame.html', 537 'test/data/geolocation/tab_destroyed_frame.html',
569 'test/data/google.mht',
570 'test/data/google/logo.gif', 538 'test/data/google/logo.gif',
571 'test/data/gpu/canvas_popup.html', 539 'test/data/gpu/canvas_popup.html',
572 'test/data/gpu/feature_canvas2d.html', 540 'test/data/gpu/feature_canvas2d.html',
573 'test/data/gpu/feature_compositing.html', 541 'test/data/gpu/feature_compositing.html',
574 'test/data/gpu/feature_multisampling.html', 542 'test/data/gpu/feature_multisampling.html',
575 'test/data/gpu/feature_raf_no_damage.html', 543 'test/data/gpu/feature_raf_no_damage.html',
576 'test/data/gpu/feature_webgl.html', 544 'test/data/gpu/feature_webgl.html',
577 'test/data/gpu/webgl_popup.html', 545 'test/data/gpu/webgl_popup.html',
578 'test/data/iframe.html', 546 'test/data/iframe.html',
579 'test/data/iframe_in_empty_frame.html', 547 'test/data/iframe_in_empty_frame.html',
(...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 }, 1862 },
1895 }, { 1863 }, {
1896 'variables': { 1864 'variables': {
1897 'isolate_dependency_tracked': [ 1865 'isolate_dependency_tracked': [
1898 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1866 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1899 ], 1867 ],
1900 }, 1868 },
1901 }], 1869 }],
1902 ], 1870 ],
1903 } 1871 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698