| 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",
|
| + ],
|
| +}
|
|
|