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

Side by Side Diff: gyp/experimental.gyp

Issue 665203004: move c api into include (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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') | gyp/tests.gypi » ('j') | 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',
17 ], 15 ],
18 'direct_dependent_settings': { 16 'direct_dependent_settings': {
19 'include_dirs': [ 17 'include_dirs': [
20 '../experimental', 18 '../experimental',
21 ], 19 ],
22 }, 20 },
23 }, 21 },
24 { 22 {
25 'target_name': 'SkiaExamples', 23 'target_name': 'SkiaExamples',
26 'type': 'executable', 24 'type': 'executable',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list', 70 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list',
73 }, 71 },
74 'mac_bundle_resources' : [ 72 'mac_bundle_resources' : [
75 '../experimental/SkiaExamples/SkiaExamples.xib' 73 '../experimental/SkiaExamples/SkiaExamples.xib'
76 ], 74 ],
77 }], 75 }],
78 ], 76 ],
79 } 77 }
80 ], 78 ],
81 } 79 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698