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

Unified Diff: components/arc/BUILD.gn

Issue 2511973003: Use ArcFileSystemInstance to access files on ARC. (Closed)
Patch Set: Fix unit_tests build, and rename file_system_util. Created 4 years, 1 month 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index fb0b1cbfa7640bc70d2ec9df152ab241615d4863..5e79745fcd55344504bf6da2c7bee0de1e83ea0a 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -184,6 +184,8 @@ static_library("arc_test_support") {
"test/fake_arc_session.h",
"test/fake_bluetooth_instance.cc",
"test/fake_bluetooth_instance.h",
+ "test/fake_file_system_instance.cc",
+ "test/fake_file_system_instance.h",
"test/fake_intent_helper_instance.cc",
"test/fake_intent_helper_instance.h",
"test/fake_notifications_instance.cc",

Powered by Google App Engine
This is Rietveld 408576698