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

Side by Side Diff: gyp/flags.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gm.gyp » ('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 'sources': [ 8 'sources': [
9 '../tools/flags/SkCommandLineFlags.h', 9 '../tools/flags/SkCommandLineFlags.h',
10 '../tools/flags/SkCommandLineFlags.cpp', 10 '../tools/flags/SkCommandLineFlags.cpp',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 'skia_base_libs.gyp:skia_base_libs', 13 'skia_lib.gyp:skia_lib',
14 'core.gyp:core',
15 ], 14 ],
16 'direct_dependent_settings': { 15 'direct_dependent_settings': {
17 'include_dirs': [ 16 'include_dirs': [
18 '../tools/flags', 17 '../tools/flags',
19 ], 18 ],
20 } 19 }
21 }, 20 },
22 ], 21 ],
23 } 22 }
24 23
25 # Local Variables: 24 # Local Variables:
26 # tab-width:2 25 # tab-width:2
27 # indent-tabs-mode:nil 26 # indent-tabs-mode:nil
28 # End: 27 # End:
29 # vim: set expandtab tabstop=2 shiftwidth=2: 28 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698