commit | b1391fc862a2e8d704b72993653c0ae53ee9a515 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Tue Apr 28 19:52:46 2020 |
committer | Commit Bot <[email protected]> | Tue Apr 28 19:52:46 2020 |
tree | e474db9deafb7ae7ba8dd9f2561d84257645fde4 | |
parent | 39a419f3870aa99d5a5d023610dab363334e1731 [diff] [blame] |
Add missing data_dep on JDK from java_deobfuscate.py Bug: 1075998 Change-Id: I82d3f9da16faf7c344859dd8478af0f7a115dcc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170849 Auto-Submit: Andrew Grieve <[email protected]> Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/master@{#763496}
diff --git a/build/android/stacktrace/BUILD.gn b/build/android/stacktrace/BUILD.gn index d6c5ffb..ce13a15 100644 --- a/build/android/stacktrace/BUILD.gn +++ b/build/android/stacktrace/BUILD.gn
@@ -24,4 +24,5 @@ "//third_party/proguard/lib/proguard603.jar", "//third_party/proguard/lib/retrace603.jar", ] + deps = [ "//third_party/jdk:java_data" ] }