Propagate jsoncpp include path to depenent targets.

This is required in order to land:
https://webrtc-review.googlesource.com/c/src/+/34500.

TBR=phoglund@webrtc.org

Bug: webrtc:8605
Change-Id: Ic5c59b43d7379f0a623b781e55881f8eb2b0075b
Reviewed-on: https://webrtc-review.googlesource.com/44381
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21787}
This commit is contained in:
Mirko Bonadei 2018-01-26 16:50:02 +01:00 committed by Commit Bot
parent 4f2a4a12df
commit a0e29fc2a9

View File

@ -496,6 +496,7 @@ rtc_source_set("rtc_json") {
"json.cc",
"json.h",
]
all_dependent_configs = [ "//third_party/jsoncpp:jsoncpp_config" ]
if (rtc_build_json) {
public_deps = [
"//third_party/jsoncpp",