Chromium Code Reviews| Index: chrome/utility/BUILD.gn |
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
| index 637a2336e396d92ef3dbe4a86421407e9a6f1a62..36aad7ea106b3059a6b19ede884c70a10d936de0 100644 |
| --- a/chrome/utility/BUILD.gn |
| +++ b/chrome/utility/BUILD.gn |
| @@ -99,6 +99,10 @@ static_library("utility") { |
| ] |
| } |
| + if (is_android) { |
| + deps += [ "//components/payments/content/android/utility" ] |
| + } |
| + |
| if (enable_extensions) { |
| sources += [ |
| "extensions/extensions_handler.cc", |