Commit 5794eca3 authored by btolsch's avatar btolsch Committed by Commit Bot

Add proto_in_dir to cc_grpc_library forwarding

This change adds the ability to forward proto_in_dir to support
downstream use of nested directories for grpc protobufs.

Bug: 1129637
Change-Id: I0221d7b1a28aa578c8f3f33cd93b6d07879c54f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416568
Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
Reviewed-by: default avatarLuke Halliwell (slow) <halliwell@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808114}
parent 03138314
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
/google_benchmark/src /google_benchmark/src
/google_toolbox_for_mac/src /google_toolbox_for_mac/src
/googlemac /googlemac
/grpc /grpc/src
/gvr-android-sdk/common_library.aar /gvr-android-sdk/common_library.aar
/gvr-android-sdk/test-libraries/controller_test_api.aar /gvr-android-sdk/test-libraries/controller_test_api.aar
/gvr-android-sdk/libgvr_shim_static_*.a /gvr-android-sdk/libgvr_shim_static_*.a
......
...@@ -22,6 +22,7 @@ template("cc_grpc_library") { ...@@ -22,6 +22,7 @@ template("cc_grpc_library") {
"sources", "sources",
"use_protobuf_full", "use_protobuf_full",
"import_dirs", "import_dirs",
"proto_in_dir",
]) ])
remove_configs = [ "//build/config/compiler:chromium_code" ] remove_configs = [ "//build/config/compiler:chromium_code" ]
extra_configs = [ extra_configs = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment