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

Unified Diff: build/common.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 | « breakpad/breakpad_sender.gypi ('k') | chrome/app/policy/cloud_policy_codegen.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index a5177f17d14ddb357870716193f70da5afedbe7f..6c8d55e870ad20c3351efeeb664434f7a26c99c2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -62,7 +62,7 @@
'chromeos%': '<(chromeos)',
'touchui%': '<(touchui)',
'host_arch%': '<(host_arch)',
- 'library%': '<(library)',
+ 'library%': 'static_library',
'toolkit_views%': '<(toolkit_views)',
# Override branding to select the desired branding flavor.
@@ -117,7 +117,7 @@
# 'library' for static libraries.
# By default, component is set to whatever library is set to and
# it can be overriden by the GYP command line or by ~/.gyp/include.gypi.
- 'component%': '<(library)',
+ 'component%': 'static_library',
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,
@@ -217,7 +217,7 @@
'arm_neon%': '<(arm_neon)',
'sysroot%': '<(sysroot)',
'disable_sse2%': '<(disable_sse2)',
- 'library%': '<(library)',
+ 'library%': 'static_library',
'component%': '<(component)',
'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
'use_third_party_translations%': '<(use_third_party_translations)',
« no previous file with comments | « breakpad/breakpad_sender.gypi ('k') | chrome/app/policy/cloud_policy_codegen.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698