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

Unified Diff: ui/gfx/BUILD.gn

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/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index ffabe80ad05b75caa664d16a6247a8aff9b78e68..883feca2db4e374c33d1bd6c0bc19080631eb5dd 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -689,6 +689,23 @@ source_set("test_support") {
}
}
+test("gfx_perftests") {
+ sources = [
+ "codec/png_codec_perftest.cc",
+ ]
+ data = [
+ "test/data/",
+ ]
+ deps = [
+ ":gfx",
+ "//base",
+ "//cc",
danakj 2016/04/22 20:29:45 Hmmm, I wish that LapTimer was in cc:test_support,
+ "//testing/gtest",
+ "//testing/gtest:gtest_main",
+ "//testing/perf",
+ ]
+}
+
test("gfx_unittests") {
sources = [
"font_render_params_linux_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698