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

Side by Side 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: Updating the data definition code and getting rid of the enum to access columns 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gpu", 2 "+sql",
Scott Hess - ex-Googler 2016/06/22 18:31:45 Was that dependency just wrong previously? A plac
fgorski 2016/06/22 23:32:16 I think this is simply problem with diffing. I don
Scott Hess - ex-Googler 2016/06/22 23:46:06 Ha, should have checked that - it's marked A+, so
3 ] 3 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698