| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'ldflags': [ | 95 'ldflags': [ |
| 96 '-Wl,-section-ordering-file=<(order_text_section)' ], | 96 '-Wl,-section-ordering-file=<(order_text_section)' ], |
| 97 }], | 97 }], |
| 98 ] | 98 ] |
| 99 }], | 99 }], |
| 100 ['OS == "win"', { | 100 ['OS == "win"', { |
| 101 'dependencies': [ | 101 'dependencies': [ |
| 102 'chrome_watcher', | 102 'chrome_watcher', |
| 103 'chrome_watcher_client', | 103 'chrome_watcher_client', |
| 104 '../components/components.gyp:browser_watcher_client', | 104 '../components/components.gyp:browser_watcher_client', |
| 105 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er_lib', |
| 105 ], | 106 ], |
| 106 'conditions': [ | 107 'conditions': [ |
| 107 ['kasko==1', { | 108 ['kasko==1', { |
| 108 'dependencies': [ | 109 'dependencies': [ |
| 109 'kasko_dll', | 110 'kasko_dll', |
| 110 ], | 111 ], |
| 111 }], | 112 }], |
| 112 ['win_console_app==1', { | 113 ['win_console_app==1', { |
| 113 'defines': ['WIN_CONSOLE_APP'], | 114 'defines': ['WIN_CONSOLE_APP'], |
| 114 }], | 115 }], |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 422 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 422 '../components/components.gyp:crash_component', | 423 '../components/components.gyp:crash_component', |
| 423 '../components/components.gyp:crash_core_common', | 424 '../components/components.gyp:crash_core_common', |
| 424 '../sandbox/sandbox.gyp:sandbox', | 425 '../sandbox/sandbox.gyp:sandbox', |
| 425 '../ui/gfx/gfx.gyp:gfx', | 426 '../ui/gfx/gfx.gyp:gfx', |
| 426 '../win8/metro_driver/metro_driver.gyp:metro_driver', | 427 '../win8/metro_driver/metro_driver.gyp:metro_driver', |
| 427 '../win8/delegate_execute/delegate_execute.gyp:*', | 428 '../win8/delegate_execute/delegate_execute.gyp:*', |
| 428 ], | 429 ], |
| 429 'sources': [ | 430 'sources': [ |
| 430 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 431 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 431 'app/chrome_crash_reporter_client.cc', | |
| 432 'app/chrome_crash_reporter_client.h', | |
| 433 'app/chrome_exe.rc', | 432 'app/chrome_exe.rc', |
| 434 'common/crash_keys.cc', | 433 'common/crash_keys.cc', |
| 435 'common/crash_keys.h', | 434 'common/crash_keys.h', |
| 436 ], | 435 ], |
| 437 'sources!': [ | 436 'sources!': [ |
| 438 # We still want the _win entry point for sandbox, etc. | 437 # We still want the _win entry point for sandbox, etc. |
| 439 'app/chrome_exe_main_aura.cc', | 438 'app/chrome_exe_main_aura.cc', |
| 440 ], | 439 ], |
| 441 'msvs_settings': { | 440 'msvs_settings': { |
| 442 'VCLinkerTool': { | 441 'VCLinkerTool': { |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'dependencies': [ | 616 'dependencies': [ |
| 618 'chrome_nacl_win64', | 617 'chrome_nacl_win64', |
| 619 ], | 618 ], |
| 620 }], | 619 }], |
| 621 ], | 620 ], |
| 622 }, | 621 }, |
| 623 ], | 622 ], |
| 624 }], | 623 }], |
| 625 ], | 624 ], |
| 626 } | 625 } |
| OLD | NEW |