| 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 "image-decoders/webp/WEBPImageDecoder.h", | 1040 "image-decoders/webp/WEBPImageDecoder.h", |
| 1041 "image-encoders/ImageEncoderUtils.cpp", | 1041 "image-encoders/ImageEncoderUtils.cpp", |
| 1042 "image-encoders/ImageEncoderUtils.h", | 1042 "image-encoders/ImageEncoderUtils.h", |
| 1043 "image-encoders/JPEGImageEncoder.cpp", | 1043 "image-encoders/JPEGImageEncoder.cpp", |
| 1044 "image-encoders/JPEGImageEncoder.h", | 1044 "image-encoders/JPEGImageEncoder.h", |
| 1045 "image-encoders/PNGImageEncoder.cpp", | 1045 "image-encoders/PNGImageEncoder.cpp", |
| 1046 "image-encoders/PNGImageEncoder.h", | 1046 "image-encoders/PNGImageEncoder.h", |
| 1047 "image-encoders/RGBAtoRGB.h", | 1047 "image-encoders/RGBAtoRGB.h", |
| 1048 "image-encoders/WEBPImageEncoder.cpp", | 1048 "image-encoders/WEBPImageEncoder.cpp", |
| 1049 "image-encoders/WEBPImageEncoder.h", | 1049 "image-encoders/WEBPImageEncoder.h", |
| 1050 "instrumentation/resource_coordinator/FrameResourceCoordinator.cpp", |
| 1051 "instrumentation/resource_coordinator/FrameResourceCoordinator.h", |
| 1050 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", | 1052 "instrumentation/tracing/MemoryCacheDumpProvider.cpp", |
| 1051 "instrumentation/tracing/MemoryCacheDumpProvider.h", | 1053 "instrumentation/tracing/MemoryCacheDumpProvider.h", |
| 1052 "instrumentation/tracing/TraceEvent.h", | 1054 "instrumentation/tracing/TraceEvent.h", |
| 1053 "instrumentation/tracing/TracedValue.cpp", | 1055 "instrumentation/tracing/TracedValue.cpp", |
| 1054 "instrumentation/tracing/TracedValue.h", | 1056 "instrumentation/tracing/TracedValue.h", |
| 1055 "instrumentation/tracing/web_memory_allocator_dump.cc", | 1057 "instrumentation/tracing/web_memory_allocator_dump.cc", |
| 1056 "instrumentation/tracing/web_memory_allocator_dump.h", | 1058 "instrumentation/tracing/web_memory_allocator_dump.h", |
| 1057 "instrumentation/tracing/web_process_memory_dump.cc", | 1059 "instrumentation/tracing/web_process_memory_dump.cc", |
| 1058 "instrumentation/tracing/web_process_memory_dump.h", | 1060 "instrumentation/tracing/web_process_memory_dump.h", |
| 1059 "json/JSONParser.cpp", | 1061 "json/JSONParser.cpp", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1413 "//base", | 1415 "//base", |
| 1414 "//cc", | 1416 "//cc", |
| 1415 "//cc/animation", | 1417 "//cc/animation", |
| 1416 "//cc/paint", | 1418 "//cc/paint", |
| 1417 "//gpu/command_buffer/client:client", | 1419 "//gpu/command_buffer/client:client", |
| 1418 "//gpu/command_buffer/client:gles2_c_lib", | 1420 "//gpu/command_buffer/client:gles2_c_lib", |
| 1419 "//gpu/command_buffer/client:gles2_interface", | 1421 "//gpu/command_buffer/client:gles2_interface", |
| 1420 "//gpu/command_buffer/common:common", | 1422 "//gpu/command_buffer/common:common", |
| 1421 "//media", | 1423 "//media", |
| 1422 "//net", | 1424 "//net", |
| 1425 "//services/resource_coordinator/public/interfaces:interfaces_blink", |
| 1423 "//services/service_manager/public/interfaces:interfaces_blink", | 1426 "//services/service_manager/public/interfaces:interfaces_blink", |
| 1424 "//skia", | 1427 "//skia", |
| 1425 "//third_party:jpeg", | 1428 "//third_party:jpeg", |
| 1426 "//third_party/WebKit/Source/wtf", | 1429 "//third_party/WebKit/Source/wtf", |
| 1427 "//third_party/WebKit/public:mojo_bindings_blink", | 1430 "//third_party/WebKit/public:mojo_bindings_blink", |
| 1428 "//third_party/iccjpeg", | 1431 "//third_party/iccjpeg", |
| 1429 "//third_party/libpng", | 1432 "//third_party/libpng", |
| 1430 "//third_party/libwebp", | 1433 "//third_party/libwebp", |
| 1431 "//third_party/ots", | 1434 "//third_party/ots", |
| 1432 "//url", | 1435 "//url", |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2077 "//third_party/WebKit/Source:config", | 2080 "//third_party/WebKit/Source:config", |
| 2078 "//third_party/WebKit/Source:inside_blink", | 2081 "//third_party/WebKit/Source:inside_blink", |
| 2079 ] | 2082 ] |
| 2080 | 2083 |
| 2081 deps = [ | 2084 deps = [ |
| 2082 ":test_support", | 2085 ":test_support", |
| 2083 "//testing/gmock", | 2086 "//testing/gmock", |
| 2084 "//testing/gtest", | 2087 "//testing/gtest", |
| 2085 ] | 2088 ] |
| 2086 } | 2089 } |
| OLD | NEW |