| Index: services/BUILD.gn
|
| diff --git a/services/BUILD.gn b/services/BUILD.gn
|
| index 7ac2551e21811a3acc91e962e2283bed1def020d..48be221cdee8275757bbe257866c002e090748a1 100644
|
| --- a/services/BUILD.gn
|
| +++ b/services/BUILD.gn
|
| @@ -23,8 +23,10 @@ service_test("service_unittests") {
|
| ]
|
|
|
| if (is_android) {
|
| - # Some tests need to initialize V8.
|
| - deps += [ "//v8:v8_external_startup_data_assets" ]
|
| + deps += [
|
| + # 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 +40,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",
|
| ]
|
|
|