Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index f151f108e7da6aba69f735ae9831c11d2869bfd3..58f69a101cf5c2399aa3e1280a2d1b9d598341ad 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -358,7 +358,7 @@ if (rtc_enable_protobuf) { |
| configs += [ ":common_config" ] |
| public_configs = [ ":common_inherited_config" ] |
| - deps = [ |
| + public_deps = [ |
| ":rtc_event_log_proto", |
|
phoglund
2016/07/12 09:53:53
Nice, now it matches the export_dependent_settings
|
| ":webrtc_common", |
| ] |