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

Unified Diff: cc/BUILD.gn

Issue 1908253006: Revert of Generate Android .isolate files used for test()s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 6d29d1784a29e8587bd367485f80c56fe0d37bac..2afc6623f74c3e8534cdbcde758ce52fcb707593 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -926,11 +926,9 @@
]
configs += [ "//build/config:precompiled_headers" ]
- if (!is_android) {
- data = [
- "test/data/",
- ]
- }
+ 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