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 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1743 "image-decoders/gif/GIFImageDecoderTest.cpp", | 1743 "image-decoders/gif/GIFImageDecoderTest.cpp", |
1744 "image-decoders/ico/ICOImageDecoderTest.cpp", | 1744 "image-decoders/ico/ICOImageDecoderTest.cpp", |
1745 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", | 1745 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", |
1746 "image-decoders/png/PNGImageDecoderTest.cpp", | 1746 "image-decoders/png/PNGImageDecoderTest.cpp", |
1747 "image-decoders/webp/WEBPImageDecoderTest.cpp", | 1747 "image-decoders/webp/WEBPImageDecoderTest.cpp", |
1748 "image-encoders/JPEGImageEncoderTest.cpp", | 1748 "image-encoders/JPEGImageEncoderTest.cpp", |
1749 "instrumentation/tracing/TracedValueTest.cpp", | 1749 "instrumentation/tracing/TracedValueTest.cpp", |
1750 "instrumentation/tracing/web_process_memory_dump_test.cc", | 1750 "instrumentation/tracing/web_process_memory_dump_test.cc", |
1751 "json/JSONParserTest.cpp", | 1751 "json/JSONParserTest.cpp", |
1752 "json/JSONValuesTest.cpp", | 1752 "json/JSONValuesTest.cpp", |
1753 "loader/LinkHeaderTest.cpp", | |
1754 "loader/fetch/ClientHintsPreferencesTest.cpp", | |
1755 "loader/fetch/CrossOriginAccessControlTest.cpp", | |
1756 "loader/fetch/FetchUtilsTest.cpp", | |
1757 "loader/fetch/MemoryCacheCorrectnessTest.cpp", | |
1758 "loader/fetch/MemoryCacheTest.cpp", | |
1759 "loader/fetch/RawResourceTest.cpp", | |
1760 "loader/fetch/ResourceFetcherTest.cpp", | |
1761 "loader/fetch/ResourceLoaderOptionsTest.cpp", | |
1762 "loader/fetch/ResourceTest.cpp", | |
1763 "mac/GraphicsContextCanvasTest.mm", | 1753 "mac/GraphicsContextCanvasTest.mm", |
1764 "mac/VersionUtilMacTest.mm", | 1754 "mac/VersionUtilMacTest.mm", |
1765 "mojo/CommonCustomTypesStructTraitsTest.cpp", | 1755 "mojo/CommonCustomTypesStructTraitsTest.cpp", |
1766 "mojo/GeometryStructTraitsTest.cpp", | 1756 "mojo/GeometryStructTraitsTest.cpp", |
1767 "mojo/KURLSecurityOriginTest.cpp", | 1757 "mojo/KURLSecurityOriginTest.cpp", |
1768 "network/EncodedFormDataTest.cpp", | 1758 "network/EncodedFormDataTest.cpp", |
1769 "network/HTTPParsersTest.cpp", | 1759 "network/HTTPParsersTest.cpp", |
1770 "network/NetworkStateNotifierTest.cpp", | 1760 "network/NetworkStateNotifierTest.cpp", |
1771 "network/NetworkUtilsTest.cpp", | 1761 "network/NetworkUtilsTest.cpp", |
1772 "network/ParsedContentTypeTest.cpp", | 1762 "network/ParsedContentTypeTest.cpp", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1858 "//cc", | 1848 "//cc", |
1859 "//cc:test_support", | 1849 "//cc:test_support", |
1860 "//cc/blink", | 1850 "//cc/blink", |
1861 "//device/base/synchronization", | 1851 "//device/base/synchronization", |
1862 "//mojo/common:test_common_custom_types_blink", | 1852 "//mojo/common:test_common_custom_types_blink", |
1863 "//mojo/edk/system", | 1853 "//mojo/edk/system", |
1864 "//mojo/public/cpp/bindings/tests:for_blink_tests", | 1854 "//mojo/public/cpp/bindings/tests:for_blink_tests", |
1865 "//skia", | 1855 "//skia", |
1866 "//testing/gmock", | 1856 "//testing/gmock", |
1867 "//testing/gtest", | 1857 "//testing/gtest", |
| 1858 "//third_party/WebKit/Source/platform/loader:unit_tests", |
1868 "//third_party/WebKit/Source/wtf", | 1859 "//third_party/WebKit/Source/wtf", |
1869 "//third_party/harfbuzz-ng", | 1860 "//third_party/harfbuzz-ng", |
1870 "//ui/gfx", | 1861 "//ui/gfx", |
1871 "//ui/gfx/geometry", | 1862 "//ui/gfx/geometry", |
1872 "//ui/gfx/geometry/mojo:test_interfaces_blink", | 1863 "//ui/gfx/geometry/mojo:test_interfaces_blink", |
1873 "//url", | 1864 "//url", |
1874 "//url/mojo:test_url_mojom_gurl_blink", | 1865 "//url/mojo:test_url_mojom_gurl_blink", |
1875 ] | 1866 ] |
1876 | 1867 |
1877 data_deps = [ | 1868 data_deps = [ |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2081 "//third_party/WebKit/Source:config", | 2072 "//third_party/WebKit/Source:config", |
2082 "//third_party/WebKit/Source:inside_blink", | 2073 "//third_party/WebKit/Source:inside_blink", |
2083 ] | 2074 ] |
2084 | 2075 |
2085 deps = [ | 2076 deps = [ |
2086 ":test_support", | 2077 ":test_support", |
2087 "//testing/gmock", | 2078 "//testing/gmock", |
2088 "//testing/gtest", | 2079 "//testing/gtest", |
2089 ] | 2080 ] |
2090 } | 2081 } |
OLD | NEW |