| 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 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1552 | 1552 |
| 1553 static_library("test_support") { | 1553 static_library("test_support") { |
| 1554 visibility += [ "//third_party/WebKit/*" ] | 1554 visibility += [ "//third_party/WebKit/*" ] |
| 1555 testonly = true | 1555 testonly = true |
| 1556 | 1556 |
| 1557 sources = [ | 1557 sources = [ |
| 1558 "loader/fetch/MockResource.cpp", | 1558 "loader/fetch/MockResource.cpp", |
| 1559 "loader/fetch/MockResource.h", | 1559 "loader/fetch/MockResource.h", |
| 1560 "loader/fetch/MockResourceClient.cpp", | 1560 "loader/fetch/MockResourceClient.cpp", |
| 1561 "loader/fetch/MockResourceClient.h", | 1561 "loader/fetch/MockResourceClient.h", |
| 1562 "loader/testing/FetchTestingPlatformSupport.cpp", |
| 1563 "loader/testing/FetchTestingPlatformSupport.h", |
| 1564 "loader/testing/MockFetchContext.h", |
| 1562 "network/mime/MockMimeRegistry.h", | 1565 "network/mime/MockMimeRegistry.h", |
| 1563 "scheduler/base/task_queue_manager_delegate_for_test.cc", | 1566 "scheduler/base/task_queue_manager_delegate_for_test.cc", |
| 1564 "scheduler/base/test_time_source.cc", | 1567 "scheduler/base/test_time_source.cc", |
| 1565 "scheduler/child/scheduler_tqm_delegate_for_test.cc", | 1568 "scheduler/child/scheduler_tqm_delegate_for_test.cc", |
| 1566 "scheduler/test/fake_renderer_scheduler.cc", | 1569 "scheduler/test/fake_renderer_scheduler.cc", |
| 1567 "scheduler/test/fake_web_task_runner.cc", | 1570 "scheduler/test/fake_web_task_runner.cc", |
| 1568 "scheduler/test/fake_web_task_runner.h", | 1571 "scheduler/test/fake_web_task_runner.h", |
| 1569 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", | 1572 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", |
| 1570 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", | 1573 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", |
| 1571 "scheduler/test/renderer_scheduler_test_support.cc", | 1574 "scheduler/test/renderer_scheduler_test_support.cc", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", | 1740 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", |
| 1738 "image-decoders/png/PNGImageDecoderTest.cpp", | 1741 "image-decoders/png/PNGImageDecoderTest.cpp", |
| 1739 "image-decoders/webp/WEBPImageDecoderTest.cpp", | 1742 "image-decoders/webp/WEBPImageDecoderTest.cpp", |
| 1740 "image-encoders/JPEGImageEncoderTest.cpp", | 1743 "image-encoders/JPEGImageEncoderTest.cpp", |
| 1741 "instrumentation/tracing/TracedValueTest.cpp", | 1744 "instrumentation/tracing/TracedValueTest.cpp", |
| 1742 "instrumentation/tracing/web_process_memory_dump_test.cc", | 1745 "instrumentation/tracing/web_process_memory_dump_test.cc", |
| 1743 "json/JSONParserTest.cpp", | 1746 "json/JSONParserTest.cpp", |
| 1744 "json/JSONValuesTest.cpp", | 1747 "json/JSONValuesTest.cpp", |
| 1745 "loader/fetch/ClientHintsPreferencesTest.cpp", | 1748 "loader/fetch/ClientHintsPreferencesTest.cpp", |
| 1746 "loader/fetch/CrossOriginAccessControlTest.cpp", | 1749 "loader/fetch/CrossOriginAccessControlTest.cpp", |
| 1747 "loader/fetch/FetchTestingPlatformSupport.cpp", | |
| 1748 "loader/fetch/FetchTestingPlatformSupport.h", | |
| 1749 "loader/fetch/FetchUtilsTest.cpp", | 1750 "loader/fetch/FetchUtilsTest.cpp", |
| 1750 "loader/fetch/MemoryCacheCorrectnessTest.cpp", | 1751 "loader/fetch/MemoryCacheCorrectnessTest.cpp", |
| 1751 "loader/fetch/MemoryCacheTest.cpp", | 1752 "loader/fetch/MemoryCacheTest.cpp", |
| 1752 "loader/fetch/MockFetchContext.h", | |
| 1753 "loader/fetch/RawResourceTest.cpp", | 1753 "loader/fetch/RawResourceTest.cpp", |
| 1754 "loader/fetch/ResourceFetcherTest.cpp", | 1754 "loader/fetch/ResourceFetcherTest.cpp", |
| 1755 "loader/fetch/ResourceLoaderOptionsTest.cpp", | 1755 "loader/fetch/ResourceLoaderOptionsTest.cpp", |
| 1756 "loader/fetch/ResourceTest.cpp", | 1756 "loader/fetch/ResourceTest.cpp", |
| 1757 "mac/GraphicsContextCanvasTest.mm", | 1757 "mac/GraphicsContextCanvasTest.mm", |
| 1758 "mac/VersionUtilMacTest.mm", | 1758 "mac/VersionUtilMacTest.mm", |
| 1759 "mojo/CommonCustomTypesStructTraitsTest.cpp", | 1759 "mojo/CommonCustomTypesStructTraitsTest.cpp", |
| 1760 "mojo/GeometryStructTraitsTest.cpp", | 1760 "mojo/GeometryStructTraitsTest.cpp", |
| 1761 "mojo/KURLSecurityOriginTest.cpp", | 1761 "mojo/KURLSecurityOriginTest.cpp", |
| 1762 "network/EncodedFormDataTest.cpp", | 1762 "network/EncodedFormDataTest.cpp", |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2074 "//third_party/WebKit/Source:config", | 2074 "//third_party/WebKit/Source:config", |
| 2075 "//third_party/WebKit/Source:inside_blink", | 2075 "//third_party/WebKit/Source:inside_blink", |
| 2076 ] | 2076 ] |
| 2077 | 2077 |
| 2078 deps = [ | 2078 deps = [ |
| 2079 ":test_support", | 2079 ":test_support", |
| 2080 "//testing/gmock", | 2080 "//testing/gmock", |
| 2081 "//testing/gtest", | 2081 "//testing/gtest", |
| 2082 ] | 2082 ] |
| 2083 } | 2083 } |
| OLD | NEW |