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

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

Issue 387393002: [Variations] Renaming ChromeVariations to ClientVariations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 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/variations.gypi ('k') | components/variations/proto/chrome_experiments.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/proto/BUILD.gn
diff --git a/components/variations/proto/BUILD.gn b/components/variations/proto/BUILD.gn
index e943e57748255e60e3e1186b5b6506ca09bb278c..b22effe643829d06b5e9961b7a4efddb054a6c8c 100644
--- a/components/variations/proto/BUILD.gn
+++ b/components/variations/proto/BUILD.gn
@@ -6,7 +6,7 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "chrome_experiments.proto",
+ "client_variations.proto",
"permuted_entropy_cache.proto",
"study.proto",
"variations_seed.proto",
« no previous file with comments | « components/variations.gypi ('k') | components/variations/proto/chrome_experiments.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698