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

Unified Diff: build/common.gypi

Issue 12261058: build: Remove deprecated 'library' variable from common.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | 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 5d600b0dba1802959c7f03dec810e7d8fcb0cddb..1e4fd116527e661bcc95dfb4a3ecd6d0621cf5b4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -177,13 +177,6 @@
'enable_web_intents%': 0, # TODO(thakis): Remove, http://crbug.com/173194
'buildtype%': '<(buildtype)',
- # We used to provide a variable for changing how libraries were built.
- # This variable remains until we can clean up all the users.
- # This needs to be one nested variables dict in so that dependent
- # gyp files can make use of it in their outer variables. (Yikes!)
- # http://code.google.com/p/chromium/issues/detail?id=83308
- 'library%': 'static_library',
-
# Override branding to select the desired branding flavor.
'branding%': 'Chromium',
@@ -662,7 +655,6 @@
'buildtype%': '<(buildtype)',
'target_arch%': '<(target_arch)',
'host_arch%': '<(host_arch)',
- 'library%': 'static_library',
'toolkit_views%': '<(toolkit_views)',
'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
'use_aura%': '<(use_aura)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698