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

Unified Diff: components/arc/BUILD.gn

Issue 2425753002: Rename ArcBridgeBootstrap to ArcSession. (Closed)
Patch Set: Address comment. 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 | « chrome/browser/policy/policy_browsertest.cc ('k') | components/arc/arc_bridge_bootstrap.h » ('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 097a32adabc4cec8da0af11c3f049e4cae903ba2..5ff530e49c2338cb099da477e78dc0be2f8e1b25 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -7,8 +7,6 @@ import("//testing/test.gni")
static_library("arc") {
sources = [
- "arc_bridge_bootstrap.cc",
- "arc_bridge_bootstrap.h",
"arc_bridge_host_impl.cc",
"arc_bridge_host_impl.h",
"arc_bridge_service_impl.cc",
@@ -17,6 +15,8 @@ static_library("arc") {
"arc_features.h",
"arc_service_manager.cc",
"arc_service_manager.h",
+ "arc_session.cc",
+ "arc_session.h",
"audio/arc_audio_bridge.cc",
"audio/arc_audio_bridge.h",
"bluetooth/arc_bluetooth_bridge.cc",
@@ -167,10 +167,10 @@ static_library("arc_test_support") {
sources = [
"test/fake_app_instance.cc",
"test/fake_app_instance.h",
- "test/fake_arc_bridge_bootstrap.cc",
- "test/fake_arc_bridge_bootstrap.h",
"test/fake_arc_bridge_service.cc",
"test/fake_arc_bridge_service.h",
+ "test/fake_arc_session.cc",
+ "test/fake_arc_session.h",
"test/fake_bluetooth_instance.cc",
"test/fake_bluetooth_instance.h",
"test/fake_intent_helper_instance.cc",
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | components/arc/arc_bridge_bootstrap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698