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

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

Issue 2679003002: Initialize CRIWVWebView with Configuration object instead of browserState. (Closed)
Patch Set: Rebase. Respond to comments. Fix duplicate unique_ptr. 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 | « ios/web_view/internal/criwv_website_data_store_internal.h ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/BUILD.gn
diff --git a/ios/web_view/public/BUILD.gn b/ios/web_view/public/BUILD.gn
index 8b3eb9f000ed9c378a108200d653c1905437c976..33fc8d9819493180d4902ac451907d4736f7678b 100644
--- a/ios/web_view/public/BUILD.gn
+++ b/ios/web_view/public/BUILD.gn
@@ -14,7 +14,9 @@ source_set("public") {
"criwv_translate_delegate.h",
"criwv_translate_manager.h",
"criwv_web_view.h",
+ "criwv_web_view_configuration.h",
"criwv_web_view_delegate.h",
+ "criwv_website_data_store.h",
]
libs = [ "UIKit.framework" ]
« no previous file with comments | « ios/web_view/internal/criwv_website_data_store_internal.h ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698