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

Side by Side Diff: gyp/SimpleCocoaApp.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/SampleApp.gyp ('k') | gyp/SimpleiOSApp.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 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'SimpleCocoaApp', 4 'target_name': 'SimpleCocoaApp',
5 'type': 'executable', 5 'type': 'executable',
6 'mac_bundle' : 1, 6 'mac_bundle' : 1,
7 'include_dirs' : [ 7 'include_dirs' : [
8 '../experimental/SimpleCocoaApp/', 8 '../experimental/SimpleCocoaApp/',
9 ], 9 ],
10 'sources': [ 10 'sources': [
11 '../src/views/mac/SkEventNotifier.h', 11 '../src/views/mac/SkEventNotifier.h',
12 '../src/views/mac/SkEventNotifier.mm', 12 '../src/views/mac/SkEventNotifier.mm',
13 '../src/views/mac/skia_mac.mm', 13 '../src/views/mac/skia_mac.mm',
14 '../src/views/mac/SkNSView.h', 14 '../src/views/mac/SkNSView.h',
15 '../src/views/mac/SkNSView.mm', 15 '../src/views/mac/SkNSView.mm',
16 '../src/views/mac/SkOptionsTableView.h', 16 '../src/views/mac/SkOptionsTableView.h',
17 '../src/views/mac/SkOptionsTableView.mm', 17 '../src/views/mac/SkOptionsTableView.mm',
18 '../src/views/mac/SkOSWindow_Mac.mm', 18 '../src/views/mac/SkOSWindow_Mac.mm',
19 '../src/views/mac/SkTextFieldCell.h', 19 '../src/views/mac/SkTextFieldCell.h',
20 '../src/views/mac/SkTextFieldCell.m', 20 '../src/views/mac/SkTextFieldCell.m',
21 21
22 '../experimental/SimpleCocoaApp/SimpleApp-Info.plist', 22 '../experimental/SimpleCocoaApp/SimpleApp-Info.plist',
23 '../experimental/SimpleCocoaApp/SimpleApp.h', 23 '../experimental/SimpleCocoaApp/SimpleApp.h',
24 '../experimental/SimpleCocoaApp/SimpleApp.mm', 24 '../experimental/SimpleCocoaApp/SimpleApp.mm',
25 25
26 ], 26 ],
27 'dependencies': [ 27 'dependencies': [
28 'skia_base_libs.gyp:skia_base_libs', 28 'skia_lib.gyp:skia_lib',
29 'views.gyp:views', 29 'views.gyp:views',
30 'xml.gyp:xml', 30 'xml.gyp:xml',
31 ], 31 ],
32 'conditions' : [ 32 'conditions' : [
33 # Only supports Mac currently 33 # Only supports Mac currently
34 [ 'skia_os == "mac"', { 34 [ 'skia_os == "mac"', {
35 'sources': [ 35 'sources': [
36 '../include/utils/mac/SkCGUtils.h', 36 '../include/utils/mac/SkCGUtils.h',
37 '../src/utils/mac/SkCreateCGImageRef.cpp', 37 '../src/utils/mac/SkCreateCGImageRef.cpp',
38 ], 38 ],
(...skipping 12 matching lines...) Expand all
51 ], 51 ],
52 }, 52 },
53 ], 53 ],
54 } 54 }
55 55
56 # Local Variables: 56 # Local Variables:
57 # tab-width:2 57 # tab-width:2
58 # indent-tabs-mode:nil 58 # indent-tabs-mode:nil
59 # End: 59 # End:
60 # vim: set expandtab tabstop=2 shiftwidth=2: 60 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/SimpleiOSApp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698