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

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: Specify code sign identity in extension test Created 6 years 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 | « test/ios/watch/WatchKitExtension/Info.plist ('k') | test/ios/watch/WatchKitExtension/InterfaceController.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « test/ios/watch/WatchKitExtension/Info.plist ('k') | test/ios/watch/WatchKitExtension/InterfaceController.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698