Commit 0c641f40 authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

[QRcode android] Remove unnecessary deps.

Bug: 993920

Change-Id: I365f256909fb60ed976e26576d48e2589acf9f37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047408Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740299}
parent 31a213b2
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")
android_resources("java_resources") { android_resources("java_resources") {
# TODO(gayane): remove dependency on chrome/android:chrome_app_java_resources
# once strings and common styles move out of chrome/android
deps = [ "//chrome/android:chrome_app_java_resources" ]
resource_dirs = [ "java/res" ] resource_dirs = [ "java/res" ]
custom_package = "org.chromium.chrome.browser.share.qrcode" custom_package = "org.chromium.chrome.browser.share.qrcode"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment