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

Side by Side Diff: gyp/iOSShell.gyp

Issue 1197963003: Remove old iOS porting files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/utils/ios/SkStream_NSData.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'conditions' : [ 7 'conditions' : [
8 [ 'skia_os == "ios"', { 8 [ 'skia_os == "ios"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 26 matching lines...) Expand all
37 '../experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm', 37 '../experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm',
38 '../experimental/iOSSampleApp/iPad/SkUISplitViewController.mm', 38 '../experimental/iOSSampleApp/iPad/SkUISplitViewController.mm',
39 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', 39 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib',
40 40
41 # iPhone 41 # iPhone
42 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm', 42 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
43 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm', 43 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm',
44 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', 44 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
45 45
46 '../src/views/ios/SkOSWindow_iOS.mm', 46 '../src/views/ios/SkOSWindow_iOS.mm',
47 '../src/utils/ios/SkStream_NSData.mm',
48 '../src/utils/mac/SkCreateCGImageRef.cpp', 47 '../src/utils/mac/SkCreateCGImageRef.cpp',
49 ], 48 ],
50 'link_settings': { 49 'link_settings': {
51 'libraries': [ 50 'libraries': [
52 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 51 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
53 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', 52 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
54 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', 53 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
55 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 54 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
56 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 55 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
57 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 56 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
(...skipping 23 matching lines...) Expand all
81 'dependencies': [ 80 'dependencies': [
82 'gputest.gyp:skgputest', 81 'gputest.gyp:skgputest',
83 ], 82 ],
84 }], 83 }],
85 ], 84 ],
86 }, 85 },
87 ], 86 ],
88 }], 87 }],
89 ] 88 ]
90 } 89 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | include/utils/ios/SkStream_NSData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698