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

Unified Diff: base/base.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 | « base/base.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 25060bb587f92254aa7dfeedf0aa8c7a3fbe6019..4612e179bcf35b45bc9fff81442e74de0d9c767f 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -602,7 +602,7 @@
'targets': [
{
'target_name': 'base_nacl_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE',
'variables': {
'base_target': 1,
@@ -636,7 +636,7 @@
'targets': [
{
'target_name': 'symbolize',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'chromium_code': 0,
},
@@ -661,7 +661,7 @@
},
{
'target_name': 'xdg_mime',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'chromium_code': 0,
},
« no previous file with comments | « base/base.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698