diff options
Diffstat (limited to 'chromium/components/metrics/DEPS')
-rw-r--r-- | chromium/components/metrics/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/components/metrics/DEPS b/chromium/components/metrics/DEPS index c854e57a7e6..2793e4217f4 100644 --- a/chromium/components/metrics/DEPS +++ b/chromium/components/metrics/DEPS @@ -21,3 +21,9 @@ include_rules = [ "-net", "+url" ] + +specific_include_rules = { + "log_decoder\.cc": [ + "+third_party/protobuf/src/google/protobuf", + ], +} |