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

Unified Diff: skia/skia_library_opts.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
« skia/skia_common.gypi ('K') | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library_opts.gyp
===================================================================
--- skia/skia_library_opts.gyp (revision 225491)
+++ skia/skia_library_opts.gyp (working copy)
@@ -27,6 +27,9 @@
{
'target_name': 'skia_opts',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
'config',
'../third_party/skia/include/config',
@@ -134,8 +137,10 @@
{
'target_name': 'skia_opts_ssse3',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
- '..',
'config',
bungeman-skia 2013/09/27 17:59:13 'config' still needs to be listed here in this cas
'../third_party/skia/include/config',
'../third_party/skia/include/core',
@@ -172,8 +177,10 @@
{
'target_name': 'skia_opts_none',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
- '..',
'config',
'../third_party/skia/include/config',
'../third_party/skia/include/core',
@@ -197,8 +204,10 @@
{
'target_name': 'skia_opts_neon',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
- '..',
'config',
'../third_party/skia/include/core',
'../third_party/skia/src/core',
« skia/skia_common.gypi ('K') | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698