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

Unified Diff: build/android/BUILD.gn

Issue 1233453010: GN: Fix support errorprone and java_binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn12
Patch Set: Add errorprone target only for OS=android Created 5 years, 5 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.gn ('k') | build/android/gyp/javac.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index 87cc788676373c0b5bd1d507462fc3d3e162ea19..d90ad70abe6437db0e49f26b01f1d1e817c3ad5d 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -23,9 +23,7 @@ action("find_sun_tools_jar") {
java_prebuilt("sun_tools_java") {
jar_path = sun_tools_jar_path
- deps = [
- ":find_sun_tools_jar",
- ]
+ jar_dep = ":find_sun_tools_jar"
}
action("cpplib_stripped") {
« no previous file with comments | « BUILD.gn ('k') | build/android/gyp/javac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698