OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 '../content/common/content_paths.cc', | 687 '../content/common/content_paths.cc', |
688 '../content/common/content_switches.cc', | 688 '../content/common/content_switches.cc', |
689 '../content/common/debug_flags.cc', | 689 '../content/common/debug_flags.cc', |
690 '../content/common/hi_res_timer_manager_win.cc', | 690 '../content/common/hi_res_timer_manager_win.cc', |
691 '../content/common/notification_details.cc', | 691 '../content/common/notification_details.cc', |
692 '../content/common/notification_service.cc', | 692 '../content/common/notification_service.cc', |
693 '../content/common/notification_source.cc', | 693 '../content/common/notification_source.cc', |
694 '../content/common/sandbox_policy.cc', | 694 '../content/common/sandbox_policy.cc', |
695 '../content/common/sandbox_init_wrapper_win.cc', | 695 '../content/common/sandbox_init_wrapper_win.cc', |
696 '../content/common/url_constants.cc', | 696 '../content/common/url_constants.cc', |
| 697 '../ui/gfx/gl/gl_switches.cc', |
697 ], | 698 ], |
698 'msvs_settings': { | 699 'msvs_settings': { |
699 'VCLinkerTool': { | 700 'VCLinkerTool': { |
700 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', | 701 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', |
701 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', | 702 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', |
702 }, | 703 }, |
703 }, | 704 }, |
704 'configurations': { | 705 'configurations': { |
705 'Common_Base': { | 706 'Common_Base': { |
706 'msvs_target_platform': 'x64', | 707 'msvs_target_platform': 'x64', |
707 }, | 708 }, |
708 'Debug_Base': { | 709 'Debug_Base': { |
709 'msvs_settings': { | 710 'msvs_settings': { |
710 'VCLinkerTool': { | 711 'VCLinkerTool': { |
711 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 712 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
712 }, | 713 }, |
713 }, | 714 }, |
714 }, | 715 }, |
715 }, | 716 }, |
716 }, # target chrome_dll | 717 }, # target chrome_dll |
717 ], | 718 ], |
718 }], | 719 }], |
719 ], | 720 ], |
720 } | 721 } |
OLD | NEW |