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

Side by Side Diff: gyp/flags.gyp

Issue 854193003: tool --help alphabetizes command line flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Another Patch Set Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build flag parser 1 # GYP file to build flag parser
2 # 2 #
3 { 3 {
4 'targets': [ 4 'targets': [
5 { 5 {
6 'target_name': 'flags', 6 'target_name': 'flags',
7 'type': 'static_library', 7 'type': 'static_library',
8 'include_dirs': [ '../src/core', ],
8 'sources': [ 9 'sources': [
9 '../tools/flags/SkCommandLineFlags.cpp', 10 '../tools/flags/SkCommandLineFlags.cpp',
10 '../tools/flags/SkCommandLineFlags.h', 11 '../tools/flags/SkCommandLineFlags.h',
11 ], 12 ],
12 'dependencies': [ 13 'dependencies': [
13 'skia_lib.gyp:skia_lib', 14 'skia_lib.gyp:skia_lib',
14 ], 15 ],
15 'direct_dependent_settings': { 16 'direct_dependent_settings': {
16 'include_dirs': [ 17 'include_dirs': [
17 '../tools/flags', 18 '../tools/flags',
(...skipping 12 matching lines...) Expand all
30 'flags.gyp:flags', 31 'flags.gyp:flags',
31 ], 32 ],
32 'direct_dependent_settings': { 33 'direct_dependent_settings': {
33 'include_dirs': [ 34 'include_dirs': [
34 '../tools/flags', 35 '../tools/flags',
35 ], 36 ],
36 } 37 }
37 }, 38 },
38 ], 39 ],
39 } 40 }
OLDNEW
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698