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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'chrome_version_resources', | 414 'chrome_version_resources', |
415 'installer_util', | 415 'installer_util', |
416 'file_pre_reader', | 416 'file_pre_reader', |
417 '../base/base.gyp:base', | 417 '../base/base.gyp:base', |
418 '../crypto/crypto.gyp:crypto', | 418 '../crypto/crypto.gyp:crypto', |
419 '../breakpad/breakpad.gyp:breakpad_handler', | 419 '../breakpad/breakpad.gyp:breakpad_handler', |
420 '../breakpad/breakpad.gyp:breakpad_sender', | 420 '../breakpad/breakpad.gyp:breakpad_sender', |
421 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 421 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
422 '../components/components.gyp:crash_component', | 422 '../components/components.gyp:crash_component', |
423 '../components/components.gyp:crash_core_common', | 423 '../components/components.gyp:crash_core_common', |
| 424 '../components/components.gyp:flags_ui_switches', |
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.cc', |
432 'app/chrome_crash_reporter_client.h', | 433 'app/chrome_crash_reporter_client.h', |
433 'app/chrome_exe.rc', | 434 'app/chrome_exe.rc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 'chrome_version_resources', | 546 'chrome_version_resources', |
546 'installer_util_nacl_win64', | 547 'installer_util_nacl_win64', |
547 '../base/base.gyp:base_i18n_nacl_win64', | 548 '../base/base.gyp:base_i18n_nacl_win64', |
548 '../base/base.gyp:base_win64', | 549 '../base/base.gyp:base_win64', |
549 '../base/base.gyp:base_static_win64', | 550 '../base/base.gyp:base_static_win64', |
550 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 551 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
551 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 552 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
552 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 553 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
553 '../components/components.gyp:breakpad_win64', | 554 '../components/components.gyp:breakpad_win64', |
554 '../components/components.gyp:crash_core_common_win64', | 555 '../components/components.gyp:crash_core_common_win64', |
| 556 '../components/components.gyp:flags_ui_switches_win64', |
555 '../chrome/common_constants.gyp:common_constants_win64', | 557 '../chrome/common_constants.gyp:common_constants_win64', |
556 '../components/nacl.gyp:nacl_win64', | 558 '../components/nacl.gyp:nacl_win64', |
557 '../crypto/crypto.gyp:crypto_nacl_win64', | 559 '../crypto/crypto.gyp:crypto_nacl_win64', |
558 '../ipc/ipc.gyp:ipc_win64', | 560 '../ipc/ipc.gyp:ipc_win64', |
559 '../sandbox/sandbox.gyp:sandbox_win64', | 561 '../sandbox/sandbox.gyp:sandbox_win64', |
560 ], | 562 ], |
561 'defines': [ | 563 'defines': [ |
562 '<@(nacl_win64_defines)', | 564 '<@(nacl_win64_defines)', |
563 'COMPILE_CONTENT_STATICALLY', | 565 'COMPILE_CONTENT_STATICALLY', |
564 ], | 566 ], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'dependencies': [ | 619 'dependencies': [ |
618 'chrome_nacl_win64', | 620 'chrome_nacl_win64', |
619 ], | 621 ], |
620 }], | 622 }], |
621 ], | 623 ], |
622 }, | 624 }, |
623 ], | 625 ], |
624 }], | 626 }], |
625 ], | 627 ], |
626 } | 628 } |
OLD | NEW |