OLD | NEW |
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...) Loading... |
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 } |
OLD | NEW |