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

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: 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 f7b162527d1b635435e927adae0872b95db8fef1..d9fdb572df5517dd42e6d1f5a143225b5dad88c8 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -924,6 +924,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