Index: ui/gfx/codec/DEPS |
diff --git a/ui/gfx/codec/DEPS b/ui/gfx/codec/DEPS |
index 6a58de326fb657491a1ac74cd424f9a4e31e565a..d4cb1e7c6bb6017396e928518ad878c225f6f0fc 100644 |
--- a/ui/gfx/codec/DEPS |
+++ b/ui/gfx/codec/DEPS |
@@ -5,3 +5,8 @@ include_rules = [ |
"+third_party/libpng", |
"+third_party/zlib", |
] |
+specific_include_rules = { |
+ ".*_perftest\.cc": [ |
+ "+cc/debug/lap_timer.h", |
+ ], |
+} |