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

Unified Diff: components/arc/BUILD.gn

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: address comments. 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 7f6700ac5fadf25e588cf867d07198c962f94ad1..3967d01d47bb99dc8e011ac2cd3104b785f15a4f 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -109,6 +109,8 @@ static_library("arc_base") {
"arc_session_observer.h",
"arc_session_runner.cc",
"arc_session_runner.h",
+ "arc_util.cc",
+ "arc_util.h",
"instance_holder.h",
]
@@ -200,6 +202,7 @@ source_set("unit_tests") {
sources = [
"arc_service_manager_unittest.cc",
"arc_session_runner_unittest.cc",
+ "arc_util_unittest.cc",
"bluetooth/arc_bluetooth_bridge_unittest.cc",
"bluetooth/bluetooth_struct_traits_unittest.cc",
"bluetooth/bluetooth_type_converters_unittest.cc",
@@ -216,6 +219,7 @@ source_set("unit_tests") {
deps = [
":arc_test_support",
"//base",
+ "//base/test:test_support",
"//chromeos",
"//device/bluetooth",
"//mojo/public/cpp/system:system",
« no previous file with comments | « chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698