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

Unified Diff: gyp/pathops_unittest.gypi

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/pathops_skpclip.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pathops_unittest.gypi
diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
index 75e824b9fb427959a0a4aabe05fe75546660e3a1..d8eac0134e786d6328a4f8190cfc551dcda8593c 100644
--- a/gyp/pathops_unittest.gypi
+++ b/gyp/pathops_unittest.gypi
@@ -5,6 +5,7 @@
# Common gypi for pathops unit tests.
{
'include_dirs': [
+ '../include/private',
'../src/core',
'../src/effects',
'../src/lazy',
@@ -63,8 +64,8 @@
'../tests/PathOpsTestCommon.cpp',
'../tests/PathOpsThreadedCommon.cpp',
'../tests/PathOpsThreeWayTest.cpp',
- '../tests/PathOpsTightBoundsTest.cpp',
- '../tests/PathOpsTypesTest.cpp',
+ '../tests/PathOpsTightBoundsTest.cpp',
+ '../tests/PathOpsTypesTest.cpp',
'../tests/PathOpsCubicIntersectionTestData.h',
'../tests/PathOpsExtendedTest.h',
« no previous file with comments | « gyp/pathops_skpclip.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698