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

Unified Diff: components/arc/BUILD.gn

Issue 2651883003: Clean up ARC file system unit tests. (Closed)
Patch Set: Fake FileSystemInstance, not ArcFileSystemOperationRunner. 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 9ffc7305ba3248f5634be5f54ec5c2c3368dd1f7..68c8aa15606cc43c6448191292dd0789eb3bccca 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -21,8 +21,6 @@ static_library("arc") {
"clipboard/arc_clipboard_bridge.h",
"crash_collector/arc_crash_collector_bridge.cc",
"crash_collector/arc_crash_collector_bridge.h",
- "file_system/arc_file_system_operation_runner.cc",
- "file_system/arc_file_system_operation_runner.h",
"ime/arc_ime_bridge.h",
"ime/arc_ime_bridge_impl.cc",
"ime/arc_ime_bridge_impl.h",
@@ -166,8 +164,6 @@ mojom("arc_bindings") {
static_library("arc_test_support") {
testonly = true
sources = [
- "file_system/test/fake_arc_file_system_operation_runner.cc",
- "file_system/test/fake_arc_file_system_operation_runner.h",
"test/fake_app_instance.cc",
"test/fake_app_instance.h",
"test/fake_arc_session.cc",
@@ -191,6 +187,8 @@ static_library("arc_test_support") {
deps = [
"//base",
"//mojo/common:common_base",
+ "//mojo/edk/embedder:headers",
+ "//url",
hidehiko 2017/01/26 07:24:20 Looks unused. Could you remove?
Shuhei Takahashi 2017/01/27 09:55:10 Oops, done.
]
}

Powered by Google App Engine
This is Rietveld 408576698