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

Side by Side Diff: chrome/browser_tests.isolate

Issue 23830003: Replace accessibility-developer-tools submodule with accessibility-audit directory containing just … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert number of expected results in testCanIgnoreSelectors test to 2 Created 7 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 | « no previous file | chrome/js_unittest_vars.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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 26 matching lines...) Expand all
37 }], 37 }],
38 ['OS=="linux" or OS=="mac" or OS=="win"', { 38 ['OS=="linux" or OS=="mac" or OS=="win"', {
39 'variables': { 39 'variables': {
40 'isolate_dependency_tracked': [ 40 'isolate_dependency_tracked': [
41 '../media/test/data/bear-320x240-multitrack.webm', 41 '../media/test/data/bear-320x240-multitrack.webm',
42 '../media/test/data/no_streams.webm', 42 '../media/test/data/no_streams.webm',
43 '../media/test/data/sfx.ogg', 43 '../media/test/data/sfx.ogg',
44 '../ppapi/tests/test_case.html', 44 '../ppapi/tests/test_case.html',
45 '../ppapi/tests/test_page.css', 45 '../ppapi/tests/test_page.css',
46 '../testing/test_env.py', 46 '../testing/test_env.py',
47 '../third_party/accessibility-audit/axs_testing.js',
47 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 48 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
48 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf', 49 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
49 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', 50 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
50 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', 51 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf',
51 '<(PRODUCT_DIR)/resources.pak', 52 '<(PRODUCT_DIR)/resources.pak',
52 '<(PRODUCT_DIR)/test_case.html', 53 '<(PRODUCT_DIR)/test_case.html',
53 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 54 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
54 '<(PRODUCT_DIR)/test_page.css', 55 '<(PRODUCT_DIR)/test_page.css',
55 'browser/policy/test/asn1der.py', 56 'browser/policy/test/asn1der.py',
56 'browser/policy/test/policy_testserver.py', 57 'browser/policy/test/policy_testserver.py',
57 'browser/safe_browsing/safe_browsing_testserver.py', 58 'browser/safe_browsing/safe_browsing_testserver.py',
58 'common/extensions/docs/examples/apps/calculator/app/controller.js', 59 'common/extensions/docs/examples/apps/calculator/app/controller.js',
59 'common/extensions/docs/examples/apps/calculator/app/model.js', 60 'common/extensions/docs/examples/apps/calculator/app/model.js',
60 'common/extensions/docs/examples/apps/calculator/app/view.js', 61 'common/extensions/docs/examples/apps/calculator/app/view.js',
61 ], 62 ],
62 'isolate_dependency_untracked': [ 63 'isolate_dependency_untracked': [
63 '../content/test/data/', 64 '../content/test/data/',
64 '../net/data/', 65 '../net/data/',
65 '../net/tools/testserver/', 66 '../net/tools/testserver/',
66 '../third_party/WebKit/Tools/Scripts/', 67 '../third_party/WebKit/Tools/Scripts/',
67 '../third_party/accessibility-developer-tools/gen/',
68 '../third_party/pyftpdlib/', 68 '../third_party/pyftpdlib/',
69 '../third_party/pywebsocket/', 69 '../third_party/pywebsocket/',
70 '../third_party/safe_browsing/', 70 '../third_party/safe_browsing/',
71 '../third_party/simplejson/', 71 '../third_party/simplejson/',
72 '../third_party/tlslite/', 72 '../third_party/tlslite/',
73 '../tools/swarm_client/', 73 '../tools/swarm_client/',
74 '<(PRODUCT_DIR)/nacl_test_data/', 74 '<(PRODUCT_DIR)/nacl_test_data/',
75 '<(PRODUCT_DIR)/pnacl/', 75 '<(PRODUCT_DIR)/pnacl/',
76 '<(PRODUCT_DIR)/pseudo_locales/', 76 '<(PRODUCT_DIR)/pseudo_locales/',
77 '<(PRODUCT_DIR)/pyproto/', 77 '<(PRODUCT_DIR)/pyproto/',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 156 ],
157 'isolate_dependency_untracked': [ 157 'isolate_dependency_untracked': [
158 '../third_party/npapi/npspy/extern/plugin/', 158 '../third_party/npapi/npspy/extern/plugin/',
159 '../third_party/psyco_win32/psyco/', 159 '../third_party/psyco_win32/psyco/',
160 '../third_party/python_26/', 160 '../third_party/python_26/',
161 ], 161 ],
162 }, 162 },
163 }], 163 }],
164 ], 164 ],
165 } 165 }
OLDNEW
« no previous file with comments | « no previous file | chrome/js_unittest_vars.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698