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

Unified Diff: skia/skia.gyp

Issue 19477005: Improve Skia configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Android framework support. Created 7 years, 3 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 | « no previous file | skia/skia_chrome.gypi » ('j') | skia/skia_chrome.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 225491)
+++ skia/skia.gyp (working copy)
@@ -14,8 +14,8 @@
'target_name': 'skia_library',
'type': 'static_library',
'includes': [
+ 'skia_common.gypi',
bungeman-skia 2013/09/27 17:59:13 Needed to make skia_common first in order to have
'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 | « no previous file | skia/skia_chrome.gypi » ('j') | skia/skia_chrome.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698