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

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: 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
Index: components/variations/proto/BUILD.gn
diff --git a/components/variations/proto/BUILD.gn b/components/variations/proto/BUILD.gn
index e943e57748255e60e3e1186b5b6506ca09bb278c..e9b9c6b6b23ceb32e5ad4420c2ffe69a93e1fc16 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_experiments.proto",
"permuted_entropy_cache.proto",
"study.proto",
"variations_seed.proto",

Powered by Google App Engine
This is Rietveld 408576698