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

Side by Side Diff: chrome/unit_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 | « chrome/test/data/webui/test_api.js ('k') | third_party/accessibility-audit/LICENSE » ('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=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
11 }, 11 },
12 }], 12 }],
13 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 13 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
14 'variables': { 14 'variables': {
15 'isolate_dependency_tracked': [ 15 'isolate_dependency_tracked': [
16 '../third_party/accessibility-audit/axs_testing.js',
16 '<(PRODUCT_DIR)/resources.pak', 17 '<(PRODUCT_DIR)/resources.pak',
17 ], 18 ],
18 'isolate_dependency_untracked': [ 19 'isolate_dependency_untracked': [
19 '../base/test/data/', 20 '../base/test/data/',
20 '../components/test/data/', 21 '../components/test/data/',
21 '../extensions/test/data/', 22 '../extensions/test/data/',
22 '../net/data/', 23 '../net/data/',
23 '../third_party/accessibility-developer-tools/gen/',
24 '../third_party/hunspell_dictionaries/', 24 '../third_party/hunspell_dictionaries/',
25 '../third_party/zlib/google/test/data/', 25 '../third_party/zlib/google/test/data/',
26 'test/data/', 26 'test/data/',
27 'third_party/mock4js/', 27 'third_party/mock4js/',
28 ], 28 ],
29 }, 29 },
30 }], 30 }],
31 ['OS=="android" or OS=="linux" or OS=="win"', { 31 ['OS=="android" or OS=="linux" or OS=="win"', {
32 'variables': { 32 'variables': {
33 'isolate_dependency_tracked': [ 33 'isolate_dependency_tracked': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'isolate_dependency_untracked': [ 106 'isolate_dependency_untracked': [
107 '../ppapi/lib/gl/include/KHR/', 107 '../ppapi/lib/gl/include/KHR/',
108 '../skia/ext/data/', 108 '../skia/ext/data/',
109 '../third_party/python_26/', 109 '../third_party/python_26/',
110 '../ui/base/glib/', 110 '../ui/base/glib/',
111 ], 111 ],
112 }, 112 },
113 }], 113 }],
114 ], 114 ],
115 } 115 }
OLDNEW
« no previous file with comments | « chrome/test/data/webui/test_api.js ('k') | third_party/accessibility-audit/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698