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

Unified Diff: ios/chrome/browser/ui/history/DEPS

Issue 2706403009: Revert of Updated tab history classes to use NavigationItemLists. (Closed)
Patch Set: Created 3 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/history/BUILD.gn ('k') | ios/chrome/browser/ui/history/tab_history_cell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/history/DEPS
diff --git a/ios/chrome/browser/ui/history/DEPS b/ios/chrome/browser/ui/history/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..cb80df7d7d12685aeb10fb7192bccb9fd07d2878
--- /dev/null
+++ b/ios/chrome/browser/ui/history/DEPS
@@ -0,0 +1,15 @@
+specific_include_rules = {
+ # TODO(crbug.com/620907): Remove these exceptions.
+ "^tab_history_cell\.mm$": [
+ "+ios/web/navigation/crw_session_entry.h",
+ ],
+ "tab_history_popup_controller.mm": [
+ "+ios/web/navigation/crw_session_entry.h",
+ ],
+ "tab_history_popup_controller_unittest.mm": [
+ "+ios/web/navigation/crw_session_entry.h",
+ ],
+ "tab_history_view_controller.mm": [
+ "+ios/web/navigation/crw_session_entry.h",
+ ],
+}
« no previous file with comments | « ios/chrome/browser/ui/history/BUILD.gn ('k') | ios/chrome/browser/ui/history/tab_history_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698