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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/ui/tab_switcher/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 # TODO(crbug.com/622072): Remove this exception.
3 "^blocked_popup_handler\.h$": [
4 "+ios/web/web_state/blocked_popup_info.h",
5 ],
6 # TODO(crbug.com/622485): Remove this exception.
7 "^error_page_content_unittest\.mm$": [
8 "+ios/web/web_state/error_translation_util.h",
9 ],
10 # TODO(crbug.com/623125): Remove this exception.
11 "^early_page_script_perftest\.mm$": [
12 "+ios/web/web_state/js/page_script_util.h",
13 ],
2 # TODO(crbug.com/546231): Remove this exception. 14 # TODO(crbug.com/546231): Remove this exception.
3 "^web_controller_provider_impl\.mm$": [ 15 "^web_controller_provider_impl\.mm$": [
4 "+ios/web/web_state/ui/crw_web_controller.h", 16 "+ios/web/web_state/ui/crw_web_controller.h",
5 "+ios/web/web_state/web_state_impl.h", 17 "+ios/web/web_state/web_state_impl.h",
6 ], 18 ],
7 } 19 }
OLDNEW
« 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