OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 5 'target_defaults': { |
6 'variables': { | 6 'variables': { |
7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
8 }, | 8 }, |
9 'target_conditions': [ | 9 'target_conditions': [ |
10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 '../content/common/content_client.cc', | 603 '../content/common/content_client.cc', |
604 '../content/common/content_message_generator.cc', | 604 '../content/common/content_message_generator.cc', |
605 '../content/common/content_paths.cc', | 605 '../content/common/content_paths.cc', |
606 '../content/common/content_switches.cc', | 606 '../content/common/content_switches.cc', |
607 '../content/common/debug_flags.cc', | 607 '../content/common/debug_flags.cc', |
608 '../content/common/hi_res_timer_manager_win.cc', | 608 '../content/common/hi_res_timer_manager_win.cc', |
609 '../content/common/notification_details.cc', | 609 '../content/common/notification_details.cc', |
610 '../content/common/notification_service.cc', | 610 '../content/common/notification_service.cc', |
611 '../content/common/notification_source.cc', | 611 '../content/common/notification_source.cc', |
612 '../content/common/sandbox_init_wrapper_win.cc', | 612 '../content/common/sandbox_init_wrapper_win.cc', |
| 613 '../content/common/url_constants.cc', |
613 ], | 614 ], |
614 'msvs_settings': { | 615 'msvs_settings': { |
615 'VCLinkerTool': { | 616 'VCLinkerTool': { |
616 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', | 617 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', |
617 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', | 618 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', |
618 }, | 619 }, |
619 }, | 620 }, |
620 'configurations': { | 621 'configurations': { |
621 'Common_Base': { | 622 'Common_Base': { |
622 'msvs_target_platform': 'x64', | 623 'msvs_target_platform': 'x64', |
623 }, | 624 }, |
624 'Debug_Base': { | 625 'Debug_Base': { |
625 'msvs_settings': { | 626 'msvs_settings': { |
626 'VCLinkerTool': { | 627 'VCLinkerTool': { |
627 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 628 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
628 }, | 629 }, |
629 }, | 630 }, |
630 }, | 631 }, |
631 }, | 632 }, |
632 }, # target chrome_dll | 633 }, # target chrome_dll |
633 ], | 634 ], |
634 }], | 635 }], |
635 ], | 636 ], |
636 } | 637 } |
OLD | NEW |