summaryrefslogtreecommitdiff
path: root/chromium/components/metrics/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/metrics/DEPS')
-rw-r--r--chromium/components/metrics/DEPS6
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",
+ ],
+}