Chromium Code Reviews| Index: chrome/browser/android/offline_pages/DEPS |
| diff --git a/chrome/browser/android/offline_pages/DEPS b/chrome/browser/android/offline_pages/DEPS |
| index e58dcb0217d3ffc89ceddb512f0d4395d7cc2d87..525bf54a65b798ec390778f3d60cb98bd8a39fb8 100644 |
| --- a/chrome/browser/android/offline_pages/DEPS |
| +++ b/chrome/browser/android/offline_pages/DEPS |
| @@ -1,4 +1,5 @@ |
| include_rules = [ |
| "+components/offline_pages/core", |
| "+components/offline_pages/core/background", |
| + "+content/browser/download", |
|
Pete Williamson
2017/03/15 22:38:22
Is adding the directory I need to DEPS right, or s
|
| ] |