Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: chrome/chrome_dll.gypi

Issue 7790013: Clean up plugin constants (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 '../content/common/content_switches.cc', 725 '../content/common/content_switches.cc',
726 '../content/common/debug_flags.cc', 726 '../content/common/debug_flags.cc',
727 '../content/common/hi_res_timer_manager_win.cc', 727 '../content/common/hi_res_timer_manager_win.cc',
728 '../content/common/notification_details.cc', 728 '../content/common/notification_details.cc',
729 '../content/common/notification_service.cc', 729 '../content/common/notification_service.cc',
730 '../content/common/notification_source.cc', 730 '../content/common/notification_source.cc',
731 '../content/common/sandbox_policy.cc', 731 '../content/common/sandbox_policy.cc',
732 '../content/common/sandbox_init_wrapper_win.cc', 732 '../content/common/sandbox_init_wrapper_win.cc',
733 '../content/common/url_constants.cc', 733 '../content/common/url_constants.cc',
734 '../ui/gfx/gl/gl_switches.cc', 734 '../ui/gfx/gl/gl_switches.cc',
735 '../webkit/plugins/plugin_constants.cc',
736 '../webkit/plugins/plugin_constants.h',
735 ], 737 ],
736 'msvs_settings': { 738 'msvs_settings': {
737 'VCLinkerTool': { 739 'VCLinkerTool': {
738 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib', 740 'ImportLibrary': '$(OutDir)\\lib\\nacl64_dll.lib',
739 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb', 741 'ProgramDatabaseFile': '$(OutDir)\\nacl64_dll.pdb',
740 }, 742 },
741 }, 743 },
742 'configurations': { 744 'configurations': {
743 'Common_Base': { 745 'Common_Base': {
744 'msvs_target_platform': 'x64', 746 'msvs_target_platform': 'x64',
745 }, 747 },
746 'Debug_Base': { 748 'Debug_Base': {
747 'msvs_settings': { 749 'msvs_settings': {
748 'VCLinkerTool': { 750 'VCLinkerTool': {
749 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 751 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
750 }, 752 },
751 }, 753 },
752 }, 754 },
753 }, 755 },
754 }, # target chrome_dll 756 }, # target chrome_dll
755 ], 757 ],
756 }], 758 }],
757 ], 759 ],
758 } 760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698