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

Side by Side Diff: base/base.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 | « ash/ash_unittests.isolate ('k') | base/base.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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 ['test_isolation_mode != "noop"', { 1472 ['test_isolation_mode != "noop"', {
1473 'targets': [ 1473 'targets': [
1474 { 1474 {
1475 'target_name': 'base_unittests_run', 1475 'target_name': 'base_unittests_run',
1476 'type': 'none', 1476 'type': 'none',
1477 'dependencies': [ 1477 'dependencies': [
1478 'base_unittests', 1478 'base_unittests',
1479 ], 1479 ],
1480 'includes': [ 1480 'includes': [
1481 '../build/isolate.gypi', 1481 '../build/isolate.gypi',
1482 'base_unittests.isolate',
1483 ], 1482 ],
1484 'sources': [ 1483 'sources': [
1485 'base_unittests.isolate', 1484 'base_unittests.isolate',
1486 ], 1485 ],
1487 'conditions': [ 1486 'conditions': [
1488 ['use_x11 == 1', { 1487 ['use_x11 == 1', {
1489 'dependencies': [ 1488 'dependencies': [
1490 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1491 ], 1490 ],
1492 }], 1491 }],
1493 ], 1492 ],
1494 }, 1493 },
1495 ], 1494 ],
1496 }], 1495 }],
1497 ], 1496 ],
1498 } 1497 }
OLDNEW
« no previous file with comments | « ash/ash_unittests.isolate ('k') | base/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698