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

Unified Diff: components/offline_pages/background/DEPS

Issue 2053163002: [Offline pages] Adding persistent request queue based on SQLite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing code comments Created 4 years, 6 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/background/DEPS
diff --git a/chromecast/renderer/media/DEPS b/components/offline_pages/background/DEPS
similarity index 66%
copy from chromecast/renderer/media/DEPS
copy to components/offline_pages/background/DEPS
index 9be0bc0fccc63ccbfd95ab575f3a8276ec266210..6fff87d325a9ecaa56a7c415683ae68baee3a73b 100644
--- a/chromecast/renderer/media/DEPS
+++ b/components/offline_pages/background/DEPS
@@ -1,3 +1,3 @@
include_rules = [
- "+gpu",
+ "+sql",
]

Powered by Google App Engine
This is Rietveld 408576698