Chromium Code Reviews| Index: android_webview/BUILD.gn |
| diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn |
| index 404149be27c647024193e19b0a2e5092f392a1a7..45e2732aab083d59304e97ec0192ca56409353f3 100644 |
| --- a/android_webview/BUILD.gn |
| +++ b/android_webview/BUILD.gn |
| @@ -375,7 +375,7 @@ shared_library("libwebviewchromium") { |
| } |
| if (defined(webview_only_libmonochrome) && webview_only_libmonochrome) { |
| - shared_library("libmonochrome") { |
| + shared_library("monochrome") { |
| deps = [ |
| ":webview_entry_point", |
| ] |