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

Unified Diff: BUILD.gn

Issue 2517203002: Reland of Add GN build rules to allow java_assertion_enabler to enable Java asserts. (Closed)
Patch Set: format nit 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 43c7b3d1fa3f452ae988045860c486202b288de0..0de6e0a31c75ea543dc12cf59411fadf12e631a1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -853,11 +853,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) {

Powered by Google App Engine
This is Rietveld 408576698