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

Unified Diff: test/ios/watch/WatchKitExtension/InterfaceController.h

Issue 762673002: Add support for iOS WatchKit apps in GYP (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Fix syntax error and remove unneeded files Created 6 years, 1 month 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
Index: test/ios/watch/WatchKitExtension/InterfaceController.h
diff --git a/test/ios/extension/ActionExtension/ActionViewController.h b/test/ios/watch/WatchKitExtension/InterfaceController.h
similarity index 58%
copy from test/ios/extension/ActionExtension/ActionViewController.h
copy to test/ios/watch/WatchKitExtension/InterfaceController.h
index 1c9250902961835864d540a38e19ebe03a6c9f38..c3395eb4845117eff9db8913bd20e263c9117488 100644
--- a/test/ios/extension/ActionExtension/ActionViewController.h
+++ b/test/ios/watch/WatchKitExtension/InterfaceController.h
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import <UIKit/UIKit.h>
-
-@interface ActionViewController : UIViewController
+#import <Foundation/Foundation.h>
+#import <WatchKit/WatchKit.h>
+@interface InterfaceController : WKInterfaceController
@end
+

Powered by Google App Engine
This is Rietveld 408576698