Commit ba98eab7 authored by Vasiliy Telezhnikov's avatar Vasiliy Telezhnikov Committed by Commit Bot

[Refactoring] Migrate resource_dirs => sources

This CL converts resource_dirs to sources for android_resources in
BUILD.gn files.

Details:
https://crbug.com/1026378
https://groups.google.com/a/chromium.org/forum/#!msg/chromium-dev/KAFsfaoq7y4/OC4v5sb9BQAJ

Bug: 1062263
Change-Id: I5726e7858e2dab3164b08a81151ab6a5d6fd6f15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137479Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756670}
parent 4c41b055
...@@ -5,7 +5,10 @@ ...@@ -5,7 +5,10 @@
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")
android_resources("partner_browser_customizations_example_apk_resources") { android_resources("partner_browser_customizations_example_apk_resources") {
resource_dirs = [ "res" ] sources = [
"res/values/bookmarks_icons.xml",
"res/values/strings.xml",
]
android_manifest = "AndroidManifest.xml" android_manifest = "AndroidManifest.xml"
custom_package = "org.chromium.example.partnercustomizations" custom_package = "org.chromium.example.partnercustomizations"
} }
......
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