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

Unified Diff: ios/web_view/shell/BUILD.gn

Issue 2659393004: Convert ios_web_view_shell to pure Objective-C. (Closed)
Patch Set: Move const and format. Created 3 years, 11 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 | « no previous file | ios/web_view/shell/shell_app_delegate.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index ab14a249adb45e60f6b6b828be6d8b084520f0c3..0407dec7e8174c1fb7387c3ef3ddaae85017443f 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -18,14 +18,14 @@ ios_app_bundle("ios_web_view_shell") {
info_plist = "Info.plist"
sources = [
"shell_app_delegate.h",
- "shell_app_delegate.mm",
+ "shell_app_delegate.m",
"shell_delegate.h",
- "shell_delegate.mm",
- "shell_exe_main.mm",
+ "shell_delegate.m",
+ "shell_exe_main.m",
"shell_view_controller.h",
- "shell_view_controller.mm",
+ "shell_view_controller.m",
"translate_controller.h",
- "translate_controller.mm",
+ "translate_controller.m",
]
libs = [
"CFNetwork.framework",
« no previous file with comments | « no previous file | ios/web_view/shell/shell_app_delegate.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698