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

Side by Side Diff: device/device_tests.gyp

Issue 1217563004: Isolate device_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | device/device_unittests.isolate » ('j') | device/device_unittests.isolate » ('J')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'dependencies': [ 185 'dependencies': [
186 'bluetooth/bluetooth.gyp:device_bluetooth_java', 186 'bluetooth/bluetooth.gyp:device_bluetooth_java',
187 ], 187 ],
188 'variables': { 188 'variables': {
189 'java_in_dir': 'bluetooth/test/android/java', 189 'java_in_dir': 'bluetooth/test/android/java',
190 }, 190 },
191 'includes': [ '../build/java.gypi' ], 191 'includes': [ '../build/java.gypi' ],
192 }, 192 },
193 ], 193 ],
194 }], 194 }],
195 ['test_isolation_mode != "noop"', {
196 'targets': [
197 {
198 'target_name': 'device_unittests_run',
199 'type': 'none',
200 'dependencies': [
201 'device_unittests',
202 ],
203 'includes': [
204 '../build/isolate.gypi',
205 ],
206 'sources': [
207 'device_unittests.isolate',
208 ]
209 }
210 ]
211 }]
195 ], 212 ],
196 } 213 }
OLDNEW
« no previous file with comments | « no previous file | device/device_unittests.isolate » ('j') | device/device_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698