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

Side by Side Diff: gyp/core.gyp

Issue 1487683004: Create an SkCodecImageGenerator (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkCodecImageGenerator - no tests Created 5 years 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/core.gypi » ('j') | src/core/SkCodecImageGenerator.cpp » ('J')
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 # Core Skia library code. 5 # Core Skia library code.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'core', 9 'target_name': 'core',
10 'product_name': 'skia_core', 10 'product_name': 'skia_core',
11 'type': 'static_library', 11 'type': 'static_library',
12 'standalone_static_library': 1, 12 'standalone_static_library': 1,
13 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76', 13 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76',
14 14
15 'includes': [ 15 'includes': [
16 'core.gypi', 16 'core.gypi',
17 ], 17 ],
18 18
19 'include_dirs': [ 19 'include_dirs': [
20 '../include/c', 20 '../include/c',
21 '../include/codec',
scroggo 2015/12/02 20:22:54 I thought that back in the day we did not make cor
21 '../include/config', 22 '../include/config',
22 '../include/core', 23 '../include/core',
23 '../include/pathops', 24 '../include/pathops',
24 '../include/pipe', 25 '../include/pipe',
25 '../include/ports', 26 '../include/ports',
26 '../include/private', 27 '../include/private',
27 '../include/utils', 28 '../include/utils',
28 '../include/images', 29 '../include/images',
29 '../src/core', 30 '../src/core',
30 '../src/sfnt', 31 '../src/sfnt',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 [ 'skia_os == "win"', { 125 [ 'skia_os == "win"', {
125 'include_dirs': [ 126 'include_dirs': [
126 'config/win', 127 'config/win',
127 ], 128 ],
128 }], 129 }],
129 ], 130 ],
130 }, 131 },
131 }, 132 },
132 ], 133 ],
133 } 134 }
OLDNEW
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | src/core/SkCodecImageGenerator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698