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

Unified Diff: skia/skia.gyp

Issue 19477005: Improve Skia configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add missing file. Created 7 years, 2 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
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 227723)
+++ skia/skia.gyp (working copy)
@@ -14,8 +14,8 @@
'target_name': 'skia_library',
'type': 'static_library',
'includes': [
+ 'skia_common.gypi',
'skia_library.gypi',
- 'skia_common.gypi',
],
},
],
@@ -47,8 +47,8 @@
'target_name': 'skia_chrome',
'type': 'static_library',
'includes': [
+ 'skia_common.gypi',
'skia_chrome.gypi',
- 'skia_common.gypi',
],
},
],
@@ -59,9 +59,9 @@
'target_name': 'skia',
'type': 'shared_library',
'includes': [
+ 'skia_common.gypi',
'skia_library.gypi',
'skia_chrome.gypi',
- 'skia_common.gypi',
],
'defines': [
'SKIA_DLL',
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | skia/skia_chrome.gypi » ('j') | skia/skia_library.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698