| Index: components/sync_sessions/BUILD.gn
|
| diff --git a/components/sync_sessions/BUILD.gn b/components/sync_sessions/BUILD.gn
|
| index c66737c46d22da9554f03d09adee15b2ff44a98f..c52bb6a856a10b6d1ae132c614c268bce97b7081 100644
|
| --- a/components/sync_sessions/BUILD.gn
|
| +++ b/components/sync_sessions/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| # GYP version: components/sync_sessions.gypi:sync_sessions
|
| -source_set("sync_sessions") {
|
| +static_library("sync_sessions") {
|
| sources = [
|
| "favicon_cache.cc",
|
| "favicon_cache.h",
|
| @@ -65,7 +65,7 @@ source_set("sync_sessions") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "fake_sync_sessions_client.cc",
|
|
|