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

Side by Side Diff: gyp/utils.gyp

Issue 145203003: Remove extraneous folders from includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove references to include/lazy. Created 6 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 | « gyp/images.gyp ('k') | no next file » | 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': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
11 ], 11 ],
12 'include_dirs': [ 12 'include_dirs': [
13 '../include/effects', 13 '../include/effects',
14 '../include/images', 14 '../include/images',
15 '../include/lazy',
16 '../include/pathops', 15 '../include/pathops',
17 '../include/pipe', 16 '../include/pipe',
18 '../include/utils', 17 '../include/utils',
19 '../include/utils/mac', 18 '../include/utils/mac',
20 '../include/utils/unix', 19 '../include/utils/unix',
21 '../include/utils/win', 20 '../include/utils/win',
22 '../include/xml', 21 '../include/xml',
23 '../src/core', 22 '../src/core',
24 '../src/utils', 23 '../src/utils',
25 ], 24 ],
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 }], 223 }],
225 ], 224 ],
226 'direct_dependent_settings': { 225 'direct_dependent_settings': {
227 'include_dirs': [ 226 'include_dirs': [
228 '../include/utils', 227 '../include/utils',
229 ], 228 ],
230 }, 229 },
231 }, 230 },
232 ], 231 ],
233 } 232 }
OLDNEW
« no previous file with comments | « gyp/images.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698