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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+skia", 2 "+skia",
3 "+third_party/libjpeg", 3 "+third_party/libjpeg",
4 "+third_party/libjpeg_turbo", 4 "+third_party/libjpeg_turbo",
5 "+third_party/libpng", 5 "+third_party/libpng",
6 "+third_party/zlib", 6 "+third_party/zlib",
7 ] 7 ]
8 specific_include_rules = {
9 ".*_perftest\.cc": [
10 "+cc/debug/lap_timer.h",
11 ],
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698