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

Unified Diff: components/variations.gypi

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/suggestions/suggestions_service.cc ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index a3fc300c85657a7faeef21d814f45e0ee875119b..ee3a41297f339c405db73f457d4ecefdba3bf59f 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -62,7 +62,7 @@
],
},
{
- # GN version: //components/variations_http_provider
+ # GN version: //components/variations/net/variations_http_provider
'target_name': 'variations_http_provider',
'type': 'static_library',
'include_dirs': [
@@ -74,8 +74,8 @@
'variations',
],
'sources': [
- 'variations/variations_http_header_provider.cc',
- 'variations/variations_http_header_provider.h',
+ 'variations/net/variations_http_header_provider.cc',
+ 'variations/net/variations_http_header_provider.h',
],
},
],
« no previous file with comments | « components/suggestions/suggestions_service.cc ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698