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

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

Issue 2576103002: [ios] Adds specific_include_rules to DEPS files. (Closed)
Patch Set: 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
OLDNEW
(Empty)
1 specific_include_rules = {
2 # TODO(crbug.com/619992): Remove this exception.
3 "^session_service\.mm$": [
4 "+ios/web/navigation/crw_session_certificate_policy_manager.h",
5 "+ios/web/navigation/crw_session_controller.h",
6 "+ios/web/navigation/crw_session_entry.h",
7 ],
8
9 # TODO(crbug.com/620045): Remove these exceptions.
10 "^session_window\.h$": [
11 "+ios/web/web_state/web_state_impl.h",
12 ],
13 "^session_window\.mm$": [
14 "+ios/web/navigation/crw_session_controller.h",
15 "+ios/web/web_state/web_state_impl.h",
16 ],
17 "^session_window_unittest\.mm$": [
18 "+ios/web/navigation/crw_session_controller.h",
19 ],
20
21 # TODO(crbug.com/620083): Remove this exception.
22 "^tab_restore_service_delegate_impl_ios\.mm$": [
23 "+ios/web/navigation/navigation_manager_impl.h",
24 "+ios/web/web_state/web_state_impl.h",
25 ],
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698