aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pathops_unittest.gyp
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-06-22 16:13:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-22 16:13:00 -0700
commit1c4d5784f9957143e86a7455e64ea6ac9661bb9e (patch)
tree3112a6596252b347d872cdd8f46f6d01b8235d85 /gyp/pathops_unittest.gyp
parent830f356135dce5c92c48f3e068c1b02df7f9c6d2 (diff)
No need to include ../tools/flags in include_dirs when depending on flags target.
"flags" target does it by direct_dependent_settings which exports the include_dirs to targets that depend on it. Along the way fixed the indentation of experimental.gyp and v8.gyp. BUG=None TEST=make all R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/343283002
Diffstat (limited to 'gyp/pathops_unittest.gyp')
-rw-r--r--gyp/pathops_unittest.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp
index 35eeabd209..9803db9382 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', {