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

Unified Diff: test/ios/xctests/App/AppDelegate.m

Issue 1410113002: Make ninja work with XCTests for iOS. (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Update copyright Created 5 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/xctests/App/AppDelegate.h ('k') | test/ios/xctests/App/Base.lproj/LaunchScreen.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/xctests/App/AppDelegate.m
diff --git a/test/ios/extension/ExtensionContainer/AppDelegate.m b/test/ios/xctests/App/AppDelegate.m
similarity index 73%
copy from test/ios/extension/ExtensionContainer/AppDelegate.m
copy to test/ios/xctests/App/AppDelegate.m
index 1197bc1bbc0ca7f94597e9b7ccca111b1e7a9861..825dda75b75696df095bbd461b831ec7a1b6c88e 100644
--- a/test/ios/extension/ExtensionContainer/AppDelegate.m
+++ b/test/ios/xctests/App/AppDelegate.m
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Google Inc. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -12,7 +12,6 @@
- (BOOL)application:(UIApplication*)application
didFinishLaunchingWithOptions:(NSDictionary*)launchOptions {
- // Override point for customization after application launch.
return YES;
}
« no previous file with comments | « test/ios/xctests/App/AppDelegate.h ('k') | test/ios/xctests/App/Base.lproj/LaunchScreen.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698