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

Unified Diff: gyp/core.gyp

Issue 665203004: move c api into include (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « experimental/sk_surface.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index afbc78a4ce4efe571fd2ed9ce97a9780c3fdfb0a..91545ee0c3b46ec6e5568a5a03e94145d007a2b9 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -13,6 +13,7 @@
],
'include_dirs': [
+ '../include/c',
'../include/config',
'../include/core',
'../include/pathops',
@@ -99,6 +100,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
+ '../include/c',
'../include/config',
'../include/core',
'../include/pathops',
« no previous file with comments | « experimental/sk_surface.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698