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

Unified Diff: BUILD.gn

Issue 2506013004: Reland of Add GN build rules to allow java_assertion_enabler to enable Java asserts. (Closed)
Patch Set: Fix for arm64 duplicate outputs Created 4 years, 1 month 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 | « no previous file | build/android/java_assertion_enabler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index c3f83c03218445296c3628ed62af67ca89483a21..305d8fb4e802109be64e5abbec67d97e34e0acd4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -854,11 +854,7 @@ group("gn_only") {
}
if (is_android) {
- deps += [
- "//build/android/gyp/test:hello_world",
- "//build/android/incremental_install:bootstrap_java",
- "//build/android/java_assertion_enabler",
- ]
+ deps += [ "//build/android/gyp/test:hello_world" ]
}
if (is_linux && use_ozone) {
« no previous file with comments | « no previous file | build/android/java_assertion_enabler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698