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

Unified Diff: skia/skia.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 | « sdch/sdch.gyp ('k') | testing/gmock.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 403a1a285315c8bc888103d4ee182bc3d3126507..0e203ed97999494e56953e1c7deb7a4e6d4fdbf1 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -879,7 +879,7 @@
# separately as well.
{
'target_name': 'skia_opts',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
'config',
« no previous file with comments | « sdch/sdch.gyp ('k') | testing/gmock.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698