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

Unified Diff: services/BUILD.gn

Issue 2814013002: Reland - [DeviceService] Add service tests for VibrationManager. (Closed)
Patch Set: Fix android_n5x_swarming_rel bot 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 | « device/vibration/vibration_manager_impl_default.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 7ac2551e21811a3acc91e962e2283bed1def020d..52a819f38bc6f23c04ee6c52bf9ab4cdc5acb8c5 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -23,8 +23,12 @@ service_test("service_unittests") {
]
if (is_android) {
- # Some tests need to initialize V8.
- deps += [ "//v8:v8_external_startup_data_assets" ]
+ deps += [
+ "//services/device:java",
+
+ # Some tests need to initialize V8.
+ "//v8:v8_external_startup_data_assets",
+ ]
} else {
# NOTE: We do not currently support standalone service binaries on Android,
# so any tests which use the ServiceTest framework to connect to standalone
@@ -38,6 +42,7 @@ service_test("service_unittests") {
catalog("service_unittests_catalog") {
testonly = true
catalog_deps = [
+ "//services/device:tests_catalog",
"//services/preferences:tests_catalog",
"//services/video_capture:tests_catalog",
]
« no previous file with comments | « device/vibration/vibration_manager_impl_default.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698