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

Unified Diff: webkit/quota/webkit_quota.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 | « webkit/gpu/webkit_gpu.gypi ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/webkit_quota.gypi
diff --git a/webkit/quota/webkit_quota.gypi b/webkit/quota/webkit_quota.gypi
index 101daf7d9eaca814d569819ea7b7548511a5562f..3ce79828171ddaddf82907e2b15ee5b224b6bbef 100644
--- a/webkit/quota/webkit_quota.gypi
+++ b/webkit/quota/webkit_quota.gypi
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'quota',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '36A9AAD2-10DD-42CF-BF51-3CC79D26FCB4',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',
« no previous file with comments | « webkit/gpu/webkit_gpu.gypi ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698