| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 '../components/components.gyp:policy', | 409 '../components/components.gyp:policy', |
| 410 '../components/components.gyp:startup_metric_utils_common', | 410 '../components/components.gyp:startup_metric_utils_common', |
| 411 '../crypto/crypto.gyp:crypto', | 411 '../crypto/crypto.gyp:crypto', |
| 412 '../sandbox/sandbox.gyp:sandbox', | 412 '../sandbox/sandbox.gyp:sandbox', |
| 413 '../third_party/kasko/kasko.gyp:kasko_features', | 413 '../third_party/kasko/kasko.gyp:kasko_features', |
| 414 '../ui/gfx/gfx.gyp:gfx', | 414 '../ui/gfx/gfx.gyp:gfx', |
| 415 '../win8/win8.gyp:visual_elements_resources', | 415 '../win8/win8.gyp:visual_elements_resources', |
| 416 ], | 416 ], |
| 417 'sources': [ | 417 'sources': [ |
| 418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 418 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 419 'app/chrome_crash_reporter_client.cc', | 419 'app/chrome_crash_reporter_client_win.cc', |
| 420 'app/chrome_crash_reporter_client.h', | 420 'app/chrome_crash_reporter_client_win.h', |
| 421 'app/chrome_exe.rc', | 421 'app/chrome_exe.rc', |
| 422 'common/crash_keys.cc', | 422 'common/crash_keys.cc', |
| 423 'common/crash_keys.h', | 423 'common/crash_keys.h', |
| 424 ], | 424 ], |
| 425 'sources!': [ | 425 'sources!': [ |
| 426 # We still want the _win entry point for sandbox, etc. | 426 # We still want the _win entry point for sandbox, etc. |
| 427 'app/chrome_exe_main_aura.cc', | 427 'app/chrome_exe_main_aura.cc', |
| 428 ], | 428 ], |
| 429 'conditions': [ | 429 'conditions': [ |
| 430 ['win_console_app==1', { | 430 ['win_console_app==1', { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'dependencies': [ | 596 'dependencies': [ |
| 597 'chrome_nacl_win64', | 597 'chrome_nacl_win64', |
| 598 ], | 598 ], |
| 599 }], | 599 }], |
| 600 ], | 600 ], |
| 601 }, | 601 }, |
| 602 ], | 602 ], |
| 603 }], | 603 }], |
| 604 ], | 604 ], |
| 605 } | 605 } |
| OLD | NEW |