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

Side by Side Diff: ios/chrome/browser/ui/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/tabs/DEPS ('k') | ios/chrome/browser/ui/contextual_search/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 specific_include_rules = {
2 # TODO(crbug.com/620134): Remove these exceptions.
3 "^chrome_web_view_factory.*\.mm$": [
4 "+ios/web/net/request_group_util.h",
5 "+ios/web/net/request_tracker_impl.h",
6 ],
7
8 # TODO(crbug.com/620489): Remove these exceptions.
9 "^browser_view_controller\.mm$": [
10 "+ios/web/navigation/crw_session_controller.h",
11 "+ios/web/navigation/crw_session_entry.h",
12 "+ios/web/navigation/navigation_manager_impl.h",
13 "+ios/web/web_state/ui/crw_web_controller.h",
14 ],
15 "^browser_view_controller_unittest\.mm$": [
16 "+ios/web/navigation/crw_session_controller.h",
17 "+ios/web/web_state/ui/crw_web_controller.h",
18 "+ios/web/web_state/web_state_impl.h",
19 ],
20
21 # TODO(crbug.com/620139): Remove this exception.
22 "^fullscreen_controller\.mm$": [
23 "+ios/web/web_state/ui/crw_web_controller.h",
24 ],
25
26 # TODO(crbug.com/620143): Remove these exceptions.
27 "^fullscreen_controller_unittest\.mm$": [
28 "+ios/web/web_state/crw_web_view_proxy_impl.h",
29 "+ios/web/web_state/ui/crw_web_controller.h",
30 ],
31
32 # TODO(crbug.com/620139): Remove these exceptions.
33 "^fullscreen_controller_unittest\.mm$": [
34 "+ios/web/web_state/crw_web_view_proxy_impl.h",
35 "+ios/web/web_state/ui/crw_web_controller.h",
36 ],
37
38 # TODO(crbug.com/620147): Remove these exceptions.
39 "^open_in_controller\.mm$": [
40 "+ios/web/web_state/ui/crw_web_controller.h",
41 ],
42 "^open_in_controller_unittest\.mm$": [
43 "+ios/web/web_state/ui/crw_web_controller.h",
44 ],
45
46 # TODO(crbug.com/620438): Remove this exception.
47 "^preload_controller\.mm$": [
48 "+ios/web/web_state/ui/crw_web_controller.h",
49 ],
50 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/DEPS ('k') | ios/chrome/browser/ui/contextual_search/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698