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

Unified Diff: gyp/SimpleiOSApp.gyp

Issue 226413005: get iOS building again (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: just cast Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/apptype_console.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SimpleiOSApp.gyp
diff --git a/gyp/SimpleiOSApp.gyp b/gyp/SimpleiOSApp.gyp
index a44c8d1f35d5dfa3b5788cc228a112f9ae63fc44..bb5fc8f34e771c489bf99052ad5e0b03b82cb437 100644
--- a/gyp/SimpleiOSApp.gyp
+++ b/gyp/SimpleiOSApp.gyp
@@ -11,19 +11,15 @@
'mac_bundle' : 1,
'include_dirs' : [
'../experimental/iOSSampleApp/Shared',
+ '../src/views/mac',
],
'sources': [
'../src/views/ios/SkOSWindow_iOS.mm',
- '../src/views/mac/SkEventNotifier.h',
'../src/views/mac/SkEventNotifier.mm',
- '../experimental/iOSSampleApp/iPad/AppDelegate_iPad.h',
'../experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm',
- '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.h',
'../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
- '../experimental/iOSSampleApp/Shared/SkUIView.h',
'../experimental/iOSSampleApp/Shared/SkUIView.mm',
'../experimental/iOSSampleApp/Shared/skia_ios.mm',
- '../experimental/SimpleiOSApp/SimpleApp.h',
'../experimental/SimpleiOSApp/SimpleApp.mm',
'../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist',
],
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/apptype_console.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698