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

Unified Diff: ios/web/shell/test/shell_test.mm

Issue 1902373003: Add support for ios_web_shell xctest for devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Info.plist -> Module-Info.plist 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 | « ios/web/shell/test/Module-Info.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/shell_test.mm
diff --git a/ios/web/webui/resources/web_ui_base.js b/ios/web/shell/test/shell_test.mm
similarity index 58%
copy from ios/web/webui/resources/web_ui_base.js
copy to ios/web/shell/test/shell_test.mm
index d5da207180e762dc4a02c55d4a1e123d8e4197e9..5b4cddc172c1c4cafc6884d64c1f2cf5e1514915 100644
--- a/ios/web/webui/resources/web_ui_base.js
+++ b/ios/web/shell/test/shell_test.mm
@@ -2,7 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-goog.provide('__crWeb.webUIBase');
+#import <UIKit/UIKit.h>
+#import <XCTest/XCTest.h>
-window['chrome'] = window ['chrome'] || {};
+@interface EmptyFile : NSObject
+@end
+@implementation EmptyFile
+@end
« no previous file with comments | « ios/web/shell/test/Module-Info.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698