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

Unified Diff: skia/skia_library_opts.gyp

Issue 19477005: Improve Skia configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Use os_posix for posix tests. 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
« no previous file with comments | « 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 229411)
+++ skia/skia_library_opts.gyp (working copy)
@@ -27,9 +27,10 @@
{
'target_name': 'skia_opts',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
- 'config',
- '../third_party/skia/include/config',
'../third_party/skia/include/core',
'../third_party/skia/src/core',
'../third_party/skia/src/opts',
@@ -138,10 +139,10 @@
{
'target_name': 'skia_opts_ssse3',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
- '..',
- 'config',
- '../third_party/skia/include/config',
'../third_party/skia/include/core',
'../third_party/skia/src/core',
],
@@ -176,10 +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',
'../third_party/skia/src/core',
],
@@ -202,9 +203,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',
'../third_party/skia/src/opts',
« no previous file with comments | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698