Chromium Code Reviews| Index: url/BUILD.gn |
| diff --git a/url/BUILD.gn b/url/BUILD.gn |
| index 03e90cb3fff083757c979c0cc9630e69337fefa0..5d16b93b80b1dbdaa563ee35d883f476fc290fb7 100644 |
| --- a/url/BUILD.gn |
| +++ b/url/BUILD.gn |
| @@ -66,11 +66,14 @@ component("url") { |
| deps = [ |
| "//base", |
| - "//base/third_party/dynamic_annotations", |
| "//third_party/icu:icudata", |
| "//third_party/icu", |
| ] |
| + if (!is_nacl) { |
| + deps += [ "//base/third_party/dynamic_annotations" ] |
| + } |
| + |
| if (use_icu_alternatives_on_android) { |
| sources -= [ |
| "url_canon_icu.cc", |