diff options
author | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-21 20:47:39 +0000 |
---|---|---|
committer | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-21 20:47:39 +0000 |
commit | e593f8b12a57a5270b6d5024aa90fee435a38c19 (patch) | |
tree | 93d0e95b1e7510bca8fd99231ea9ba610d3ce06a /skia/skia_library_opts.gyp | |
parent | f9e684382c3f1a2ad74e62477c33ffdebf849567 (diff) | |
download | chromium_src-e593f8b12a57a5270b6d5024aa90fee435a38c19.zip chromium_src-e593f8b12a57a5270b6d5024aa90fee435a38c19.tar.gz chromium_src-e593f8b12a57a5270b6d5024aa90fee435a38c19.tar.bz2 |
Improve Skia configuration.
This is the Chromium side of https://codereview.chromium.org/19808007 .
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19477005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library_opts.gyp')
-rw-r--r-- | skia/skia_library_opts.gyp | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp index 1aaeefc..2008e2c 100644 --- a/skia/skia_library_opts.gyp +++ b/skia/skia_library_opts.gyp @@ -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', |