| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # This folder should not depend on specific platform implementations. | 2 # This folder should not depend on specific platform implementations. |
| 3 # This restriction helps in moving files here since historically offline_pages | 3 # This restriction helps in moving files here since historically offline_pages |
| 4 # were android-only and thus accumulated many unnecessary dependencies on | 4 # were android-only and thus accumulated many unnecessary dependencies on |
| 5 # Android. | 5 # Android. OS-specific subfolders should have their own DEPS enabling specific |
| 6 # TODO(dimich): replace these with "-" version soon. | 6 # dependencies. |
| 7 "!base/android", | 7 "-base/android", |
| 8 "!chrome/browser/android", | 8 "!chrome/browser/android", |
| 9 ] | 9 ] |
| OLD | NEW |