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

Side by Side Diff: ios/chrome/browser/tabs/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/snapshots/DEPS ('k') | ios/chrome/browser/ui/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/620465): Remove tab.mm and tab_unittest.mm exceptions.
3 "^tab\.mm$": [
4 "+ios/web/navigation/crw_session_controller.h",
5 "+ios/web/navigation/crw_session_entry.h",
6 "+ios/web/navigation/navigation_item_impl.h",
7 "+ios/web/net/request_tracker_impl.h",
8 "+ios/web/navigation/navigation_item_impl.h",
9 "+ios/web/web_state/web_state_impl.h",
10 "+ios/web/web_state/ui/crw_web_controller.h",
11 "+ios/web/navigation/navigation_manager_impl.h",
12 ],
13 "^tab_unittest\.mm$": [
14 "+ios/web/navigation/crw_session_controller.h",
15 "+ios/web/web_state/ui/crw_web_controller.h",
16 "+ios/web/navigation/navigation_manager_impl.h",
17 "+ios/web/web_state/web_state_impl.h",
18 ],
19
20 # TODO(crbug.com/620480): Remove tab.mm and tab_unittest.mm exceptions.
21 "^tab_model\.mm$": [
22 "+ios/web/navigation/crw_session_certificate_policy_manager.h",
23 "+ios/web/navigation/crw_session_controller.h",
24 "+ios/web/web_state/web_state_impl.h",
25 "+ios/web/web_state/ui/crw_web_controller.h",
26 ],
27 "^tab_model_unittest\.mm$": [
28 "+ios/web/navigation/crw_session_controller.h",
29 "+ios/web/web_state/ui/crw_web_controller.h",
30 "+ios/web/web_state/web_state_impl.h",
31 "+ios/web/navigation/navigation_manager_impl.h",
32 ],
33 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/snapshots/DEPS ('k') | ios/chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698