Chromium Code Reviews

Side by Side Diff: chrome/chrome_exe.gypi

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.
Jump to:
View unified diff |
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/chrome_tests.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'chrome_initial', ], 10 'dependencies': [ 'chrome_initial', ],
(...skipping 658 matching lines...)
669 ['test_isolation_mode != "noop"', { 669 ['test_isolation_mode != "noop"', {
670 'targets': [ 670 'targets': [
671 { 671 {
672 'target_name': 'chrome_run', 672 'target_name': 'chrome_run',
673 'type': 'none', 673 'type': 'none',
674 'dependencies': [ 674 'dependencies': [
675 'chrome', 675 'chrome',
676 ], 676 ],
677 'includes': [ 677 'includes': [
678 '../build/isolate.gypi', 678 '../build/isolate.gypi',
679 'chrome.isolate',
680 ], 679 ],
681 'sources': [ 680 'sources': [
682 'chrome.isolate', 681 'chrome.isolate',
683 ], 682 ],
684 'conditions': [ 683 'conditions': [
685 ['OS=="win"', { 684 ['OS=="win"', {
686 'dependencies': [ 685 'dependencies': [
687 'chrome_nacl_win64', 686 'chrome_nacl_win64',
688 ], 687 ],
689 }], 688 }],
690 ], 689 ],
691 }, 690 },
692 ], 691 ],
693 }], 692 }],
694 ], 693 ],
695 } 694 }
OLDNEW
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine