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

Unified Diff: net/extras/sqlite/DEPS

Issue 381073002: Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ryan's comments. Created 6 years, 4 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: net/extras/sqlite/DEPS
diff --git a/components/tracing/DEPS b/net/extras/sqlite/DEPS
similarity index 60%
copy from components/tracing/DEPS
copy to net/extras/sqlite/DEPS
index 9634ba4f06a5d72d5538e6c044d91dce7e82ba8a..40ed5cf884d0cb13dac76ca7eaf64e52923ce948 100644
--- a/components/tracing/DEPS
+++ b/net/extras/sqlite/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+base",
- "+ipc",
+ "+net",
+ "+sql",
]

Powered by Google App Engine
This is Rietveld 408576698