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

Side by Side Diff: ash/ash.gyp

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 2 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 | ash/ash_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 (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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 ['test_isolation_mode != "noop"', { 1280 ['test_isolation_mode != "noop"', {
1281 'targets': [ 1281 'targets': [
1282 { 1282 {
1283 'target_name': 'ash_unittests_run', 1283 'target_name': 'ash_unittests_run',
1284 'type': 'none', 1284 'type': 'none',
1285 'dependencies': [ 1285 'dependencies': [
1286 'ash_unittests', 1286 'ash_unittests',
1287 ], 1287 ],
1288 'includes': [ 1288 'includes': [
1289 '../build/isolate.gypi', 1289 '../build/isolate.gypi',
1290 'ash_unittests.isolate',
1291 ], 1290 ],
1292 'sources': [ 1291 'sources': [
1293 'ash_unittests.isolate', 1292 'ash_unittests.isolate',
1294 ], 1293 ],
1295 }, 1294 },
1296 ], 1295 ],
1297 }], 1296 }],
1298 ], 1297 ],
1299 } 1298 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698