| Index: components/toolbar/BUILD.gn
|
| diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
|
| index 098f41de151d93690b30c2207ae52a4891371e68..decc25de4bd629e3783762a73eeb285d24293d3b 100644
|
| --- a/components/toolbar/BUILD.gn
|
| +++ b/components/toolbar/BUILD.gn
|
| @@ -14,3 +14,19 @@ source_set("toolbar") {
|
| "//url",
|
| ]
|
| }
|
| +
|
| +source_set("test_support") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "test_toolbar_model.cc",
|
| + "test_toolbar_model.h",
|
| + ]
|
| +
|
| + deps = [
|
| + ":toolbar",
|
| + "//base",
|
| + "//components/resources",
|
| + "//ui/gfx",
|
| + ]
|
| +}
|
|
|