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

Unified Diff: ios/web/ios_web.gyp

Issue 2074733002: Add public API for handling Javascript alerts and prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittests. Address missed comments. 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
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index e86f91bae565ae1b7dfd1f572d314a18bed59bd0..be490bd44b53e6dc8b0ae76233db204f5fc7c961 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -141,6 +141,9 @@
'public/favicon_url.h',
'public/interstitials/web_interstitial.h',
'public/interstitials/web_interstitial_delegate.h',
+ 'public/java_script_dialog_callback.h',
+ 'public/java_script_dialog_presenter.h',
+ 'public/java_script_dialog_type.h',
'public/load_committed_details.h',
'public/navigation_item.h',
'public/navigation_manager.h',

Powered by Google App Engine
This is Rietveld 408576698