OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'FileReaderApp', | 8 'target_name': 'FileReaderApp', |
9 'type': 'executable', | 9 'type': 'executable', |
10 'mac_bundle' : 1, | 10 'mac_bundle' : 1, |
11 | 11 |
12 'include_dirs' : [ | 12 'include_dirs' : [ |
13 '../include/pipe', | |
14 '../experimental/FileReaderApp', | 13 '../experimental/FileReaderApp', |
15 '../experimental/SimpleCocoaApp', | 14 '../experimental/SimpleCocoaApp', |
16 ], | 15 ], |
17 'sources': [ | 16 'sources': [ |
18 '../experimental/FileReaderApp/ReaderView.cpp', | 17 '../experimental/FileReaderApp/ReaderView.cpp', |
19 '../src/pipe/SkGPipeRead.cpp', | |
20 ], | 18 ], |
21 'sources!': [ | 19 'sources!': [ |
22 '../src/utils/mac/SkOSWindow_Mac.cpp', | 20 '../src/utils/mac/SkOSWindow_Mac.cpp', |
23 ], | 21 ], |
24 'dependencies': [ | 22 'dependencies': [ |
25 'skia_lib.gyp:skia_lib', | 23 'skia_lib.gyp:skia_lib', |
26 'views.gyp:views', | 24 'views.gyp:views', |
27 'xml.gyp:xml', | 25 'xml.gyp:xml', |
28 ], | 26 ], |
29 'conditions' : [ | 27 'conditions' : [ |
(...skipping 30 matching lines...) Expand all Loading... |
60 }, | 58 }, |
61 'mac_bundle_resources' : [ | 59 'mac_bundle_resources' : [ |
62 '../experimental/FileReaderApp/English.lproj/InfoPlist.strings', | 60 '../experimental/FileReaderApp/English.lproj/InfoPlist.strings', |
63 '../experimental/FileReaderApp/English.lproj/MainMenu.xib', | 61 '../experimental/FileReaderApp/English.lproj/MainMenu.xib', |
64 ], | 62 ], |
65 }], | 63 }], |
66 ], | 64 ], |
67 }, | 65 }, |
68 ], | 66 ], |
69 } | 67 } |
OLD | NEW |