commit | 97176368ff8be424d349132778d9c27624a1232d | [log] [tgz] |
---|---|---|
author | agrieve <[email protected]> | Tue Dec 01 16:36:19 2015 |
committer | Commit bot <[email protected]> | Tue Dec 01 16:37:49 2015 |
tree | f8fd18b17a2ed85b2a221052f8614a31b9b618cb | |
parent | 0d94fda8c494d7a6c27d065d782f42e99d834f46 [diff] [blame] |
GN: Merge apk_deps and deps in test() template apk_deps has been causing some unneccesary confusion. BUG=558193 [email protected],[email protected] Review URL: https://codereview.chromium.org/1465923002 Cr-Commit-Position: refs/heads/master@{#362432}
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn index 167ff15a..7193022c 100644 --- a/gpu/BUILD.gn +++ b/gpu/BUILD.gn
@@ -177,7 +177,7 @@ if (is_android) { libs += [ "android" ] - apk_deps = [ "//ui/android:ui_java" ] + deps += [ "//ui/android:ui_java" ] } }