| 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 '../breakpad/breakpad.gyp:breakpad_sender', | 416 '../breakpad/breakpad.gyp:breakpad_sender', |
| 417 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 417 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 418 '../components/components.gyp:crash_component', | 418 '../components/components.gyp:crash_component', |
| 419 '../components/components.gyp:crash_core_common', | 419 '../components/components.gyp:crash_core_common', |
| 420 '../components/components.gyp:flags_ui_switches', | 420 '../components/components.gyp:flags_ui_switches', |
| 421 '../components/components.gyp:startup_metric_utils_common', | 421 '../components/components.gyp:startup_metric_utils_common', |
| 422 '../sandbox/sandbox.gyp:sandbox', | 422 '../sandbox/sandbox.gyp:sandbox', |
| 423 '../third_party/kasko/kasko.gyp:kasko_features', | 423 '../third_party/kasko/kasko.gyp:kasko_features', |
| 424 '../ui/gfx/gfx.gyp:gfx', | 424 '../ui/gfx/gfx.gyp:gfx', |
| 425 '../win8/delegate_execute/delegate_execute.gyp:*', | 425 '../win8/delegate_execute/delegate_execute.gyp:*', |
| 426 '../win8/win8.gyp:visual_elements_resources', |
| 426 ], | 427 ], |
| 427 'sources': [ | 428 'sources': [ |
| 428 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 429 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 429 'app/chrome_exe.rc', | 430 'app/chrome_exe.rc', |
| 430 'common/crash_keys.cc', | 431 'common/crash_keys.cc', |
| 431 'common/crash_keys.h', | 432 'common/crash_keys.h', |
| 432 ], | 433 ], |
| 433 'sources!': [ | 434 'sources!': [ |
| 434 # We still want the _win entry point for sandbox, etc. | 435 # We still want the _win entry point for sandbox, etc. |
| 435 'app/chrome_exe_main_aura.cc', | 436 'app/chrome_exe_main_aura.cc', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 'dependencies': [ | 613 'dependencies': [ |
| 613 'chrome_nacl_win64', | 614 'chrome_nacl_win64', |
| 614 ], | 615 ], |
| 615 }], | 616 }], |
| 616 ], | 617 ], |
| 617 }, | 618 }, |
| 618 ], | 619 ], |
| 619 }], | 620 }], |
| 620 ], | 621 ], |
| 621 } | 622 } |
| OLD | NEW |