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

Unified Diff: components/network_session_configurator/browser/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 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_session_configurator/DEPS ('k') | components/network_session_configurator/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_session_configurator/browser/BUILD.gn
diff --git a/components/network_session_configurator/BUILD.gn b/components/network_session_configurator/browser/BUILD.gn
similarity index 77%
rename from components/network_session_configurator/BUILD.gn
rename to components/network_session_configurator/browser/BUILD.gn
index 63593e28c4f8926b0702b47985892b5d088b5043..462bc6653718a60f3157700c4a715f4dd75e935c 100644
--- a/components/network_session_configurator/BUILD.gn
+++ b/components/network_session_configurator/browser/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("network_session_configurator") {
+static_library("browser") {
sources = [
"network_session_configurator.cc",
"network_session_configurator.h",
@@ -10,13 +10,12 @@ static_library("network_session_configurator") {
public_deps = [
"//base",
+ "//components/network_session_configurator/common",
"//net",
]
deps = [
- "//components/data_reduction_proxy/core/common",
"//components/variations",
- "//components/version_info",
]
}
@@ -26,7 +25,7 @@ source_set("unit_tests") {
"network_session_configurator_unittest.cc",
]
deps = [
- ":network_session_configurator",
+ ":browser",
"//base/test:test_support",
"//components/variations:variations",
"//testing/gtest",
« no previous file with comments | « components/network_session_configurator/DEPS ('k') | components/network_session_configurator/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698