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

Side by Side Diff: gyp/utils.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. Created 7 years, 5 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/svg.gyp ('k') | gyp/views.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 for utils. 1 # Gyp for utils.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'utils', 5 'target_name': 'utils',
6 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [
10 'core.gyp:*',
11 ],
9 'include_dirs': [ 12 'include_dirs': [
10 '../include/config',
11 '../include/core',
12 '../include/effects', 13 '../include/effects',
13 '../include/images', 14 '../include/images',
14 '../include/lazy', 15 '../include/lazy',
15 '../include/pathops', 16 '../include/pathops',
16 '../include/pipe', 17 '../include/pipe',
17 '../include/utils', 18 '../include/utils',
18 '../include/utils/mac', 19 '../include/utils/mac',
19 '../include/utils/unix', 20 '../include/utils/unix',
20 '../include/utils/win', 21 '../include/utils/win',
21 '../include/xml', 22 '../include/xml',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 }, 216 },
216 }, 217 },
217 ], 218 ],
218 } 219 }
219 220
220 # Local Variables: 221 # Local Variables:
221 # tab-width:2 222 # tab-width:2
222 # indent-tabs-mode:nil 223 # indent-tabs-mode:nil
223 # End: 224 # End:
224 # vim: set expandtab tabstop=2 shiftwidth=2: 225 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/svg.gyp ('k') | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698