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

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

Issue 2691883003: Rename ios/web_view public delegates from CRIWV to CWV prefix. (Closed)
Patch Set: Created 3 years, 10 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
Index: ios/web_view/public/BUILD.gn
diff --git a/ios/web_view/public/BUILD.gn b/ios/web_view/public/BUILD.gn
index 580c38037a4b81c79695cd711379f9e9c48feb68..15a18fc10a9d25a8c24b55fe862bf7a02dcb7a73 100644
--- a/ios/web_view/public/BUILD.gn
+++ b/ios/web_view/public/BUILD.gn
@@ -10,12 +10,12 @@ source_set("public") {
sources = [
"criwv.h",
- "criwv_delegate.h",
- "criwv_translate_delegate.h",
"criwv_translate_manager.h",
- "criwv_web_view_delegate.h",
+ "cwv_delegate.h",
+ "cwv_translate_delegate.h",
Eugene But (OOO till 7-30) 2017/02/14 01:28:16 This should be cwv_translation_delegate per API do
"cwv_web_view.h",
"cwv_web_view_configuration.h",
+ "cwv_web_view_delegate.h",
Eugene But (OOO till 7-30) 2017/02/14 01:28:16 Hiroshi is killing this one in a separate CL, so t
"cwv_website_data_store.h",
]

Powered by Google App Engine
This is Rietveld 408576698