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

Side by Side Diff: gyp/gm.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « gyp/flags.gyp ('k') | gyp/most.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 the "gm" (golden master) executable. 1 # GYP file to build the "gm" (golden master) executable.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gm_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
11 '../include/core/', 11 '../include/core/',
12 '../src/utils/', 12 '../src/utils/',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '../gm/gm_expectations.h', 15 '../gm/gm_expectations.h',
16 '../gm/gm_expectations.cpp', 16 '../gm/gm_expectations.cpp',
17 ], 17 ],
18 'dependencies': [ 18 'dependencies': [
19 'skia_base_libs.gyp:skia_base_libs', 19 'skia_lib.gyp:skia_lib',
20 'core.gyp:core', 20 'core.gyp:core',
21 'images.gyp:images', 21 'images.gyp:images',
22 'jsoncpp.gyp:jsoncpp', 22 'jsoncpp.gyp:jsoncpp',
23 'utils.gyp:utils', 23 'utils.gyp:utils',
24 ], 24 ],
25 'direct_dependent_settings': { 25 'direct_dependent_settings': {
26 'include_dirs': [ 26 'include_dirs': [
27 '../gm/', 27 '../gm/',
28 ], 28 ],
29 }, 29 },
(...skipping 20 matching lines...) Expand all
50 '../debugger/SkObjectParser.cpp', 50 '../debugger/SkObjectParser.cpp',
51 51
52 '../gm/gm.cpp', 52 '../gm/gm.cpp',
53 '../gm/gmmain.cpp', 53 '../gm/gmmain.cpp',
54 '../gm/system_preferences_default.cpp', 54 '../gm/system_preferences_default.cpp',
55 55
56 '../src/pipe/utils/SamplePipeControllers.h', 56 '../src/pipe/utils/SamplePipeControllers.h',
57 '../src/pipe/utils/SamplePipeControllers.cpp', 57 '../src/pipe/utils/SamplePipeControllers.cpp',
58 ], 58 ],
59 'dependencies': [ 59 'dependencies': [
60 'skia_base_libs.gyp:skia_base_libs', 60 'skia_lib.gyp:skia_lib',
61 'effects.gyp:effects',
62 'flags.gyp:flags', 61 'flags.gyp:flags',
63 'gm.gyp:gm_expectations', 62 'gm.gyp:gm_expectations',
64 'images.gyp:images',
65 'jsoncpp.gyp:jsoncpp', 63 'jsoncpp.gyp:jsoncpp',
66 'pdf.gyp:pdf', 64 'pdf.gyp:pdf',
67 'utils.gyp:utils',
68 ], 65 ],
69 'conditions': [ 66 'conditions': [
70 ['skia_os == "mac"', { 67 ['skia_os == "mac"', {
71 'sources!': [ 68 'sources!': [
72 '../gm/system_preferences_default.cpp', 69 '../gm/system_preferences_default.cpp',
73 ], 70 ],
74 'sources': [ 71 'sources': [
75 '../gm/system_preferences_mac.mm', 72 '../gm/system_preferences_mac.mm',
76 ], 73 ],
77 'link_settings': { 74 'link_settings': {
(...skipping 16 matching lines...) Expand all
94 ], 91 ],
95 }, 92 },
96 ], 93 ],
97 } 94 }
98 95
99 # Local Variables: 96 # Local Variables:
100 # tab-width:2 97 # tab-width:2
101 # indent-tabs-mode:nil 98 # indent-tabs-mode:nil
102 # End: 99 # End:
103 # vim: set expandtab tabstop=2 shiftwidth=2: 100 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/flags.gyp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698