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 29 matching lines...) Expand all Loading... |
40 '-o', '<(exe_output_path)', | 40 '-o', '<(exe_output_path)', |
41 '-a', '<(target_arch)', | 41 '-a', '<(target_arch)', |
42 ], | 42 ], |
43 'message': 'Reordering Imports', | 43 'message': 'Reordering Imports', |
44 }, | 44 }, |
45 ], | 45 ], |
46 }], | 46 }], |
47 ], | 47 ], |
48 }, | 48 }, |
49 { | 49 { |
| 50 # GN version: //chrome |
50 'target_name': 'chrome_initial', | 51 'target_name': 'chrome_initial', |
51 'type': 'executable', | 52 'type': 'executable', |
52 # Name the exe chrome.exe, not chrome_initial.exe. | 53 # Name the exe chrome.exe, not chrome_initial.exe. |
53 'product_name': 'chrome', | 54 'product_name': 'chrome', |
54 'mac_bundle': 1, | 55 'mac_bundle': 1, |
55 'variables': { | 56 'variables': { |
56 'use_system_xdg_utils%': 0, | 57 'use_system_xdg_utils%': 0, |
57 'enable_wexit_time_destructors': 1, | 58 'enable_wexit_time_destructors': 1, |
58 }, | 59 }, |
59 'sources': [ | 60 'sources': [ |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 'dependencies': [ | 692 'dependencies': [ |
692 'chrome_nacl_win64', | 693 'chrome_nacl_win64', |
693 ], | 694 ], |
694 }], | 695 }], |
695 ], | 696 ], |
696 }, | 697 }, |
697 ], | 698 ], |
698 }], | 699 }], |
699 ], | 700 ], |
700 } | 701 } |
OLD | NEW |