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

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

Issue 2757603003: Add window open and close delegate methods to CWVUIDelegate. (Closed)
Patch Set: Respond to comments. Created 3 years, 9 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/BUILD.gn ('k') | ios/web_view/internal/cwv_navigation_action.mm » ('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 1622a361c1b02ec0044c99fafc6fe4e0354338b0..444aedad5d739b9c8db3248843b99e6a402ff6b1 100644
--- a/ios/web_view/internal/BUILD.gn
+++ b/ios/web_view/internal/BUILD.gn
@@ -12,6 +12,8 @@ source_set("internal") {
"cwv.mm",
"cwv_html_element.mm",
"cwv_html_element_internal.h",
+ "cwv_navigation_action.mm",
+ "cwv_navigation_action_internal.h",
"cwv_web_view.mm",
"cwv_web_view_configuration.mm",
"cwv_web_view_configuration_internal.h",
« no previous file with comments | « ios/web_view/BUILD.gn ('k') | ios/web_view/internal/cwv_navigation_action.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698