| Index: tools/gn/secondary/testing/gmock/BUILD.gn
|
| diff --git a/tools/gn/secondary/testing/gmock/BUILD.gn b/tools/gn/secondary/testing/gmock/BUILD.gn
|
| index 8b5f8dbeb9ba68af467398bce2decb23477bd102..745cf36b9cbe9bbee127109b88ccabb8e1970cf1 100644
|
| --- a/tools/gn/secondary/testing/gmock/BUILD.gn
|
| +++ b/tools/gn/secondary/testing/gmock/BUILD.gn
|
| @@ -7,7 +7,7 @@ config("gmock_config") {
|
| include_dirs = [ "include" ]
|
| }
|
|
|
| -static_library("gmock") {
|
| +source_set("gmock") {
|
| sources = [
|
| # Sources based on files in r173 of gmock.
|
| "include/gmock/gmock-actions.h",
|
| @@ -42,7 +42,7 @@ static_library("gmock") {
|
| deps = [ "//base" ]
|
| }
|
|
|
| -static_library("gmock_main") {
|
| +source_set("gmock_main") {
|
| sources = [ "src/gmock_main.cc" ]
|
| deps = [ ":gmock" ]
|
| }
|
|
|