summaryrefslogtreecommitdiff
path: root/chromium/android_webview/proto/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/android_webview/proto/BUILD.gn')
-rw-r--r--chromium/android_webview/proto/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/android_webview/proto/BUILD.gn b/chromium/android_webview/proto/BUILD.gn
index 1a5177b76b2..2e395a63f53 100644
--- a/chromium/android_webview/proto/BUILD.gn
+++ b/chromium/android_webview/proto/BUILD.gn
@@ -3,6 +3,11 @@
# found in the LICENSE file.
import("//build/config/android/rules.gni")
+import("//third_party/protobuf/proto_library.gni")
+
+proto_library("aw_variations_seed_proto") {
+ sources = [ "aw_variations_seed.proto" ]
+}
proto_java_library("aw_variations_seed_proto_java") {
proto_path = "."