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

Unified Diff: ios/web_view/BUILD.gn

Issue 2791403005: Remove CWV class and move setting User Agent to CWVWebViewConfiguration. (Closed)
Patch Set: Created 3 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 | « no previous file | ios/web_view/internal/cwv.mm » ('j') | ios/web_view/internal/cwv_web_view_configuration.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/BUILD.gn
diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
index 2c0101d9182e59fded293f91cdf1d0c514a63019..94117c1a16810ed822220a7ce0aa6dc6a5295066 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -22,7 +22,6 @@ ios_framework_bundle("web_view") {
public_headers = [
"public/ChromeWebView.h",
- "public/cwv.h",
"public/cwv_export.h",
"public/cwv_html_element.h",
"public/cwv_navigation_action.h",
@@ -41,7 +40,6 @@ ios_framework_bundle("web_view") {
]
sources = [
- "internal/cwv.mm",
"internal/cwv_html_element.mm",
"internal/cwv_html_element_internal.h",
"internal/cwv_navigation_action.mm",
« no previous file with comments | « no previous file | ios/web_view/internal/cwv.mm » ('j') | ios/web_view/internal/cwv_web_view_configuration.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698