Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2718943003: mv FetchTestingPlatformSupport to platform/loader/testing (Closed)
Patch Set: Revert uninteded RFTest change Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 "scheduler/test/fake_web_task_runner.h", 1568 "scheduler/test/fake_web_task_runner.h",
1569 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", 1569 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc",
1570 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", 1570 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h",
1571 "scheduler/test/renderer_scheduler_test_support.cc", 1571 "scheduler/test/renderer_scheduler_test_support.cc",
1572 "scroll/ScrollbarTestSuite.h", 1572 "scroll/ScrollbarTestSuite.h",
1573 "testing/CompositorTest.cpp", 1573 "testing/CompositorTest.cpp",
1574 "testing/CompositorTest.h", 1574 "testing/CompositorTest.h",
1575 "testing/FakeDisplayItemClient.h", 1575 "testing/FakeDisplayItemClient.h",
1576 "testing/FakeGraphicsLayer.h", 1576 "testing/FakeGraphicsLayer.h",
1577 "testing/FakeGraphicsLayerClient.h", 1577 "testing/FakeGraphicsLayerClient.h",
1578 "testing/FetchTestingPlatformSupport.cpp",
Takashi Toyoshima 2017/02/27 06:01:31 directory moving is not necessary to use them from
1579 "testing/FetchTestingPlatformSupport.h",
1578 "testing/FontTestHelpers.cpp", 1580 "testing/FontTestHelpers.cpp",
1579 "testing/FontTestHelpers.h", 1581 "testing/FontTestHelpers.h",
1580 "testing/FuzzedDataProvider.cpp", 1582 "testing/FuzzedDataProvider.cpp",
1581 "testing/FuzzedDataProvider.h", 1583 "testing/FuzzedDataProvider.h",
1582 "testing/GeometryPrinters.cpp", 1584 "testing/GeometryPrinters.cpp",
1583 "testing/GeometryPrinters.h", 1585 "testing/GeometryPrinters.h",
1584 "testing/HistogramTester.cpp", 1586 "testing/HistogramTester.cpp",
1585 "testing/HistogramTester.h", 1587 "testing/HistogramTester.h",
1586 "testing/MessageLoopForMojo.h", 1588 "testing/MessageLoopForMojo.h",
1589 "testing/MockFetchContext.h",
1587 "testing/PaintPrinters.cpp", 1590 "testing/PaintPrinters.cpp",
1588 "testing/PaintPrinters.h", 1591 "testing/PaintPrinters.h",
1589 "testing/PaintPropertyTestHelpers.h", 1592 "testing/PaintPropertyTestHelpers.h",
1590 "testing/PictureMatchers.cpp", 1593 "testing/PictureMatchers.cpp",
1591 "testing/PictureMatchers.h", 1594 "testing/PictureMatchers.h",
1592 "testing/PlatformTestPrinters.cpp", 1595 "testing/PlatformTestPrinters.cpp",
1593 "testing/RuntimeEnabledFeaturesTestHelpers.h", 1596 "testing/RuntimeEnabledFeaturesTestHelpers.h",
1594 "testing/ScopedMockedURL.cpp", 1597 "testing/ScopedMockedURL.cpp",
1595 "testing/ScopedMockedURL.h", 1598 "testing/ScopedMockedURL.h",
1596 "testing/TestPaintArtifact.cpp", 1599 "testing/TestPaintArtifact.cpp",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698