Index: build/secondary/chrome/BUILD.gn |
diff --git a/build/secondary/chrome/BUILD.gn b/build/secondary/chrome/BUILD.gn |
index cbea517f5690f25e361e557d08f789f74cb6bb2e..b01d1c37636e740671f89c478b454a69bd4a0eee 100644 |
--- a/build/secondary/chrome/BUILD.gn |
+++ b/build/secondary/chrome/BUILD.gn |
@@ -76,6 +76,7 @@ static_library("browser") { |
} |
static_library("common") { |
+ output_name = "chrome_common" |
if (!use_openssl && is_linux) { |
# common/net uses NSS. |
# TODO(brettw) have a better way to express this without having to do |