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

Unified Diff: chrome/default_plugin/default_plugin.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common_constants.gypi ('k') | chrome/installer/mac/third_party/xz/xz.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/default_plugin.gyp
diff --git a/chrome/default_plugin/default_plugin.gyp b/chrome/default_plugin/default_plugin.gyp
index 0a53ac1cbc62d037a253d95d8f89583618cae65f..f16bd8b967de1f7d35582b9c4bd00954f06c1ccc 100644
--- a/chrome/default_plugin/default_plugin.gyp
+++ b/chrome/default_plugin/default_plugin.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'default_plugin',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
':default_plugin_resources',
'<(DEPTH)/base/base.gyp:base',
« no previous file with comments | « chrome/common_constants.gypi ('k') | chrome/installer/mac/third_party/xz/xz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698