aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-21 19:43:15 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-21 19:43:15 +0000
commitd9ba9a05d6f5766fdb1378b6ed84c0659009a8da (patch)
tree3add5282273525de50f0b77ad7ff276cf91ddd46 /gyp/tools.gyp
parentcc9aad5787b52216f46b9d6d95a781240e3e6b6b (diff)
Change the name of SkFlags to SkCommandLineFlags.
This name is more specific to what it actually does. Also move the code into tools/flags, to (slightly) better organize the massive tools folder. Update the programs that use it to use the new names. No functionality changes. BUG=https://code.google.com/p/skia/issues/detail?id=1173 Review URL: https://codereview.chromium.org/12440067 git-svn-id: http://skia.googlecode.com/svn/trunk@8304 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 9ed7d68082..70591afcc3 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -98,6 +98,7 @@
'tools.gyp:picture_renderer',
'tools.gyp:picture_utils',
'ports.gyp:ports',
+ 'flags.gyp:flags',
],
},
{
@@ -122,6 +123,7 @@
'tools.gyp:picture_renderer',
'bench.gyp:bench_timer',
'ports.gyp:ports',
+ 'flags.gyp:flags',
],
},
{