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

Unified Diff: components/offline_pages/DEPS

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated BUILD.gn Created 5 years, 5 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: components/offline_pages/DEPS
diff --git a/components/offline_pages/DEPS b/components/offline_pages/DEPS
index 2393a77688a270bd555da20d2229280571b7f910..e49d933c08f476b4966355ca8cfb97e8361e222e 100644
--- a/components/offline_pages/DEPS
+++ b/components/offline_pages/DEPS
@@ -1,4 +1,6 @@
include_rules = [
"+components/keyed_service",
+ "+components/leveldb_proto",
blundell 2015/07/15 09:44:34 Add a dependency for this in gyp and gn?
Abhishek 2015/07/15 14:24:22 Done.
"+net",
+ "+third_party/leveldatabase",
]

Powered by Google App Engine
This is Rietveld 408576698