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

Unified Diff: gyp/pathops_skpclip.gyp

Issue 1265443002: add -Iinclude/private anywhere we have -Isrc/core (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gyp/opts.gyp ('k') | gyp/pathops_unittest.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pathops_skpclip.gyp
diff --git a/gyp/pathops_skpclip.gyp b/gyp/pathops_skpclip.gyp
index 6c7e6b47db3c2a510472a4766eec479e1fe6d887..3bc5bf6c06342057ac41695defbb8afb3fe2c9dd 100755
--- a/gyp/pathops_skpclip.gyp
+++ b/gyp/pathops_skpclip.gyp
@@ -12,6 +12,7 @@
'target_name': 'pathops_skpclip',
'type': 'executable',
'include_dirs': [
+ '../include/private',
'../src/core',
'../src/effects',
'../src/lazy',
@@ -26,7 +27,7 @@
'tools.gyp:resources',
],
'sources': [
- '../tests/PathOpsDebug.cpp',
+ '../tests/PathOpsDebug.cpp',
'../tests/PathOpsSkpClipTest.cpp',
],
'conditions': [
« no previous file with comments | « gyp/opts.gyp ('k') | gyp/pathops_unittest.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698