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

Side by Side Diff: gyp/sfnt.gyp

Issue 1290733002: Revert[3] "move some public headers into private" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/core.gypi ('k') | include/core/SkEndian.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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'sfnt', 8 'target_name': 'sfnt',
9 'product_name': 'skia_sfnt', 9 'product_name': 'skia_sfnt',
10 'type': 'static_library', 10 'type': 'static_library',
11 'standalone_static_library': 1, 11 'standalone_static_library': 1,
12 'dependencies': [ 12 'dependencies': [
13 'core.gyp:*', 13 'core.gyp:*',
14 ], 14 ],
15 'include_dirs': [ 15 'include_dirs': [
16 '../src/core',
17 '../src/sfnt', 16 '../src/sfnt',
18 ], 17 ],
19 'sources': [ 18 'sources': [
20 '../src/sfnt/SkIBMFamilyClass.h', 19 '../src/sfnt/SkIBMFamilyClass.h',
21 '../src/sfnt/SkOTTableTypes.h', 20 '../src/sfnt/SkOTTableTypes.h',
22 '../src/sfnt/SkOTTable_EBDT.h', 21 '../src/sfnt/SkOTTable_EBDT.h',
23 '../src/sfnt/SkOTTable_EBLC.h', 22 '../src/sfnt/SkOTTable_EBLC.h',
24 '../src/sfnt/SkOTTable_EBSC.h', 23 '../src/sfnt/SkOTTable_EBSC.h',
25 '../src/sfnt/SkOTTable_gasp.h', 24 '../src/sfnt/SkOTTable_gasp.h',
26 '../src/sfnt/SkOTTable_glyf.h', 25 '../src/sfnt/SkOTTable_glyf.h',
(...skipping 23 matching lines...) Expand all
50 '../src/sfnt/SkOTUtils.cpp', 49 '../src/sfnt/SkOTUtils.cpp',
51 ], 50 ],
52 'direct_dependent_settings': { 51 'direct_dependent_settings': {
53 'include_dirs': [ 52 'include_dirs': [
54 '../src/sfnt', 53 '../src/sfnt',
55 ], 54 ],
56 }, 55 },
57 }, 56 },
58 ], 57 ],
59 } 58 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkEndian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698