Index: tools/gn/secondary/chrome/BUILD.gn |
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn |
index aaff67facdcdaab3c4ae79d09b2de1b49355f5e3..e838b07bced2d33b7f093314984991e993a28dbe 100644 |
--- a/tools/gn/secondary/chrome/BUILD.gn |
+++ b/tools/gn/secondary/chrome/BUILD.gn |
@@ -63,7 +63,7 @@ executable("chrome") { |
} |
} |
-static_library("browser") { |
+source_set("browser") { |
if (is_linux) { |
configs += [ |
"//build/config/linux:x11", |
@@ -75,7 +75,7 @@ static_library("browser") { |
] |
} |
-static_library("common") { |
+source_set("common") { |
if (!use_openssl && is_linux) { |
# common/net uses NSS. |
# TODO(brettw) have a better way to express this without having to do |