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

Unified Diff: components/variations/net/BUILD.gn

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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/variations/DEPS ('k') | components/variations/net/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/net/BUILD.gn
diff --git a/components/url_fixer/BUILD.gn b/components/variations/net/BUILD.gn
similarity index 50%
copy from components/url_fixer/BUILD.gn
copy to components/variations/net/BUILD.gn
index bf29f3523db140fc16138ccf95cf596d7fcbdd4e..e35f5a8445a4d99c02f5d5511a399e67e27599bd 100644
--- a/components/url_fixer/BUILD.gn
+++ b/components/variations/net/BUILD.gn
@@ -2,19 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("url_fixer") {
+source_set("net") {
sources = [
- "url_fixer.cc",
- "url_fixer.h",
+ "variations_http_header_provider.cc",
+ "variations_http_header_provider.h",
]
+ public_deps = [ "//components/variations" ]
deps = [
"//base",
+ "//components/google/core/browser",
+ "//components/variations/proto",
"//net",
]
-
- if (is_win) {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ]
- }
}
« no previous file with comments | « components/variations/DEPS ('k') | components/variations/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698