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

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: Refer to individual test library file in {unit,browser}_tests.isolate 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'browser/safe_browsing/safe_browsing_testserver.py', 57 'browser/safe_browsing/safe_browsing_testserver.py',
58 'common/extensions/docs/examples/apps/calculator/app/controller.js', 58 'common/extensions/docs/examples/apps/calculator/app/controller.js',
59 'common/extensions/docs/examples/apps/calculator/app/model.js', 59 'common/extensions/docs/examples/apps/calculator/app/model.js',
60 'common/extensions/docs/examples/apps/calculator/app/view.js', 60 'common/extensions/docs/examples/apps/calculator/app/view.js',
61 ], 61 ],
62 'isolate_dependency_untracked': [ 62 'isolate_dependency_untracked': [
63 '../content/test/data/', 63 '../content/test/data/',
64 '../net/data/', 64 '../net/data/',
65 '../net/tools/testserver/', 65 '../net/tools/testserver/',
66 '../third_party/WebKit/Tools/Scripts/', 66 '../third_party/WebKit/Tools/Scripts/',
67 '../third_party/accessibility-developer-tools/gen/', 67 '../third_party/accessibility-audit/axs_testing.js',
M-A Ruel 2013/09/09 18:36:40 Ok, then it has to move into isolate_dependency_tr
aboxhall 2013/09/09 19:54:53 Ah makes sense, thanks.
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