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

Unified Diff: extensions/browser/api/file_system/DEPS

Issue 2934143002: Move chrome.fileSystem implementation to //extensions (Closed)
Patch Set: rebase Created 3 years, 5 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 | « extensions/browser/api/file_system/BUILD.gn ('k') | extensions/browser/api/file_system/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/file_system/DEPS
diff --git a/chrome/browser/extensions/api/file_system/DEPS b/extensions/browser/api/file_system/DEPS
similarity index 10%
copy from chrome/browser/extensions/api/file_system/DEPS
copy to extensions/browser/api/file_system/DEPS
index 2bb1dad4fc526366103e806748e8a096e58ae0d1..00478bd4d0293db056957e3e0a345df5280960cb 100644
--- a/chrome/browser/extensions/api/file_system/DEPS
+++ b/extensions/browser/api/file_system/DEPS
@@ -1,10 +1,3 @@
include_rules = [
- "+chrome/browser/ui/views/extensions",
- "+components/constrained_window",
+ "+ui/shell_dialogs",
]
-
-specific_include_rules = {
- "file_system_apitest_chromeos\.cc": [
- "+components/drive"
- ],
-}
« no previous file with comments | « extensions/browser/api/file_system/BUILD.gn ('k') | extensions/browser/api/file_system/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698