aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/flags.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/flags.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/flags.gyp')
-rw-r--r--gyp/flags.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/flags.gyp b/gyp/flags.gyp
index c15624b050..874a4b20c1 100644
--- a/gyp/flags.gyp
+++ b/gyp/flags.gyp
@@ -6,8 +6,8 @@
'target_name': 'flags',
'type': 'static_library',
'sources': [
- '../tools/flags/SkCommandLineFlags.h',
'../tools/flags/SkCommandLineFlags.cpp',
+ '../tools/flags/SkCommandLineFlags.h',
],
'dependencies': [
'skia_lib.gyp:skia_lib',