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

Unified Diff: services/BUILD.gn

Issue 2665453002: Enable service_unittests on several bot configurations (Closed)
Patch Set: . Created 3 years, 11 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 | « BUILD.gn ('k') | testing/buildbot/chromium.android.json » ('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 6153cdf98b4b92ca8d85ecd3d34cc39cb4003817..abb7af6ed7c534ff3f42bcd66cd4c3b72176b091 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -14,4 +14,9 @@ test("service_unittests") {
"//services/image_decoder:tests",
"//services/test:run_all_unittests",
]
+
+ if (is_android) {
+ # Some tests need to initialize V8.
+ deps += [ "//v8:v8_external_startup_data_assets" ]
+ }
}
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698