Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Unified Diff: ui/gfx/codec/DEPS

Issue 1874403003: Tweak libpng encoding parameters to increase speed on very large images. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks and improve perf tests. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698