| Index: components/resource_provider/BUILD.gn
|
| diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
|
| index 9985579bbc41c4b061cd93c4409657469e90aa51..0b9c725cff87e4338ffe86d4829926a73556e011 100644
|
| --- a/components/resource_provider/BUILD.gn
|
| +++ b/components/resource_provider/BUILD.gn
|
| @@ -17,10 +17,7 @@ if (is_android) {
|
| deps = [
|
| ":java_library",
|
| ":resource_provider_lib",
|
| - "//third_party/icu:icudata",
|
| ]
|
| -
|
| - resources = [ "$root_out_dir/icudtl.dat" ]
|
| }
|
|
|
| shared_library("resource_provider_lib") {
|
| @@ -74,11 +71,8 @@ if (is_android) {
|
| "//base",
|
| "//components/resource_provider/public/interfaces",
|
| "//mojo/environment:chromium",
|
| - "//third_party/icu:icudata",
|
| "//url",
|
| ]
|
| -
|
| - resources = [ "$root_out_dir/icudtl.dat" ]
|
| }
|
| }
|
|
|
|
|