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

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

Issue 2411323002: arc: Empty implementation of ARC content file system (Closed)
Patch Set: Address comments Created 4 years, 2 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 | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 617072d412f4e02e9dfdb047cd44418e0e6b279c..b4f0b7b17b7a7759a2edd94563a7121922a72322 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -237,6 +237,12 @@ source_set("chromeos") {
"arc/arc_tts_service.h",
"arc/arc_wallpaper_service.cc",
"arc/arc_wallpaper_service.h",
+ "arc/fileapi/arc_content_file_system_async_file_util.cc",
+ "arc/fileapi/arc_content_file_system_async_file_util.h",
+ "arc/fileapi/arc_content_file_system_backend_delegate.cc",
+ "arc/fileapi/arc_content_file_system_backend_delegate.h",
+ "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
+ "arc/fileapi/arc_content_file_system_file_stream_reader.h",
"arc/gpu_arc_video_service_host.cc",
"arc/gpu_arc_video_service_host.h",
"arc/page_transition_util.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698