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

Unified Diff: gyp/pathops_unittest.gyp

Issue 343283002: No need to include ../tools/flags in include_dirs when depending on flags target. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 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/flags.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « gyp/flags.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698