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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 551 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
552 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 552 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
553 '../components/components.gyp:breakpad_win64', | 553 '../components/components.gyp:breakpad_win64', |
554 '../components/components.gyp:crash_core_common_win64', | 554 '../components/components.gyp:crash_core_common_win64', |
555 '../components/components.gyp:flags_ui_switches_win64', | 555 '../components/components.gyp:flags_ui_switches_win64', |
556 '../chrome/common_constants.gyp:common_constants_win64', | 556 '../chrome/common_constants.gyp:common_constants_win64', |
557 '../components/nacl.gyp:nacl_win64', | 557 '../components/nacl.gyp:nacl_win64', |
558 '../crypto/crypto.gyp:crypto_nacl_win64', | 558 '../crypto/crypto.gyp:crypto_nacl_win64', |
559 '../ipc/ipc.gyp:ipc_win64', | 559 '../ipc/ipc.gyp:ipc_win64', |
560 '../sandbox/sandbox.gyp:sandbox_win64', | 560 '../sandbox/sandbox.gyp:sandbox_win64', |
| 561 '../third_party/kasko/kasko.gyp:kasko_features', |
561 ], | 562 ], |
562 'defines': [ | 563 'defines': [ |
563 '<@(nacl_win64_defines)', | 564 '<@(nacl_win64_defines)', |
564 'COMPILE_CONTENT_STATICALLY', | 565 'COMPILE_CONTENT_STATICALLY', |
565 ], | 566 ], |
566 'include_dirs': [ | 567 'include_dirs': [ |
567 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 568 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
568 ], | 569 ], |
569 'msvs_settings': { | 570 'msvs_settings': { |
570 'VCLinkerTool': { | 571 'VCLinkerTool': { |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 'dependencies': [ | 619 'dependencies': [ |
619 'chrome_nacl_win64', | 620 'chrome_nacl_win64', |
620 ], | 621 ], |
621 }], | 622 }], |
622 ], | 623 ], |
623 }, | 624 }, |
624 ], | 625 ], |
625 }], | 626 }], |
626 ], | 627 ], |
627 } | 628 } |
OLD | NEW |