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

Unified Diff: gyp/tools.gyp

Issue 1260613006: Move SkTHash.h to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rm Created 5 years, 5 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 | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »
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 e8663468699e45bc5db98b1dcf666a036a182331..5f4830b46da21842d1b7b2161f17160bebd55ba2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -175,6 +175,7 @@
'../tools/skpdiff/skpdiff_util.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/', # needed for SkTLList.h
'../tools/', # needed for picture_utils::replace_char
],
@@ -229,6 +230,7 @@
'../tools/skpmaker.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core',
],
'dependencies': [
@@ -271,6 +273,7 @@
'../tools/skpinfo.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
],
'dependencies': [
@@ -297,6 +300,7 @@
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
'../src/lazy/',
'../tools/',
@@ -316,6 +320,7 @@
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
'../src/images',
'../src/lazy',
@@ -333,6 +338,7 @@
'../src/utils/SkLua.cpp',
],
'include_dirs': [
+ '../include/private',
# Lua exposes GrReduceClip which in turn requires src/core for SkTLList
'../src/gpu/',
'../src/core/',
@@ -355,6 +361,7 @@
'../src/utils/SkLua.cpp',
],
'include_dirs': [
+ '../include/private',
# Lua exposes GrReduceClip which in turn requires src/core for SkTLList
'../src/gpu/',
'../src/core/',
@@ -378,6 +385,7 @@
'../tools/render_pictures_main.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core',
'../src/images',
'../src/lazy',
@@ -401,6 +409,7 @@
'../tools/bench_pictures_main.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
'../bench',
'../src/lazy/',
@@ -429,6 +438,7 @@
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
'../src/images',
'../src/lazy',
@@ -456,6 +466,7 @@
'../src/pipe/utils/SamplePipeControllers.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core',
'../src/images',
'../src/lazy',
@@ -498,6 +509,7 @@
'../tools/render_pdfs_main.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core',
'../src/pipe/utils/',
'../src/utils/',
@@ -588,6 +600,7 @@
'target_name': 'filter',
'type': 'executable',
'include_dirs' : [
+ '../include/private',
'../src/core',
'../src/utils/debugger',
],
@@ -715,6 +728,7 @@
'../src/utils/SkLua.cpp',
],
'include_dirs': [
+ '../include/private',
# Lua exposes GrReduceClip which in turn requires src/core for SkTLList
'../src/gpu/',
'../src/core/',
@@ -778,6 +792,7 @@
'../tools/create_test_font.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core',
],
'dependencies': [
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698