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

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: Added missing links to BUILD.gn 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
« no previous file with comments | « components/arc.gypi ('k') | components/arc/test/fake_arc_bridge_service.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 fe116558ceb9cdef667f2b0dcf010edd64fb43a1..6ab927062cf9918229c2e9ba5b23e5e73bb0bf76 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -20,6 +20,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 = [
« no previous file with comments | « components/arc.gypi ('k') | components/arc/test/fake_arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698