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

Unified Diff: cc/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed jbudorick's nits. Created 5 years, 7 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
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 7f4dbc53197171f92b012dc5f8020d680bfbc518..b3f8367031ee154b7ee375353fba707d256bf205 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -956,6 +956,10 @@ test("cc_perftests") {
"//ui/gfx/geometry",
"//ui/gl",
]
+
+ if (is_android) {
+ isolate_file = "cc_perftests.isolate"
+ }
}
# When adding support for isolates, please have a look at run-time dependencies
# in the cc_unittests_run target in cc_tests.gyp.

Powered by Google App Engine
This is Rietveld 408576698