From 1c4d5784f9957143e86a7455e64ea6ac9661bb9e Mon Sep 17 00:00:00 2001 From: tfarina Date: Sun, 22 Jun 2014 16:13:00 -0700 Subject: 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 --- gyp/pathops_unittest.gyp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gyp/pathops_unittest.gyp') 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', { -- cgit v1.2.3