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

Unified Diff: views/views.gyp

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 | « ui/ui_views.gypi ('k') | webkit/appcache/webkit_appcache.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 01937a182d86eee198973e0769628e88964a846e..8f86b11ce932bb910eda27f9c3a5d6c0bc0d6e72 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -59,7 +59,7 @@
'targets': [
{
'target_name': 'views',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751',
'dependencies': [
'../app/app.gyp:app_base',
« no previous file with comments | « ui/ui_views.gypi ('k') | webkit/appcache/webkit_appcache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698