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

Side by Side Diff: gyp/sfnt.gyp

Issue 2254513002: Remove SkPreprocessorSeq.h and SkTypedEnum.h. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « no previous file | src/sfnt/SkIBMFamilyClass.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',
(...skipping 24 matching lines...) Expand all
35 '../src/sfnt/SkOTTable_OS_2.h', 35 '../src/sfnt/SkOTTable_OS_2.h',
36 '../src/sfnt/SkOTTable_OS_2_V0.h', 36 '../src/sfnt/SkOTTable_OS_2_V0.h',
37 '../src/sfnt/SkOTTable_OS_2_V1.h', 37 '../src/sfnt/SkOTTable_OS_2_V1.h',
38 '../src/sfnt/SkOTTable_OS_2_V2.h', 38 '../src/sfnt/SkOTTable_OS_2_V2.h',
39 '../src/sfnt/SkOTTable_OS_2_V3.h', 39 '../src/sfnt/SkOTTable_OS_2_V3.h',
40 '../src/sfnt/SkOTTable_OS_2_V4.h', 40 '../src/sfnt/SkOTTable_OS_2_V4.h',
41 '../src/sfnt/SkOTTable_OS_2_VA.h', 41 '../src/sfnt/SkOTTable_OS_2_VA.h',
42 '../src/sfnt/SkOTTable_post.h', 42 '../src/sfnt/SkOTTable_post.h',
43 '../src/sfnt/SkPanose.h', 43 '../src/sfnt/SkPanose.h',
44 '../src/sfnt/SkOTUtils.h', 44 '../src/sfnt/SkOTUtils.h',
45 '../src/sfnt/SkPreprocessorSeq.h',
46 '../src/sfnt/SkSFNTHeader.h', 45 '../src/sfnt/SkSFNTHeader.h',
47 '../src/sfnt/SkTTCFHeader.h', 46 '../src/sfnt/SkTTCFHeader.h',
48 '../src/sfnt/SkTypedEnum.h',
49 47
50 '../src/sfnt/SkOTTable_name.cpp', 48 '../src/sfnt/SkOTTable_name.cpp',
51 '../src/sfnt/SkOTUtils.cpp', 49 '../src/sfnt/SkOTUtils.cpp',
52 ], 50 ],
53 'direct_dependent_settings': { 51 'direct_dependent_settings': {
54 'include_dirs': [ 52 'include_dirs': [
55 '../src/sfnt', 53 '../src/sfnt',
56 ], 54 ],
57 }, 55 },
58 }, 56 },
59 ], 57 ],
60 } 58 }
OLDNEW
« no previous file with comments | « no previous file | src/sfnt/SkIBMFamilyClass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698