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

Unified Diff: BUILD.gn

Issue 2497043002: Add GN build rules to allow java_assertion_enabler to enable Java asserts. (Closed)
Patch Set: Addressing comments 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 64ab23176ef3667103ebf2722b52ae8bbf930c47..e3b88d189cd01cbcc44cdc74a2bb2fb860909bd3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -852,11 +852,7 @@ group("gn_only") {
}
if (is_android) {
- deps += [
- "//build/android/gyp/test:hello_world",
- "//build/android/incremental_install:bootstrap_java",
agrieve 2016/11/14 19:00:57 note: I said this was fine to remove as well since
- "//build/android/java_assertion_enabler",
- ]
+ deps += [ "//build/android/gyp/test:hello_world" ]
}
if (is_linux && use_ozone) {

Powered by Google App Engine
This is Rietveld 408576698