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

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

Issue 2580713004: mediaview: Implement ArcDocumentsProviderBackendDelegate. (Closed)
Patch Set: Addressed hashimoto's comments. Created 3 years, 11 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
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 26ffc2ec41028c795ccac87dfdd8673bcae8c39b..8f6d8e423df69c892cbd09a2c3cae69d5b5f243b 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -249,6 +249,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