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

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

Issue 2576103002: [ios] Adds specific_include_rules to DEPS files. (Closed)
Patch Set: Rebased. Created 4 years 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/ui/tab_switcher/DEPS ('k') | no next file » | 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 ad3f9562bc8debd80a36ca666a4f3bea5df85fa7..d801a1e2eed840f4d01d21ba96330693a8176fb5 100644
--- a/ios/chrome/browser/web/DEPS
+++ b/ios/chrome/browser/web/DEPS
@@ -1,4 +1,16 @@
specific_include_rules = {
+ # TODO(crbug.com/622072): Remove this exception.
+ "^blocked_popup_handler\.h$": [
+ "+ios/web/web_state/blocked_popup_info.h",
+ ],
+ # TODO(crbug.com/622485): Remove this exception.
+ "^error_page_content_unittest\.mm$": [
+ "+ios/web/web_state/error_translation_util.h",
+ ],
+ # TODO(crbug.com/623125): Remove this exception.
+ "^early_page_script_perftest\.mm$": [
+ "+ios/web/web_state/js/page_script_util.h",
+ ],
# TODO(crbug.com/546231): Remove this exception.
"^web_controller_provider_impl\.mm$": [
"+ios/web/web_state/ui/crw_web_controller.h",
« no previous file with comments | « ios/chrome/browser/ui/tab_switcher/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698