Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: components/network_session_configurator/BUILD.gn

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/network_hints/renderer/BUILD.gn ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/network_hints/renderer/BUILD.gn ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698