| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'mac_bundle': 1, | 55 'mac_bundle': 1, |
| 56 'variables': { | 56 'variables': { |
| 57 'use_system_xdg_utils%': 0, | 57 'use_system_xdg_utils%': 0, |
| 58 'enable_wexit_time_destructors': 1, | 58 'enable_wexit_time_destructors': 1, |
| 59 }, | 59 }, |
| 60 'sources': [ | 60 'sources': [ |
| 61 # Note that due to InitializeSandboxInfo, this must be directly linked | 61 # Note that due to InitializeSandboxInfo, this must be directly linked |
| 62 # into chrome.exe, not into a dependent. | 62 # into chrome.exe, not into a dependent. |
| 63 '<(DEPTH)/content/app/sandbox_helper_win.cc', | 63 '<(DEPTH)/content/app/sandbox_helper_win.cc', |
| 64 '<(DEPTH)/content/public/common/content_switches.cc', | 64 '<(DEPTH)/content/public/common/content_switches.cc', |
| 65 'app/chrome_crash_reporter_client.cc', |
| 66 'app/chrome_crash_reporter_client.h', |
| 65 'app/chrome_exe_load_config_win.cc', | 67 'app/chrome_exe_load_config_win.cc', |
| 66 'app/chrome_exe_main_aura.cc', | 68 'app/chrome_exe_main_aura.cc', |
| 67 'app/chrome_exe_main_mac.c', | 69 'app/chrome_exe_main_mac.c', |
| 68 'app/chrome_exe_main_win.cc', | 70 'app/chrome_exe_main_win.cc', |
| 69 'app/chrome_exe_resource.h', | 71 'app/chrome_exe_resource.h', |
| 70 'app/chrome_watcher_client_win.cc', | 72 'app/chrome_watcher_client_win.cc', |
| 71 'app/chrome_watcher_client_win.h', | 73 'app/chrome_watcher_client_win.h', |
| 72 'app/chrome_watcher_command_line_win.cc', | 74 'app/chrome_watcher_command_line_win.cc', |
| 73 'app/chrome_watcher_command_line_win.h', | 75 'app/chrome_watcher_command_line_win.h', |
| 76 'app/kasko_client.cc', |
| 77 'app/kasko_client.h', |
| 74 'app/main_dll_loader_win.cc', | 78 'app/main_dll_loader_win.cc', |
| 75 'app/main_dll_loader_win.h', | 79 'app/main_dll_loader_win.h', |
| 76 'app/kasko_client.cc', | |
| 77 'app/kasko_client.h', | |
| 78 'app/signature_validator_win.cc', | 80 'app/signature_validator_win.cc', |
| 79 'app/signature_validator_win.h', | 81 'app/signature_validator_win.h', |
| 80 ], | 82 ], |
| 81 'mac_bundle_resources': [ | 83 'mac_bundle_resources': [ |
| 82 'app/app-Info.plist', | 84 'app/app-Info.plist', |
| 83 ], | 85 ], |
| 84 # TODO(mark): Come up with a fancier way to do this. It should only | 86 # TODO(mark): Come up with a fancier way to do this. It should only |
| 85 # be necessary to list app-Info.plist once, not the three times it is | 87 # be necessary to list app-Info.plist once, not the three times it is |
| 86 # listed here. | 88 # listed here. |
| 87 'mac_bundle_resources!': [ | 89 'mac_bundle_resources!': [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 98 'ldflags': [ | 100 'ldflags': [ |
| 99 '-Wl,-section-ordering-file=<(order_text_section)' ], | 101 '-Wl,-section-ordering-file=<(order_text_section)' ], |
| 100 }], | 102 }], |
| 101 ] | 103 ] |
| 102 }], | 104 }], |
| 103 ['OS == "win"', { | 105 ['OS == "win"', { |
| 104 'dependencies': [ | 106 'dependencies': [ |
| 105 'chrome_watcher', | 107 'chrome_watcher', |
| 106 'chrome_watcher_client', | 108 'chrome_watcher_client', |
| 107 '../components/components.gyp:browser_watcher_client', | 109 '../components/components.gyp:browser_watcher_client', |
| 110 '../components/components.gyp:crash_component', |
| 108 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', | 111 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', |
| 109 ], | 112 ], |
| 110 'conditions': [ | 113 'conditions': [ |
| 111 ['kasko==1', { | 114 ['kasko==1', { |
| 112 'dependencies': [ | 115 'dependencies': [ |
| 113 'kasko_dll', | 116 'kasko_dll', |
| 114 ], | 117 ], |
| 115 }], | 118 }], |
| 116 ['win_console_app==1', { | 119 ['win_console_app==1', { |
| 117 'defines': ['WIN_CONSOLE_APP'], | 120 'defines': ['WIN_CONSOLE_APP'], |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 'dependencies': [ | 624 'dependencies': [ |
| 622 'chrome_nacl_win64', | 625 'chrome_nacl_win64', |
| 623 ], | 626 ], |
| 624 }], | 627 }], |
| 625 ], | 628 ], |
| 626 }, | 629 }, |
| 627 ], | 630 ], |
| 628 }], | 631 }], |
| 629 ], | 632 ], |
| 630 } | 633 } |
| OLD | NEW |