diff options
Diffstat (limited to 'third_party/libwebrtc/test/testsupport/DEPS')
-rw-r--r-- | third_party/libwebrtc/test/testsupport/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libwebrtc/test/testsupport/DEPS b/third_party/libwebrtc/test/testsupport/DEPS new file mode 100644 index 0000000000..6f6150ad30 --- /dev/null +++ b/third_party/libwebrtc/test/testsupport/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + # Histogram C++ API, used by perf tests. + "+third_party/catapult/tracing/tracing/value" +] |