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

Unified Diff: chrome/common_constants.gypi

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/chrome_tests.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common_constants.gypi
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
index eb9c87d71601b2f25659d0ee19653b83f466d05d..179c25fa6abd53cff310c08bcfd19617a000a6dc 100644
--- a/chrome/common_constants.gypi
+++ b/chrome/common_constants.gypi
@@ -55,7 +55,7 @@
'targets': [
{
'target_name': 'common_constants',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'common_constants_target': 1,
},
@@ -74,7 +74,7 @@
'targets': [
{
'target_name': 'common_constants_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'common_constants_target': 1,
},
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698