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

Unified Diff: chrome/browser/offline_pages/android/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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/offline_pages/android/DEPS
diff --git a/chrome/browser/offline_pages/android/DEPS b/chrome/browser/offline_pages/android/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a0a66cfd7354b0c25cdda1a3b3f84d7f175eb7f5
--- /dev/null
+++ b/chrome/browser/offline_pages/android/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # This folder contains Android-specific code.
+ "+base/android",
+ # c/b/a folder will eventually be refactored into
+ # platform-inependent code and Android-specific, and will go away.
dewittj 2017/05/24 23:24:40 independent
Dmitry Titov 2017/05/25 23:24:12 Done in followup CL
+ "!chrome/browser/android",
+]

Powered by Google App Engine
This is Rietveld 408576698