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

Unified Diff: cc/BUILD.gn

Issue 1904823003: Generate Android .isolate files used for test()s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert to PS2 Created 4 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 | « build/config/android/internal_rules.gni ('k') | testing/generate_isolate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2afc6623f74c3e8534cdbcde758ce52fcb707593..6d29d1784a29e8587bd367485f80c56fe0d37bac 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -926,9 +926,11 @@ test("cc_unittests") {
]
configs += [ "//build/config:precompiled_headers" ]
- data = [
- "test/data/",
- ]
+ if (!is_android) {
+ data = [
+ "test/data/",
+ ]
+ }
deps = [
":cc",
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | testing/generate_isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698