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

Unified Diff: chrome/browser/offline_pages/DEPS

Issue 2881223002: Create chrome/browser/offline_pages to host browser-related parts of offline_pages whcih (Closed)
Patch Set: modified OWNERS and added DEPS 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/DEPS
diff --git a/chrome/browser/offline_pages/DEPS b/chrome/browser/offline_pages/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e12d27aeda12b72651a5ed6d16124be14b0566d6
--- /dev/null
+++ b/chrome/browser/offline_pages/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ # This folder should not depend on specific platform implementations.
+ # This restriction helps in moving files here since historically offline_pages
+ # were android-only and thus accumulated many unnecessary dependencies on
+ # Android.
+ # TODO(dimich): replace these with "-" version soon.
+ "!base/android",
+ "!chrome/browser/android",
+]
« no previous file with comments | « chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc ('k') | chrome/browser/offline_pages/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698