Index: gyp/pathops_unittest.gyp |
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp |
index 35eeabd2097c311092f97016570c3f68f6589fdc..9803db93823c7934ea78cb6f589c8c99c2a1d1c1 100644 |
--- a/gyp/pathops_unittest.gyp |
+++ b/gyp/pathops_unittest.gyp |
@@ -16,7 +16,6 @@ |
'../src/pdf', |
'../src/pipe/utils', |
'../src/utils', |
- '../tools/', |
], |
'includes': [ |
'pathops_unittest.gypi', |
@@ -28,12 +27,12 @@ |
'../tests/PathOpsOpLoopThreadedTest.cpp', |
'../tests/PathOpsSkpClipTest.cpp', |
'../tests/Test.cpp', |
- '../tests/skia_test.cpp', |
'../tests/Test.h', |
+ '../tests/skia_test.cpp', |
], |
'dependencies': [ |
- 'skia_lib.gyp:skia_lib', |
'flags.gyp:flags', |
+ 'skia_lib.gyp:skia_lib', |
], |
'conditions': [ |
[ 'skia_gpu == 1', { |