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 { | 6 { |
7 'includes': [ | 7 'includes': [ |
8 'apptype_console.gypi', | 8 'apptype_console.gypi', |
9 ], | 9 ], |
10 'variables': { | 10 'variables': { |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 '../experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm', | 204 '../experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm', |
205 '../experimental/iOSSampleApp/iPad/SkUISplitViewController.mm', | 205 '../experimental/iOSSampleApp/iPad/SkUISplitViewController.mm', |
206 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', | 206 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', |
207 | 207 |
208 # iPhone | 208 # iPhone |
209 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm', | 209 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm', |
210 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm', | 210 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm', |
211 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', | 211 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', |
212 | 212 |
213 '../src/views/ios/SkOSWindow_iOS.mm', | 213 '../src/views/ios/SkOSWindow_iOS.mm', |
214 '../src/utils/ios/SkStream_NSData.mm', | |
215 # Not fully implemented yet | |
216 # '../src/utils/ios/SkOSFile_iOS.mm', | |
217 | 214 |
218 '../src/utils/mac/SkCreateCGImageRef.cpp', | 215 '../src/utils/mac/SkCreateCGImageRef.cpp', |
219 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', | 216 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', |
220 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', | 217 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', |
221 ], | 218 ], |
222 'link_settings': { | 219 'link_settings': { |
223 'libraries': [ | 220 'libraries': [ |
224 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 221 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
225 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 222 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
226 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 223 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 }], | 260 }], |
264 [ 'skia_gpu == 1', { | 261 [ 'skia_gpu == 1', { |
265 'dependencies': [ | 262 'dependencies': [ |
266 'gputest.gyp:skgputest', | 263 'gputest.gyp:skgputest', |
267 ], | 264 ], |
268 }], | 265 }], |
269 ], | 266 ], |
270 }, | 267 }, |
271 ], | 268 ], |
272 } | 269 } |
OLD | NEW |