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

Unified Diff: ios/web/BUILD.gn

Issue 2074733002: Add public API for handling Javascript alerts and prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 6 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/ios_web.gyp » ('j') | ios/web/ios_web.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 1b0c495d24b4b44611959bc1d3286c9d1a3c3807..80f67c638850b2e259a9042e3cc5ae2f05618257 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -107,6 +107,9 @@ source_set("web") {
"public/favicon_url.h",
"public/interstitials/web_interstitial.h",
"public/interstitials/web_interstitial_delegate.h",
+ "public/javascript_dialog_callback.h",
+ "public/javascript_dialog_presenter.h",
+ "public/javascript_dialog_type.h",
"public/load_committed_details.h",
"public/navigation_item.h",
"public/navigation_manager.h",
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/ios_web.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698