summaryrefslogtreecommitdiffstats
path: root/build/secondary/third_party/android_tools/BUILD.gn
diff options
context:
space:
mode:
authoryusufo <yusufo@chromium.org>2015-10-27 16:18:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-27 23:18:48 +0000
commit10b945fdc76c0627e8863c2f8bce42dc563cae8d (patch)
tree70b80a0547a4bc2c02de323cd9c6426b82ec2494 /build/secondary/third_party/android_tools/BUILD.gn
parent772d56132a0c015c56bf7ef5311fe7e9d2829ad7 (diff)
downloadchromium_src-10b945fdc76c0627e8863c2f8bce42dc563cae8d.zip
chromium_src-10b945fdc76c0627e8863c2f8bce42dc563cae8d.tar.gz
chromium_src-10b945fdc76c0627e8863c2f8bce42dc563cae8d.tar.bz2
Revert "Revert of Roll android_tools deps (patchset #4 id:60001 of https://codereview.chromium.org/1419533002/ )"
Relanding CL after fixing lint errors for system_webview_apk This reverts commit de6b09140fd5cbf679ddbbe37d206848ab15d421. BUG=537270 Review URL: https://codereview.chromium.org/1403353004 Cr-Commit-Position: refs/heads/master@{#356426}
Diffstat (limited to 'build/secondary/third_party/android_tools/BUILD.gn')
-rw-r--r--build/secondary/third_party/android_tools/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/secondary/third_party/android_tools/BUILD.gn b/build/secondary/third_party/android_tools/BUILD.gn
index 4e38b93..c777fbd 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -33,6 +33,7 @@ android_resources("android_support_design_resources") {
resource_dirs = [ "$android_sdk_root/extras/android/support/design/res" ]
deps = [
":android_support_v7_appcompat_resources",
+ ":android_support_v7_recyclerview_resources",
]
custom_package = "android.support.design"
}