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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2483243003: Re-enable image_decode_bench target (Closed)
Patch Set: Re-enable image_decode_bench target Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 2d670ca1550e732a470a700534a56fb20ab3faac..040a977b970978d7c8af8f7146fde3324b83e10b 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1835,6 +1835,28 @@ test("blink_platform_unittests") {
include_dirs = [ "$root_gen_dir/blink" ]
}
+test("image_decode_bench") {
+ visibility = [] # Allow re-assignment of list.
+ visibility = [ "*" ]
Simon Hosie 2016/11/16 18:29:22 I'm not certain about this line. I don't know wha
+
+ sources = [
+ "testing/ImageDecodeBench.cpp",
+ ]
+
+ deps = [
+ ":blink_common",
+ ":platform",
+ "//third_party/WebKit/Source/wtf",
+ ]
+
+ configs += [
+ "//third_party/WebKit/Source/wtf:wtf_config",
+ "//third_party/WebKit/Source:config",
+ ]
+
+ defines = [ "INSIDE_BLINK" ]
+}
+
test("blink_platform_perftests") {
sources = [
"scheduler/base/task_queue_manager_delegate_for_test.cc",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698