| 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 # GN version: //chrome | 8 # GN version: //chrome |
| 9 'target_name': 'chrome', | 9 'target_name': 'chrome', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 'message': 'Reordering Imports', | 39 'message': 'Reordering Imports', |
| 40 }, | 40 }, |
| 41 ], | 41 ], |
| 42 }], | 42 }], |
| 43 ], | 43 ], |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 # GN version: //chrome:chrome_initial | 46 # GN version: //chrome:chrome_initial |
| 47 'target_name': 'chrome_initial', | 47 'target_name': 'chrome_initial', |
| 48 'type': 'executable', | 48 'type': 'executable', |
| 49 'dependencies' : [ | 49 'dependencies' : [ '../chrome/common_constants.gyp:version_header', ], |
| 50 '../chrome/common_constants.gyp:version_header', | |
| 51 'chrome_common_features', | |
| 52 ], | |
| 53 # Name the exe chrome.exe, not chrome_initial.exe. | 50 # Name the exe chrome.exe, not chrome_initial.exe. |
| 54 'product_name': 'chrome', | 51 'product_name': 'chrome', |
| 55 'mac_bundle': 1, | 52 'mac_bundle': 1, |
| 56 'variables': { | 53 'variables': { |
| 57 'use_system_xdg_utils%': 0, | 54 'use_system_xdg_utils%': 0, |
| 58 'enable_wexit_time_destructors': 1, | 55 'enable_wexit_time_destructors': 1, |
| 59 }, | 56 }, |
| 60 'sources': [ | 57 'sources': [ |
| 61 # Note that due to InitializeSandboxInfo, this must be directly linked | 58 # Note that due to InitializeSandboxInfo, this must be directly linked |
| 62 # into chrome.exe, not into a dependent. | 59 # into chrome.exe, not into a dependent. |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'dependencies': [ | 619 'dependencies': [ |
| 623 'chrome_nacl_win64', | 620 'chrome_nacl_win64', |
| 624 ], | 621 ], |
| 625 }], | 622 }], |
| 626 ], | 623 ], |
| 627 }, | 624 }, |
| 628 ], | 625 ], |
| 629 }], | 626 }], |
| 630 ], | 627 ], |
| 631 } | 628 } |
| OLD | NEW |