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

Unified Diff: webkit/glue/webkit_glue.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/fileapi/webkit_fileapi.gypi ('k') | webkit/gpu/webkit_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 16b7197eeab34e9f35b4b6d77ca4555c818233b1..37eb77a233d7459fd61f1b73be84ca60d3658746 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -58,7 +58,7 @@
},
{
'target_name': 'webkit_user_agent',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',
@@ -102,7 +102,7 @@
},
{
'target_name': 'glue',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
'dependencies': [
'<(DEPTH)/app/app.gyp:app_base',
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | webkit/gpu/webkit_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698