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

Unified Diff: components/arc/BUILD.gn

Issue 2811303003: arc: Add unit tests for ArcKioskBridge (Closed)
Patch Set: fix comments Created 3 years, 8 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/kiosk/arc_kiosk_bridge_unittest.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 86b774e33fa6619919f390a3268e0be0758f3fb9..b0ac5a31e6f3ce23de36f1766430ec94019e1d79 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -216,6 +216,7 @@ source_set("unit_tests") {
"intent_helper/link_handler_model_impl_unittest.cc",
"intent_helper/local_activity_resolver_unittest.cc",
"intent_helper/page_transition_util_unittest.cc",
+ "kiosk/arc_kiosk_bridge_unittest.cc",
]
deps = [
@@ -225,6 +226,7 @@ source_set("unit_tests") {
"//chromeos",
"//device/bluetooth",
"//mojo/public/cpp/system:system",
+ "//testing/gmock",
"//testing/gtest",
"//ui/aura",
"//ui/aura:test_support",
« no previous file with comments | « no previous file | components/arc/kiosk/arc_kiosk_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698