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

Unified Diff: skia/skia_library_opts.gyp

Issue 19477005: Improve Skia configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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_library.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,7 +27,11 @@
{
'target_name': 'skia_opts',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
+ '..',
djsollen 2013/09/27 13:52:25 if '..' is now a requirement due to the something
bungeman-skia 2013/09/27 17:59:13 Hmmm... it was kind of a requirement before, but t
'config',
'../third_party/skia/include/config',
'../third_party/skia/include/core',
@@ -134,6 +138,9 @@
{
'target_name': 'skia_opts_ssse3',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
'..',
'config',
@@ -172,6 +179,9 @@
{
'target_name': 'skia_opts_none',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
'..',
'config',
@@ -197,6 +207,9 @@
{
'target_name': 'skia_opts_neon',
'type': 'static_library',
+ 'includes': [
+ 'skia_common.gypi',
+ ],
'include_dirs': [
'..',
'config',
« skia/skia_library.gypi ('K') | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698