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

Side by Side Diff: ios/chrome/browser/ui/history/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/downloads/DEPS ('k') | ios/chrome/browser/ui/ntp/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/620907): Remove these exceptions.
3 "^tab_history_cell\.mm$": [
4 "+ios/web/navigation/crw_session_entry.h",
5 ],
6 "tab_history_popup_controller.mm": [
7 "+ios/web/navigation/crw_session_entry.h",
8 ],
9 "tab_history_popup_controller_unittest.mm": [
10 "+ios/web/navigation/crw_session_entry.h",
11 ],
12 "tab_history_view_controller.mm": [
13 "+ios/web/navigation/crw_session_entry.h",
14 ],
15 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/downloads/DEPS ('k') | ios/chrome/browser/ui/ntp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698