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

Unified Diff: third_party/errorprone/errorprone.gyp

Issue 1525223002: [Android] Fix to add javacutil jar as build dep to errorprone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/errorprone/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/errorprone/errorprone.gyp
diff --git a/third_party/errorprone/errorprone.gyp b/third_party/errorprone/errorprone.gyp
index 67de7684f8c98f6e990e71d946858b88cd3ef9a0..c9bb4832fe2e05772d91043af6c2821b6aa97f96 100644
--- a/third_party/errorprone/errorprone.gyp
+++ b/third_party/errorprone/errorprone.gyp
@@ -41,6 +41,17 @@
]
},
{
+ # GN: //third_party/errorprone:javacutil_java
+ 'target_name': 'javacutil_jar',
+ 'type': 'none',
+ 'variables': {
+ 'jar_path': 'lib/javacutil-1.8.10.jar',
+ },
+ 'includes': [
+ '../../build/host_prebuilt_jar.gypi',
+ ]
+ },
+ {
# GN: //third_party/errorprone:javac_java
'target_name': 'javac_jar',
'type': 'none',
@@ -64,6 +75,7 @@
'error_prone_annotations_jar',
'dataflow_jar',
'javac_jar',
+ 'javacutil_jar',
],
'includes': [
'../../build/host_prebuilt_jar.gypi',
« no previous file with comments | « third_party/errorprone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698