| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 '../base/base.gyp:base', | 402 '../base/base.gyp:base', |
| 403 '../breakpad/breakpad.gyp:breakpad_handler', | 403 '../breakpad/breakpad.gyp:breakpad_handler', |
| 404 '../breakpad/breakpad.gyp:breakpad_sender', | 404 '../breakpad/breakpad.gyp:breakpad_sender', |
| 405 '../chrome/common_constants.gyp:common_constants', | 405 '../chrome/common_constants.gyp:common_constants', |
| 406 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 406 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 407 '../components/components.gyp:browser_watcher_client', | 407 '../components/components.gyp:browser_watcher_client', |
| 408 '../components/components.gyp:crash_component', | 408 '../components/components.gyp:crash_component', |
| 409 '../components/components.gyp:crash_core_common', | 409 '../components/components.gyp:crash_core_common', |
| 410 '../components/components.gyp:flags_ui_switches', | 410 '../components/components.gyp:flags_ui_switches', |
| 411 '../components/components.gyp:policy', | 411 '../components/components.gyp:policy', |
| 412 '../components/components.gyp:startup_metric_utils_win', | 412 '../components/components.gyp:startup_metric_utils_common', |
| 413 '../crypto/crypto.gyp:crypto', | 413 '../crypto/crypto.gyp:crypto', |
| 414 '../sandbox/sandbox.gyp:sandbox', | 414 '../sandbox/sandbox.gyp:sandbox', |
| 415 '../ui/gfx/gfx.gyp:gfx', | 415 '../ui/gfx/gfx.gyp:gfx', |
| 416 '../win8/win8.gyp:visual_elements_resources', | 416 '../win8/win8.gyp:visual_elements_resources', |
| 417 ], | 417 ], |
| 418 'sources': [ | 418 'sources': [ |
| 419 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 419 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 420 'app/chrome_crash_reporter_client_win.cc', | 420 'app/chrome_crash_reporter_client_win.cc', |
| 421 'app/chrome_crash_reporter_client_win.h', | 421 'app/chrome_crash_reporter_client_win.h', |
| 422 'app/chrome_exe.rc', | 422 'app/chrome_exe.rc', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'targets': [ | 496 'targets': [ |
| 497 { | 497 { |
| 498 'target_name': 'file_pre_reader', | 498 'target_name': 'file_pre_reader', |
| 499 'type': 'static_library', | 499 'type': 'static_library', |
| 500 'sources': [ | 500 'sources': [ |
| 501 'app/file_pre_reader_win.cc', | 501 'app/file_pre_reader_win.cc', |
| 502 'app/file_pre_reader_win.h', | 502 'app/file_pre_reader_win.h', |
| 503 ], | 503 ], |
| 504 'dependencies': [ | 504 'dependencies': [ |
| 505 '../base/base.gyp:base', | 505 '../base/base.gyp:base', |
| 506 '../components/components.gyp:startup_metric_utils_win', | 506 '../components/components.gyp:startup_metric_utils_common', |
| 507 ], | 507 ], |
| 508 }, | 508 }, |
| 509 ], | 509 ], |
| 510 'conditions': [ | 510 'conditions': [ |
| 511 ['disable_nacl!=1 and target_arch=="ia32"', { | 511 ['disable_nacl!=1 and target_arch=="ia32"', { |
| 512 'targets': [ | 512 'targets': [ |
| 513 { | 513 { |
| 514 'target_name': 'chrome_nacl_win64', | 514 'target_name': 'chrome_nacl_win64', |
| 515 'type': 'executable', | 515 'type': 'executable', |
| 516 'product_name': 'nacl64', | 516 'product_name': 'nacl64', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'dependencies': [ | 598 'dependencies': [ |
| 599 'chrome_nacl_win64', | 599 'chrome_nacl_win64', |
| 600 ], | 600 ], |
| 601 }], | 601 }], |
| 602 ], | 602 ], |
| 603 }, | 603 }, |
| 604 ], | 604 ], |
| 605 }], | 605 }], |
| 606 ], | 606 ], |
| 607 } | 607 } |
| OLD | NEW |