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

Unified Diff: gyp/gm.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/effects.gyp ('k') | gyp/gpu.gyp » ('j') | include/core/SkXfermode.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index e412efe6cf3274544172c281252bd7551c7c8953..c8d4aaea626dc9ab7e0c1cf1a42a8bf375245b3e 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -8,6 +8,9 @@
'target_name': 'gm_expectations',
'type': 'static_library',
'include_dirs' : [
+ '../include/core/',
+ '../src/core/',
+ '../src/opts/',
'../src/utils/',
],
'sources': [
@@ -30,6 +33,7 @@
'include_dirs' : [
'../src/core',
'../src/effects',
+ '../src/opts',
'../src/pipe/utils/',
'../src/utils/',
'../src/utils/debugger',
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gpu.gyp » ('j') | include/core/SkXfermode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698