| 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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 "image-decoders/png/PNGImageReader.cpp", | 1072 "image-decoders/png/PNGImageReader.cpp", |
| 1073 "image-decoders/png/PNGImageReader.h", | 1073 "image-decoders/png/PNGImageReader.h", |
| 1074 "image-decoders/webp/WEBPImageDecoder.cpp", | 1074 "image-decoders/webp/WEBPImageDecoder.cpp", |
| 1075 "image-decoders/webp/WEBPImageDecoder.h", | 1075 "image-decoders/webp/WEBPImageDecoder.h", |
| 1076 "image-encoders/ImageEncoderUtils.cpp", | 1076 "image-encoders/ImageEncoderUtils.cpp", |
| 1077 "image-encoders/ImageEncoderUtils.h", | 1077 "image-encoders/ImageEncoderUtils.h", |
| 1078 "image-encoders/JPEGImageEncoder.cpp", | 1078 "image-encoders/JPEGImageEncoder.cpp", |
| 1079 "image-encoders/JPEGImageEncoder.h", | 1079 "image-encoders/JPEGImageEncoder.h", |
| 1080 "image-encoders/PNGImageEncoder.cpp", | 1080 "image-encoders/PNGImageEncoder.cpp", |
| 1081 "image-encoders/PNGImageEncoder.h", | 1081 "image-encoders/PNGImageEncoder.h", |
| 1082 "image-encoders/RGBAtoRGB.h", |
| 1082 "image-encoders/WEBPImageEncoder.cpp", | 1083 "image-encoders/WEBPImageEncoder.cpp", |
| 1083 "image-encoders/WEBPImageEncoder.h", | 1084 "image-encoders/WEBPImageEncoder.h", |
| 1084 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", | 1085 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", |
| 1085 "instrumentation/tracing/MemoryCacheDumpProvider.h", | 1086 "instrumentation/tracing/MemoryCacheDumpProvider.h", |
| 1086 "instrumentation/tracing/TraceEvent.h", | 1087 "instrumentation/tracing/TraceEvent.h", |
| 1087 "instrumentation/tracing/TracedValue.cpp", | 1088 "instrumentation/tracing/TracedValue.cpp", |
| 1088 "instrumentation/tracing/TracedValue.h", | 1089 "instrumentation/tracing/TracedValue.h", |
| 1089 "instrumentation/tracing/web_memory_allocator_dump.cc", | 1090 "instrumentation/tracing/web_memory_allocator_dump.cc", |
| 1090 "instrumentation/tracing/web_memory_allocator_dump.h", | 1091 "instrumentation/tracing/web_memory_allocator_dump.h", |
| 1091 "instrumentation/tracing/web_process_memory_dump.cc", | 1092 "instrumentation/tracing/web_process_memory_dump.cc", |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1746 "image-decoders/FastSharedBufferReaderTest.cpp", | 1747 "image-decoders/FastSharedBufferReaderTest.cpp", |
| 1747 "image-decoders/ImageDecoderTest.cpp", | 1748 "image-decoders/ImageDecoderTest.cpp", |
| 1748 "image-decoders/ImageDecoderTestHelpers.cpp", | 1749 "image-decoders/ImageDecoderTestHelpers.cpp", |
| 1749 "image-decoders/ImageDecoderTestHelpers.h", | 1750 "image-decoders/ImageDecoderTestHelpers.h", |
| 1750 "image-decoders/bmp/BMPImageDecoderTest.cpp", | 1751 "image-decoders/bmp/BMPImageDecoderTest.cpp", |
| 1751 "image-decoders/gif/GIFImageDecoderTest.cpp", | 1752 "image-decoders/gif/GIFImageDecoderTest.cpp", |
| 1752 "image-decoders/ico/ICOImageDecoderTest.cpp", | 1753 "image-decoders/ico/ICOImageDecoderTest.cpp", |
| 1753 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", | 1754 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", |
| 1754 "image-decoders/png/PNGImageDecoderTest.cpp", | 1755 "image-decoders/png/PNGImageDecoderTest.cpp", |
| 1755 "image-decoders/webp/WEBPImageDecoderTest.cpp", | 1756 "image-decoders/webp/WEBPImageDecoderTest.cpp", |
| 1757 "image-encoders/JPEGImageEncoderTest.cpp", |
| 1756 "instrumentation/tracing/TracedValueTest.cpp", | 1758 "instrumentation/tracing/TracedValueTest.cpp", |
| 1757 "instrumentation/tracing/web_process_memory_dump_test.cc", | 1759 "instrumentation/tracing/web_process_memory_dump_test.cc", |
| 1758 "json/JSONParserTest.cpp", | 1760 "json/JSONParserTest.cpp", |
| 1759 "json/JSONValuesTest.cpp", | 1761 "json/JSONValuesTest.cpp", |
| 1760 "mac/VersionUtilMacTest.mm", | 1762 "mac/VersionUtilMacTest.mm", |
| 1761 "mojo/CommonCustomTypesStructTraitsTest.cpp", | 1763 "mojo/CommonCustomTypesStructTraitsTest.cpp", |
| 1762 "mojo/GeometryStructTraitsTest.cpp", | 1764 "mojo/GeometryStructTraitsTest.cpp", |
| 1763 "mojo/KURLSecurityOriginTest.cpp", | 1765 "mojo/KURLSecurityOriginTest.cpp", |
| 1764 "network/EncodedFormDataTest.cpp", | 1766 "network/EncodedFormDataTest.cpp", |
| 1765 "network/HTTPParsersTest.cpp", | 1767 "network/HTTPParsersTest.cpp", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2070 "//third_party/WebKit/Source:config", | 2072 "//third_party/WebKit/Source:config", |
| 2071 "//third_party/WebKit/Source:inside_blink", | 2073 "//third_party/WebKit/Source:inside_blink", |
| 2072 ] | 2074 ] |
| 2073 | 2075 |
| 2074 deps = [ | 2076 deps = [ |
| 2075 ":test_support", | 2077 ":test_support", |
| 2076 "//testing/gmock", | 2078 "//testing/gmock", |
| 2077 "//testing/gtest", | 2079 "//testing/gtest", |
| 2078 ] | 2080 ] |
| 2079 } | 2081 } |
| OLD | NEW |