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

Side by Side Diff: chrome/browser/offline_pages/DEPS

Issue 2898393002: Split Android-specific dependency from BackgroundLoaderOffliner. Create a subfolder of c/b/offline_… (Closed)
Patch Set: more build fixes Created 3 years, 7 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 unified diff | Download patch
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698