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

Unified Diff: sql/mojo/DEPS

Issue 1176653002: mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 8 Created 5 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
« no previous file with comments | « sql/mojo/BUILD.gn ('k') | sql/mojo/mojo_vfs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/mojo/DEPS
diff --git a/components/filesystem/DEPS b/sql/mojo/DEPS
similarity index 58%
copy from components/filesystem/DEPS
copy to sql/mojo/DEPS
index 40d80758f57b5f39415569ec67ba698dbefca250..be63411efe96bdbeca69747aa4e3f30324aa2183 100644
--- a/components/filesystem/DEPS
+++ b/sql/mojo/DEPS
@@ -1,5 +1,6 @@
include_rules = [
+ "+components/filesystem",
"+mojo/application",
- "+mojo/platform_handle",
"+mojo/public",
+ "+mojo/util",
]
« no previous file with comments | « sql/mojo/BUILD.gn ('k') | sql/mojo/mojo_vfs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698