Chromium Code Reviews| 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") { |