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

Unified Diff: ios/chrome/browser/web/DEPS

Issue 2640463002: [ios] Convert BlockedPopupHandler into a tab helper class. (Closed)
Patch Set: Rebased. Created 3 years, 11 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/chrome/browser/web/BUILD.gn ('k') | ios/chrome/browser/web/blocked_popup_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/DEPS
diff --git a/ios/chrome/browser/web/DEPS b/ios/chrome/browser/web/DEPS
index 83927462a6b90477b05dab2f94c1db0d2471269f..4cf5b279743dfe1f978de6ee21d8badff235d22f 100644
--- a/ios/chrome/browser/web/DEPS
+++ b/ios/chrome/browser/web/DEPS
@@ -1,6 +1,10 @@
specific_include_rules = {
# TODO(crbug.com/622072): Remove this exception.
- "^blocked_popup_handler\.h$": [
+ "^blocked_popup_tab_helper\.h$": [
+ "+ios/web/web_state/blocked_popup_info.h",
+ ],
+ # TODO(crbug.com/622072): Remove this exception.
+ "^blocked_popup_tab_helper_unittest\.mm$": [
"+ios/web/web_state/blocked_popup_info.h",
],
# TODO(crbug.com/622485): Remove this exception.
« no previous file with comments | « ios/chrome/browser/web/BUILD.gn ('k') | ios/chrome/browser/web/blocked_popup_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698