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

Unified Diff: components/arc/BUILD.gn

Issue 2384173004: arc: Remove components/arc/standalone (Closed)
Patch Set: Rebased to ToT 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 | components/arc/standalone/arc_standalone_bridge_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 804fdd03f513b7cb2c758d2beb14f707e1cdf7ca..7a5775d604fb37563669583627f983d656d9ec39 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -218,54 +218,3 @@ source_set("unit_tests") {
"//url:url",
]
}
-
-static_library("arc_standalone_service") {
- sources = [
- "standalone/service_helper.cc",
- "standalone/service_helper.h",
- ]
-
- deps = [
- "//base",
- ]
-}
-
-static_library("arc_standalone") {
- sources = [
- "standalone/arc_standalone_bridge_runner.cc",
- "standalone/arc_standalone_bridge_runner.h",
- ]
-
- deps = [
- ":arc",
- ":arc_standalone_service",
- "//base",
- "//ipc:ipc",
- ]
-}
-
-test("arc_standalone_service_unittests") {
- sources = [
- "standalone/service_helper_unittest.cc",
- ]
-
- deps = [
- ":arc_standalone_service",
- "//base/test:test_support",
- "//testing/gtest",
- ]
-}
-
-executable("arc_standalone_bridge") {
- sources = [
- "standalone/arc_standalone_bridge_main.cc",
- ]
-
- deps = [
- ":arc_standalone",
- ":arc_standalone_service",
- "//base",
- "//ipc:ipc",
- "//mojo/edk/system",
- ]
-}
« no previous file with comments | « no previous file | components/arc/standalone/arc_standalone_bridge_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698