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

Side by Side Diff: gyp/experimental.gyp

Issue 722343002: Cleanup the XML directory in public includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix ios the right way 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.gyp ('k') | gyp/ports.gyp » ('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 ],
(...skipping 14 matching lines...) Expand all
25 'mac_bundle' : 1, 25 'mac_bundle' : 1,
26 'sources': [ 26 'sources': [
27 '../experimental/SkiaExamples/SkExample.h', 27 '../experimental/SkiaExamples/SkExample.h',
28 '../experimental/SkiaExamples/SkExample.cpp', 28 '../experimental/SkiaExamples/SkExample.cpp',
29 '../experimental/SkiaExamples/HelloSkiaExample.cpp', 29 '../experimental/SkiaExamples/HelloSkiaExample.cpp',
30 ], 30 ],
31 'dependencies': [ 31 'dependencies': [
32 'flags.gyp:flags', 32 'flags.gyp:flags',
33 'skia_lib.gyp:skia_lib', 33 'skia_lib.gyp:skia_lib',
34 'views.gyp:views', 34 'views.gyp:views',
35 'xml.gyp:xml',
36 ], 35 ],
37 'conditions' : [ 36 'conditions' : [
38 [ 'skia_gpu == 1', { 37 [ 'skia_gpu == 1', {
39 'include_dirs' : [ 38 'include_dirs' : [
40 '../src/gpu', 39 '../src/gpu',
41 ], 40 ],
42 }], 41 }],
43 [ 'skia_os == "win"', { 42 [ 'skia_os == "win"', {
44 'sources' : [ 43 'sources' : [
45 '../src/views/win/SkOSWindow_Win.cpp', 44 '../src/views/win/SkOSWindow_Win.cpp',
(...skipping 24 matching lines...) Expand all
70 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list', 69 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p list',
71 }, 70 },
72 'mac_bundle_resources' : [ 71 'mac_bundle_resources' : [
73 '../experimental/SkiaExamples/SkiaExamples.xib' 72 '../experimental/SkiaExamples/SkiaExamples.xib'
74 ], 73 ],
75 }], 74 }],
76 ], 75 ],
77 } 76 }
78 ], 77 ],
79 } 78 }
OLDNEW
« no previous file with comments | « gyp/core.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698