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

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

Issue 2580713004: mediaview: Implement ArcDocumentsProviderBackendDelegate. (Closed)
Patch Set: Remove cache layer. 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 3026c928ca4f6182a582845b3da961f52765f0ff..c482b34c52aad7732c9a4e149b54612033929d6a 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -247,6 +247,8 @@ source_set("chromeos") {
"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_documents_provider_file_stream_reader.cc",
+ "arc/fileapi/arc_documents_provider_file_stream_reader.h",
"arc/fileapi/arc_documents_provider_root.cc",
"arc/fileapi/arc_documents_provider_root.h",
"arc/fileapi/arc_documents_provider_root_map.cc",

Powered by Google App Engine
This is Rietveld 408576698