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

Side by Side Diff: ios/chrome/browser/web/DEPS

Issue 2612433002: Remove CRWWebControllerProvider (Closed)
Patch Set: Remove DEPS 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 unified diff | Download patch
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 # TODO(crbug.com/622072): Remove this exception. 2 # TODO(crbug.com/622072): Remove this exception.
3 "^blocked_popup_handler\.h$": [ 3 "^blocked_popup_handler\.h$": [
4 "+ios/web/web_state/blocked_popup_info.h", 4 "+ios/web/web_state/blocked_popup_info.h",
5 ], 5 ],
6 # TODO(crbug.com/622485): Remove this exception. 6 # TODO(crbug.com/622485): Remove this exception.
7 "^error_page_content_unittest\.mm$": [ 7 "^error_page_content_unittest\.mm$": [
8 "+ios/web/web_state/error_translation_util.h", 8 "+ios/web/web_state/error_translation_util.h",
9 ], 9 ],
10 # TODO(crbug.com/623125): Remove this exception. 10 # TODO(crbug.com/623125): Remove this exception.
11 "^early_page_script_perftest\.mm$": [ 11 "^early_page_script_perftest\.mm$": [
12 "+ios/web/web_state/js/page_script_util.h", 12 "+ios/web/web_state/js/page_script_util.h",
13 ], 13 ],
14 # TODO(crbug.com/546231): Remove this exception.
15 "^web_controller_provider_impl\.mm$": [
16 "+ios/web/web_state/ui/crw_web_controller.h",
17 "+ios/web/web_state/web_state_impl.h",
18 ],
19 } 14 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web/BUILD.gn ('k') | ios/chrome/browser/web/web_controller_provider_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698