| 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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1139 "image-decoders/ico/ICOImageDecoder.cpp", | 1139 "image-decoders/ico/ICOImageDecoder.cpp", |
| 1140 "image-decoders/ico/ICOImageDecoder.h", | 1140 "image-decoders/ico/ICOImageDecoder.h", |
| 1141 "image-decoders/jpeg/JPEGImageDecoder.cpp", | 1141 "image-decoders/jpeg/JPEGImageDecoder.cpp", |
| 1142 "image-decoders/jpeg/JPEGImageDecoder.h", | 1142 "image-decoders/jpeg/JPEGImageDecoder.h", |
| 1143 "image-decoders/png/PNGImageDecoder.cpp", | 1143 "image-decoders/png/PNGImageDecoder.cpp", |
| 1144 "image-decoders/png/PNGImageDecoder.h", | 1144 "image-decoders/png/PNGImageDecoder.h", |
| 1145 "image-decoders/png/PNGImageReader.cpp", | 1145 "image-decoders/png/PNGImageReader.cpp", |
| 1146 "image-decoders/png/PNGImageReader.h", | 1146 "image-decoders/png/PNGImageReader.h", |
| 1147 "image-decoders/webp/WEBPImageDecoder.cpp", | 1147 "image-decoders/webp/WEBPImageDecoder.cpp", |
| 1148 "image-decoders/webp/WEBPImageDecoder.h", | 1148 "image-decoders/webp/WEBPImageDecoder.h", |
| 1149 "image-encoders/ImageEncoder.cpp", |
| 1150 "image-encoders/ImageEncoder.h", |
| 1149 "image-encoders/ImageEncoderUtils.cpp", | 1151 "image-encoders/ImageEncoderUtils.cpp", |
| 1150 "image-encoders/ImageEncoderUtils.h", | 1152 "image-encoders/ImageEncoderUtils.h", |
| 1151 "image-encoders/JPEGImageEncoder.cpp", | |
| 1152 "image-encoders/JPEGImageEncoder.h", | |
| 1153 "image-encoders/PNGImageEncoder.cpp", | 1153 "image-encoders/PNGImageEncoder.cpp", |
| 1154 "image-encoders/PNGImageEncoder.h", | 1154 "image-encoders/PNGImageEncoder.h", |
| 1155 "image-encoders/RGBAtoRGB.h", | |
| 1156 "image-encoders/WEBPImageEncoder.cpp", | 1155 "image-encoders/WEBPImageEncoder.cpp", |
| 1157 "image-encoders/WEBPImageEncoder.h", | 1156 "image-encoders/WEBPImageEncoder.h", |
| 1158 "instrumentation/PlatformInstrumentation.cpp", | 1157 "instrumentation/PlatformInstrumentation.cpp", |
| 1159 "instrumentation/PlatformInstrumentation.h", | 1158 "instrumentation/PlatformInstrumentation.h", |
| 1160 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", | 1159 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", |
| 1161 "instrumentation/tracing/MemoryCacheDumpProvider.h", | 1160 "instrumentation/tracing/MemoryCacheDumpProvider.h", |
| 1162 "instrumentation/tracing/TraceEvent.h", | 1161 "instrumentation/tracing/TraceEvent.h", |
| 1163 "instrumentation/tracing/TracedValue.cpp", | 1162 "instrumentation/tracing/TracedValue.cpp", |
| 1164 "instrumentation/tracing/TracedValue.h", | 1163 "instrumentation/tracing/TracedValue.h", |
| 1165 "instrumentation/tracing/web_memory_allocator_dump.cc", | 1164 "instrumentation/tracing/web_memory_allocator_dump.cc", |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 "image-decoders/FastSharedBufferReaderTest.cpp", | 1867 "image-decoders/FastSharedBufferReaderTest.cpp", |
| 1869 "image-decoders/ImageDecoderTest.cpp", | 1868 "image-decoders/ImageDecoderTest.cpp", |
| 1870 "image-decoders/ImageDecoderTestHelpers.cpp", | 1869 "image-decoders/ImageDecoderTestHelpers.cpp", |
| 1871 "image-decoders/ImageDecoderTestHelpers.h", | 1870 "image-decoders/ImageDecoderTestHelpers.h", |
| 1872 "image-decoders/bmp/BMPImageDecoderTest.cpp", | 1871 "image-decoders/bmp/BMPImageDecoderTest.cpp", |
| 1873 "image-decoders/gif/GIFImageDecoderTest.cpp", | 1872 "image-decoders/gif/GIFImageDecoderTest.cpp", |
| 1874 "image-decoders/ico/ICOImageDecoderTest.cpp", | 1873 "image-decoders/ico/ICOImageDecoderTest.cpp", |
| 1875 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", | 1874 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", |
| 1876 "image-decoders/png/PNGImageDecoderTest.cpp", | 1875 "image-decoders/png/PNGImageDecoderTest.cpp", |
| 1877 "image-decoders/webp/WEBPImageDecoderTest.cpp", | 1876 "image-decoders/webp/WEBPImageDecoderTest.cpp", |
| 1878 "image-encoders/JPEGImageEncoderTest.cpp", | |
| 1879 "instrumentation/tracing/TracedValueTest.cpp", | 1877 "instrumentation/tracing/TracedValueTest.cpp", |
| 1880 "instrumentation/tracing/web_process_memory_dump_test.cc", | 1878 "instrumentation/tracing/web_process_memory_dump_test.cc", |
| 1881 "json/JSONParserTest.cpp", | 1879 "json/JSONParserTest.cpp", |
| 1882 "json/JSONValuesTest.cpp", | 1880 "json/JSONValuesTest.cpp", |
| 1883 "mac/GraphicsContextCanvasTest.mm", | 1881 "mac/GraphicsContextCanvasTest.mm", |
| 1884 "mac/VersionUtilMacTest.mm", | 1882 "mac/VersionUtilMacTest.mm", |
| 1885 "mojo/CommonCustomTypesStructTraitsTest.cpp", | 1883 "mojo/CommonCustomTypesStructTraitsTest.cpp", |
| 1886 "mojo/GeometryStructTraitsTest.cpp", | 1884 "mojo/GeometryStructTraitsTest.cpp", |
| 1887 "mojo/KURLSecurityOriginTest.cpp", | 1885 "mojo/KURLSecurityOriginTest.cpp", |
| 1888 "network/EncodedFormDataTest.cpp", | 1886 "network/EncodedFormDataTest.cpp", |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2238 "//third_party/WebKit/Source:config", | 2236 "//third_party/WebKit/Source:config", |
| 2239 "//third_party/WebKit/Source:inside_blink", | 2237 "//third_party/WebKit/Source:inside_blink", |
| 2240 ] | 2238 ] |
| 2241 | 2239 |
| 2242 deps = [ | 2240 deps = [ |
| 2243 ":test_support", | 2241 ":test_support", |
| 2244 "//testing/gmock", | 2242 "//testing/gmock", |
| 2245 "//testing/gtest", | 2243 "//testing/gtest", |
| 2246 ] | 2244 ] |
| 2247 } | 2245 } |
| OLD | NEW |