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

Unified Diff: components/data_usage/core/DEPS

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rough implementation for sanity check Created 5 years, 3 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/data_usage/core/DEPS
diff --git a/net/extras/sqlite/DEPS b/components/data_usage/core/DEPS
similarity index 80%
copy from net/extras/sqlite/DEPS
copy to components/data_usage/core/DEPS
index 40ed5cf884d0cb13dac76ca7eaf64e52923ce948..3f82ec1766c863dcd1689a6def408493ea499b82 100644
--- a/net/extras/sqlite/DEPS
+++ b/components/data_usage/core/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+base",
sdefresne 2015/09/30 08:52:50 nit, drive-by: every component can depends on base
sclittle 2015/10/03 03:27:52 Done.
"+net",
- "+sql",
+ "+url",
]

Powered by Google App Engine
This is Rietveld 408576698