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

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

Issue 2715603002: Rename CRIWVNetworkDelegate to CWVNetworkDelegate. (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
« no previous file with comments | « no previous file | ios/web_view/internal/criwv_network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/BUILD.gn
diff --git a/ios/web_view/internal/BUILD.gn b/ios/web_view/internal/BUILD.gn
index 66309974e6818504d6c1c317b52f119fd4ef257f..b06d9e642a24ff3b2a6d6a4967a3b1ad5dcf98c7 100644
--- a/ios/web_view/internal/BUILD.gn
+++ b/ios/web_view/internal/BUILD.gn
@@ -9,8 +9,6 @@ source_set("internal") {
]
sources = [
- "criwv_network_delegate.cc",
- "criwv_network_delegate.h",
"criwv_url_request_context_getter.h",
"criwv_url_request_context_getter.mm",
"criwv_web_client.h",
@@ -22,6 +20,8 @@ source_set("internal") {
"cwv.mm",
"cwv_browser_state.h",
"cwv_browser_state.mm",
+ "cwv_network_delegate.cc",
+ "cwv_network_delegate.h",
"cwv_web_view.mm",
"cwv_web_view_configuration.mm",
"cwv_website_data_store.mm",
« no previous file with comments | « no previous file | ios/web_view/internal/criwv_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698