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

Side by Side Diff: gyp/utils.gyp

Issue 1166993002: Towards removing getTexture() from SkImage (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « no previous file | include/core/SkImage.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Gyp for utils. 5 # Gyp for utils.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'utils', 9 'target_name': 'utils',
10 'product_name': 'skia_utils', 10 'product_name': 'skia_utils',
11 'type': 'static_library', 11 'type': 'static_library',
12 'standalone_static_library': 1, 12 'standalone_static_library': 1,
13 'dependencies': [ 13 'dependencies': [
14 'core.gyp:*', 14 'core.gyp:*',
15 'etc1.gyp:libetc1', 15 'etc1.gyp:libetc1',
16 ], 16 ],
17 'includes': [ 17 'includes': [
18 'utils.gypi', 18 'utils.gypi',
19 ], 19 ],
20 'include_dirs': [ 20 'include_dirs': [
21 '../include/effects', 21 '../include/effects',
22 '../include/images', 22 '../include/images',
23 '../include/pathops', 23 '../include/pathops',
24 '../include/pipe', 24 '../include/pipe',
25 '../include/utils', 25 '../include/utils',
26 '../include/utils/mac', 26 '../include/utils/mac',
27 '../include/utils/unix', 27 '../include/utils/unix',
28 '../include/utils/win', 28 '../include/utils/win',
29 '../src/core', 29 '../src/core',
30 '../src/image',
30 '../src/opts', 31 '../src/opts',
31 '../src/utils', 32 '../src/utils',
32 ], 33 ],
33 'sources': [ 34 'sources': [
34 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the b uild). 35 'utils.gypi', # Makes the gypi appear in IDEs (but does not modify the b uild).
35 ], 36 ],
36 'sources!': [ 37 'sources!': [
37 '../src/utils/SDL/SkOSWindow_SDL.cpp', 38 '../src/utils/SDL/SkOSWindow_SDL.cpp',
38 ], 39 ],
39 'conditions': [ 40 'conditions': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../src/utils/android/SkHwuiRenderer.cpp', 136 '../src/utils/android/SkHwuiRenderer.cpp',
136 ], 137 ],
137 'direct_dependent_settings': { 138 'direct_dependent_settings': {
138 'include_dirs': [ 139 'include_dirs': [
139 '../src/utils/android', 140 '../src/utils/android',
140 ], 141 ],
141 }, 142 },
142 }, 143 },
143 ], 144 ],
144 } 145 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698