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

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/public/dialog_presenter.h » ('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 cedd6c7c4136213db42ed22e30dc39f2fcfaa10c..208000e972821134b07a5b8dc9abf6dfcd0e9ad6 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -100,12 +100,14 @@ source_set("web") {
"public/cert_policy.h",
"public/cert_store.h",
"public/certificate_policy_cache.h",
+ "public/dialog_presenter.h",
"public/favicon_status.cc",
"public/favicon_status.h",
"public/favicon_url.cc",
"public/favicon_url.h",
"public/interstitials/web_interstitial.h",
"public/interstitials/web_interstitial_delegate.h",
+ "public/javascript_message_type.h",
Eugene But (OOO till 7-30) 2016/06/24 17:04:52 s/message/dialog ?
michaeldo 2016/06/27 20:30:09 Done.
"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/public/dialog_presenter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698