| Index: components/toolbar/BUILD.gn
|
| diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
|
| index 67cee0f04194e755a55e2f071e58fad8aa1522bd..797a6da277ec6dae250c90b39c7b935ea2d4a768 100644
|
| --- a/components/toolbar/BUILD.gn
|
| +++ b/components/toolbar/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//build/config/ui.gni")
|
|
|
| -source_set("toolbar") {
|
| +static_library("toolbar") {
|
| sources = [
|
| "toolbar_model.cc",
|
| "toolbar_model.h",
|
| @@ -28,7 +28,7 @@ source_set("toolbar") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
|
|