OLD | NEW |
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 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1895 visibility = [ "*" ] | 1895 visibility = [ "*" ] |
1896 | 1896 |
1897 sources = [ | 1897 sources = [ |
1898 "testing/ImageDecodeBench.cpp", | 1898 "testing/ImageDecodeBench.cpp", |
1899 ] | 1899 ] |
1900 | 1900 |
1901 deps = [ | 1901 deps = [ |
1902 ":blink_common", | 1902 ":blink_common", |
1903 ":platform", | 1903 ":platform", |
1904 "//third_party/WebKit/Source/wtf", | 1904 "//third_party/WebKit/Source/wtf", |
1905 "//ui/gfx:test_support", | |
1906 ] | 1905 ] |
1907 | 1906 |
1908 configs += [ | 1907 configs += [ |
1909 "//third_party/WebKit/Source/wtf:wtf_config", | 1908 "//third_party/WebKit/Source/wtf:wtf_config", |
1910 "//third_party/WebKit/Source:config", | 1909 "//third_party/WebKit/Source:config", |
1911 ] | 1910 ] |
1912 | 1911 |
1913 defines = [ "INSIDE_BLINK" ] | 1912 defines = [ "INSIDE_BLINK" ] |
1914 } | 1913 } |
1915 | 1914 |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2084 "//third_party/WebKit/Source:config", | 2083 "//third_party/WebKit/Source:config", |
2085 "//third_party/WebKit/Source:inside_blink", | 2084 "//third_party/WebKit/Source:inside_blink", |
2086 ] | 2085 ] |
2087 | 2086 |
2088 deps = [ | 2087 deps = [ |
2089 ":test_support", | 2088 ":test_support", |
2090 "//testing/gmock", | 2089 "//testing/gmock", |
2091 "//testing/gtest", | 2090 "//testing/gtest", |
2092 ] | 2091 ] |
2093 } | 2092 } |
OLD | NEW |