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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2568033002: mediaview: Skeleton for ARC Documents Provider FS. (Closed)
Patch Set: IWYU and comments. Created 4 years 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: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index e4f52d70d4409afcba8568f1c521e8d808f61eac..6493533cbf672f55fb17f265d6d202ce63c7a646 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -243,6 +243,10 @@ source_set("chromeos") {
"arc/fileapi/arc_content_file_system_service.h",
"arc/fileapi/arc_content_file_system_url_util.cc",
"arc/fileapi/arc_content_file_system_url_util.h",
+ "arc/fileapi/arc_documents_provider_async_file_util.cc",
+ "arc/fileapi/arc_documents_provider_async_file_util.h",
+ "arc/fileapi/arc_documents_provider_backend_delegate.cc",
+ "arc/fileapi/arc_documents_provider_backend_delegate.h",
"arc/fileapi/arc_file_system_instance_util.cc",
"arc/fileapi/arc_file_system_instance_util.h",
"arc/intent_helper/arc_external_protocol_dialog.cc",

Powered by Google App Engine
This is Rietveld 408576698