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

Side by Side Diff: gyp/core.gyp

Issue 228613003: Move SkDecodingImageGenerator.h to include/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | gyp/images.gyp » ('j') | include/core/SkDiscardableMemory.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Core Skia library code. 1 # Core Skia library code.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'core', 5 'target_name': 'core',
6 'product_name': 'skia_core', 6 'product_name': 'skia_core',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76', 9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76',
10 10
11 'includes': [ 11 'includes': [
12 'core.gypi', 12 'core.gypi',
13 ], 13 ],
14 14
15 'include_dirs': [ 15 'include_dirs': [
16 '../include/config', 16 '../include/config',
17 '../include/core', 17 '../include/core',
18 '../include/lazy',
18 '../include/pathops', 19 '../include/pathops',
19 '../include/pipe', 20 '../include/pipe',
20 '../include/ports', 21 '../include/ports',
21 '../include/utils', 22 '../include/utils',
22 '../include/xml', 23 '../include/xml',
23 '../src/core', 24 '../src/core',
24 '../src/opts', 25 '../src/opts',
25 '../src/image', 26 '../src/image',
26 ], 27 ],
27 'sources': [ 28 'sources': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'include_dirs': [ 98 'include_dirs': [
98 '../include/gpu', 99 '../include/gpu',
99 '../src/gpu', 100 '../src/gpu',
100 ], 101 ],
101 }], 102 }],
102 ], 103 ],
103 'direct_dependent_settings': { 104 'direct_dependent_settings': {
104 'include_dirs': [ 105 'include_dirs': [
105 '../include/config', 106 '../include/config',
106 '../include/core', 107 '../include/core',
108 '../include/lazy',
107 '../include/pathops', 109 '../include/pathops',
108 '../include/pipe', 110 '../include/pipe',
109 ], 111 ],
110 'conditions': [ 112 'conditions': [
111 [ 'skia_os == "mac"', { 113 [ 'skia_os == "mac"', {
112 'include_dirs': [ 114 'include_dirs': [
113 '../include/utils/mac', 115 '../include/utils/mac',
114 ], 116 ],
115 }], 117 }],
116 [ 'skia_os == "ios"', { 118 [ 'skia_os == "ios"', {
117 'include_dirs': [ 119 'include_dirs': [
118 '../include/utils/ios', 120 '../include/utils/ios',
119 ], 121 ],
120 }], 122 }],
121 [ 'skia_os == "win"', { 123 [ 'skia_os == "win"', {
122 'include_dirs': [ 124 'include_dirs': [
123 'config/win', 125 'config/win',
124 ], 126 ],
125 }], 127 }],
126 ], 128 ],
127 }, 129 },
128 }, 130 },
129 ], 131 ],
130 } 132 }
OLDNEW
« no previous file with comments | « no previous file | gyp/images.gyp » ('j') | include/core/SkDiscardableMemory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698