diff options
Diffstat (limited to 'chromium/android_webview/proto')
-rw-r--r-- | chromium/android_webview/proto/BUILD.gn | 5 |
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 = "." |