| Index: components/network_session_configurator/BUILD.gn
|
| diff --git a/components/network_session_configurator/BUILD.gn b/components/network_session_configurator/BUILD.gn
|
| index fcbd106ef731654124387a09ecf52cbc08940671..3bb72c897aea7e5db224521f2d6963353e93ca35 100644
|
| --- a/components/network_session_configurator/BUILD.gn
|
| +++ b/components/network_session_configurator/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| # GYP version:
|
| # components/components.gyp:network_session_configurator
|
| -source_set("network_session_configurator") {
|
| +static_library("network_session_configurator") {
|
| sources = [
|
| "network_session_configurator.cc",
|
| "network_session_configurator.h",
|
| @@ -25,7 +25,7 @@ source_set("network_session_configurator") {
|
|
|
| # GYP version:
|
| # components/components.gyp:network_session_configurator_switches
|
| -source_set("switches") {
|
| +static_library("switches") {
|
| sources = [
|
| "switches.cc",
|
| "switches.h",
|
|
|