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

Unified Diff: components/offline_pages/DEPS

Issue 1160283003: [Offline] Creates metadata store interface for offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offline-pages-1
Patch Set: Adding BUILD.gn updates Created 5 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: components/offline_pages/DEPS
diff --git a/components/offline_pages/DEPS b/components/offline_pages/DEPS
index 2393a77688a270bd555da20d2229280571b7f910..dd82b1a52a6d32cf1e1741917d4e31ce5d3004db 100644
--- a/components/offline_pages/DEPS
+++ b/components/offline_pages/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+components/keyed_service",
"+net",
+ "+third_party/leveldatabase",
Dmitry Titov 2015/06/04 00:25:52 If we can avoid this, it'd be great. For example,
fgorski 2015/06/05 21:28:42 Done.
]

Powered by Google App Engine
This is Rietveld 408576698