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

Unified Diff: components/arc/BUILD.gn

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged FakeArcBridgeService, comments addressed. Created 5 years 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 7fbfd24145d1d7cfb1d9ddf5d49bf96a8dee50f3..951ecf56b917015a14c2ab2eb64caa5a3d8de8c5 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -19,6 +19,19 @@ static_library("arc") {
]
}
+static_library("arc_test_support") {
+ testonly = true
+ sources = [
+ "test/fake_arc_bridge_service.cc",
+ "test/fake_arc_bridge_service.h",
+ ]
+
+ deps = [
+ ":arc",
+ "//base",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698