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

Unified Diff: sdch/sdch.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 | « sandbox/sandbox.gyp ('k') | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/sdch.gyp
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 42d1f814326a7a4e103263f33348f3b801fe7e4a..6f1ed68e53b2fa4984034294d8c3c0c2da3bf821 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'sdch',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'F54ABC59-5C00-414A-A9BA-BAF26D1699F0',
'sources': [
'open-vcdiff/src/addrcache.cc',
« no previous file with comments | « sandbox/sandbox.gyp ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698