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

Side by Side Diff: ui/accessibility/accessibility.gyp

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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 | « testing/buildbot/chromium_trybot.json ('k') | ui/accessibility/accessibility_unittests.isolate » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'ax_enums.idl', 105 'ax_enums.idl',
106 ], 106 ],
107 'non_compiled_schema_files': [], 107 'non_compiled_schema_files': [],
108 'cc_dir': 'ui/accessibility', 108 'cc_dir': 'ui/accessibility',
109 # TODO(dtseng): Change this once all files under ui/accessibility 109 # TODO(dtseng): Change this once all files under ui/accessibility
110 # namespaced under ui::ax. 110 # namespaced under ui::ax.
111 'root_namespace': 'ui', 111 'root_namespace': 'ui',
112 }, 112 },
113 }, 113 },
114 ], 114 ],
115 'conditions': [
116 ['test_isolation_mode != "noop"', {
117 'targets': [
118 {
119 'target_name': 'accessibility_unittests_run',
120 'type': 'none',
121 'dependencies': [
122 'accessibility_unittests',
123 ],
124 'includes': [
125 '../../build/isolate.gypi',
126 ],
127 'sources': [
128 'accessibility_unittests.isolate',
129 ],
130 'conditions': [
131 ['use_x11 == 1', {
132 'dependencies': [
133 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
134 ],
135 }],
136 ],
137 },
138 ],
139 }],
140 ],
115 } 141 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_trybot.json ('k') | ui/accessibility/accessibility_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698