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

Unified Diff: test/mac/xcuitest/MyAppDelegate.h

Issue 1876623002: Adds support for a new target spec: 'mac_xcuitest_bundle'. This allows us to create UI testing bund… (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 4 years, 8 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 | « test/mac/xcuitest/Info.plist ('k') | test/mac/xcuitest/MyAppDelegate.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/xcuitest/MyAppDelegate.h
diff --git a/test/mac/xctest/MyClass.m b/test/mac/xcuitest/MyAppDelegate.h
similarity index 66%
copy from test/mac/xctest/MyClass.m
copy to test/mac/xcuitest/MyAppDelegate.h
index df11471b075b79e38b3aa5d4a75a0a71be502f1a..445be2cb427e27e5bdd1d167c9058c3b6710acf7 100644
--- a/test/mac/xctest/MyClass.m
+++ b/test/mac/xcuitest/MyAppDelegate.h
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "MyClass.h"
+#import <UIKit/UIKit.h>
-@implementation MyClass
+@interface MyAppDelegate : NSObject<UIApplicationDelegate>
@end
« no previous file with comments | « test/mac/xcuitest/Info.plist ('k') | test/mac/xcuitest/MyAppDelegate.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698