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

Unified Diff: gyp/tools.gyp

Issue 1217293004: Move headers used by headers in include/ to include/private. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: move SkChecksum too Created 5 years, 6 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/svg.gyp ('k') | gyp/utils.gyp » ('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 855bfd748d8ee685b2c1bfbbf8983b73be388715..9b772be56c7966524d17727459c620d8d73e8a1f 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -269,6 +269,7 @@
'../tools/skpinfo.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
],
'dependencies': [
@@ -417,6 +418,7 @@
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
'../src/images',
'../src/lazy',
@@ -576,6 +578,7 @@
'target_name': 'filter',
'type': 'executable',
'include_dirs' : [
+ '../include/private',
'../src/core',
'../src/utils/debugger',
],
« no previous file with comments | « gyp/svg.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698