Index: components/variations/proto/BUILD.gn |
diff --git a/content/browser/speech/proto/BUILD.gn b/components/variations/proto/BUILD.gn |
similarity index 75% |
copy from content/browser/speech/proto/BUILD.gn |
copy to components/variations/proto/BUILD.gn |
index fb54fb25906c99068b08c8568925f85bd69cb7ba..5895d5725ffc2f59d7b10f5c86acb8b78dfe53ab 100644 |
--- a/content/browser/speech/proto/BUILD.gn |
+++ b/components/variations/proto/BUILD.gn |
@@ -6,6 +6,8 @@ import("//third_party/protobuf/proto_library.gni") |
proto_library("proto") { |
sources = [ |
- "google_streaming_api.proto", |
+ "permuted_entropy_cache.proto", |
+ "study.proto", |
+ "variations_seed.proto", |
] |
} |