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

Side by Side Diff: gyp/experimental.gyp

Issue 633183002: Implement C path functions (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed unused entry point Created 6 years, 2 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 | « experimental/sk_surface.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build experimental directory. 1 # GYP file to build experimental directory.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'experimental', 5 'target_name': 'experimental',
6 'type': 'static_library', 6 'type': 'static_library',
7 'include_dirs': [ 7 'include_dirs': [
8 '../include/config', 8 '../include/config',
9 '../include/core', 9 '../include/core',
10 ], 10 ],
11 'sources': [ 11 'sources': [
12 '../experimental/SkSetPoly3To3.cpp', 12 '../experimental/SkSetPoly3To3.cpp',
13 '../experimental/SkSetPoly3To3_A.cpp', 13 '../experimental/SkSetPoly3To3_A.cpp',
14 '../experimental/SkSetPoly3To3_D.cpp', 14 '../experimental/SkSetPoly3To3_D.cpp',
15 '../experimental/sk_surface.h',
16 '../experimental/sk_surface.cpp',
15 ], 17 ],
16 'direct_dependent_settings': { 18 'direct_dependent_settings': {
17 'include_dirs': [ 19 'include_dirs': [
18 '../experimental', 20 '../experimental',
19 ], 21 ],
20 }, 22 },
21 }, 23 },
22 { 24 {
23 'target_name': 'SkiaExamples', 25 'target_name': 'SkiaExamples',
24 'type': 'executable', 26 'type': 'executable',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list', 72 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list',
71 }, 73 },
72 'mac_bundle_resources' : [ 74 'mac_bundle_resources' : [
73 '../experimental/SkiaExamples/SkiaExamples.xib' 75 '../experimental/SkiaExamples/SkiaExamples.xib'
74 ], 76 ],
75 }], 77 }],
76 ], 78 ],
77 } 79 }
78 ], 80 ],
79 } 81 }
OLDNEW
« no previous file with comments | « experimental/sk_surface.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698