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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 1828
1829 data_deps = [ 1829 data_deps = [
1830 ":blink_platform_unittests_data", 1830 ":blink_platform_unittests_data",
1831 ] 1831 ]
1832 1832
1833 defines = [ "INSIDE_BLINK" ] 1833 defines = [ "INSIDE_BLINK" ]
1834 1834
1835 include_dirs = [ "$root_gen_dir/blink" ] 1835 include_dirs = [ "$root_gen_dir/blink" ]
1836 } 1836 }
1837 1837
1838 test("image_decode_bench") {
1839 visibility = [] # Allow re-assignment of list.
1840 visibility = [ "*" ]
Simon Hosie 2016/11/16 18:29:22 I'm not certain about this line. I don't know wha
1841
1842 sources = [
1843 "testing/ImageDecodeBench.cpp",
1844 ]
1845
1846 deps = [
1847 ":blink_common",
1848 ":platform",
1849 "//third_party/WebKit/Source/wtf",
1850 ]
1851
1852 configs += [
1853 "//third_party/WebKit/Source/wtf:wtf_config",
1854 "//third_party/WebKit/Source:config",
1855 ]
1856
1857 defines = [ "INSIDE_BLINK" ]
1858 }
1859
1838 test("blink_platform_perftests") { 1860 test("blink_platform_perftests") {
1839 sources = [ 1861 sources = [
1840 "scheduler/base/task_queue_manager_delegate_for_test.cc", 1862 "scheduler/base/task_queue_manager_delegate_for_test.cc",
1841 "scheduler/base/task_queue_manager_delegate_for_test.h", 1863 "scheduler/base/task_queue_manager_delegate_for_test.h",
1842 "scheduler/base/task_queue_manager_perftest.cc", 1864 "scheduler/base/task_queue_manager_perftest.cc",
1843 ] 1865 ]
1844 1866
1845 configs += [ 1867 configs += [
1846 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1868 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1847 "//build/config/compiler:no_size_t_to_int_warning", 1869 "//build/config/compiler:no_size_t_to_int_warning",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 "//third_party/WebKit/Source:inside_blink", 2029 "//third_party/WebKit/Source:inside_blink",
2008 ] 2030 ]
2009 2031
2010 deps = [ 2032 deps = [
2011 ":test_support", 2033 ":test_support",
2012 "//cc/surfaces:surface_id", 2034 "//cc/surfaces:surface_id",
2013 "//testing/gmock", 2035 "//testing/gmock",
2014 "//testing/gtest", 2036 "//testing/gtest",
2015 ] 2037 ]
2016 } 2038 }
OLDNEW
« 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