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

Unified Diff: gyp/tools.gyp

Issue 23644006: ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs (Closed) Base URL: https://skia.googlecode.com/svn/trunk
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
« no previous file with comments | « gyp/tests.gyp ('k') | gyp/utils.gyp » ('j') | include/core/SkXfermode.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 3eae3cc7695ff3d07b9737e03ccac24455112bdc..27019b3fcbeda4a53d5d3fcc7c164e52293b1875 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -39,6 +39,10 @@
{
'target_name': 'skdiff',
'type': 'executable',
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/skdiff.cpp',
'../tools/skdiff.h',
@@ -64,6 +68,8 @@
'../tools/flags/SkCommandLineFlags.cpp',
],
'include_dirs': [
+ '../src/core',
+ '../src/opts',
'../tools/flags'
],
'dependencies': [
@@ -135,6 +141,10 @@
'../platform_tools/nacl/src/nacl_hello.cpp',
],
}, {
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/skhello.cpp',
],
@@ -153,6 +163,8 @@
],
'include_dirs': [
# For SkBitmapHasher.h
+ '../src/core/',
+ '../src/opts/',
'../src/utils/',
],
'dependencies': [
@@ -167,6 +179,10 @@
{
'target_name': 'lua_app',
'type': 'executable',
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/lua/lua_app.cpp',
'../src/utils/SkLua.cpp',
@@ -184,6 +200,10 @@
{
'target_name': 'lua_pictures',
'type': 'executable',
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/lua/lua_pictures.cpp',
'../src/utils/SkLuaCanvas.cpp',
@@ -209,6 +229,8 @@
'../tools/render_pictures_main.cpp',
],
'include_dirs': [
+ '../src/core',
+ '../src/opts',
'../src/pipe/utils/',
],
'dependencies': [
@@ -231,7 +253,9 @@
],
'include_dirs': [
'../bench',
+ '../src/core',
'../src/lazy/',
+ '../src/opts',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
@@ -257,6 +281,7 @@
],
'include_dirs': [
'../src/core/',
+ '../src/opts',
'../src/pipe/utils/',
'../src/utils/',
],
@@ -284,6 +309,8 @@
'../tools/PdfRenderer.h',
],
'include_dirs': [
+ '../src/core',
+ '../src/opts',
'../src/pipe/utils/',
'../src/utils/',
],
@@ -331,6 +358,10 @@
{
'target_name': 'picture_utils',
'type': 'static_library',
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/picture_utils.cpp',
'../tools/picture_utils.h',
@@ -347,6 +378,10 @@
{
'target_name': 'pinspect',
'type': 'executable',
+ 'include_dirs': [
+ '../src/core',
+ '../src/opts',
+ ],
'sources': [
'../tools/pinspect.cpp',
],
@@ -361,6 +396,8 @@
'type': 'executable',
'include_dirs': [
'../bench',
+ '../src/core',
+ '../src/opts',
'../tools/'
],
'sources': [
@@ -383,6 +420,7 @@
'type': 'executable',
'include_dirs' : [
'../src/core',
+ '../src/opts',
'../src/utils/debugger',
],
'sources': [
« no previous file with comments | « gyp/tests.gyp ('k') | gyp/utils.gyp » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698