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

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

Issue 2697073002: [ES6 modules] Introduce ModuleScriptLoader (Closed)
Patch Set: add testcase for sync/async load 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 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 "scheduler/test/fake_web_task_runner.h", 1567 "scheduler/test/fake_web_task_runner.h",
1568 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", 1568 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc",
1569 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", 1569 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h",
1570 "scheduler/test/renderer_scheduler_test_support.cc", 1570 "scheduler/test/renderer_scheduler_test_support.cc",
1571 "scroll/ScrollbarTestSuite.h", 1571 "scroll/ScrollbarTestSuite.h",
1572 "testing/CompositorTest.cpp", 1572 "testing/CompositorTest.cpp",
1573 "testing/CompositorTest.h", 1573 "testing/CompositorTest.h",
1574 "testing/FakeDisplayItemClient.h", 1574 "testing/FakeDisplayItemClient.h",
1575 "testing/FakeGraphicsLayer.h", 1575 "testing/FakeGraphicsLayer.h",
1576 "testing/FakeGraphicsLayerClient.h", 1576 "testing/FakeGraphicsLayerClient.h",
1577 "testing/FetchTestingPlatformSupport.cpp",
1578 "testing/FetchTestingPlatformSupport.h",
1577 "testing/FontTestHelpers.cpp", 1579 "testing/FontTestHelpers.cpp",
1578 "testing/FontTestHelpers.h", 1580 "testing/FontTestHelpers.h",
1579 "testing/FuzzedDataProvider.cpp", 1581 "testing/FuzzedDataProvider.cpp",
1580 "testing/FuzzedDataProvider.h", 1582 "testing/FuzzedDataProvider.h",
1581 "testing/GeometryPrinters.cpp", 1583 "testing/GeometryPrinters.cpp",
1582 "testing/GeometryPrinters.h", 1584 "testing/GeometryPrinters.h",
1583 "testing/HistogramTester.cpp", 1585 "testing/HistogramTester.cpp",
1584 "testing/HistogramTester.h", 1586 "testing/HistogramTester.h",
1585 "testing/MessageLoopForMojo.h", 1587 "testing/MessageLoopForMojo.h",
1586 "testing/PaintPrinters.cpp", 1588 "testing/PaintPrinters.cpp",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1738 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1737 "image-decoders/png/PNGImageDecoderTest.cpp", 1739 "image-decoders/png/PNGImageDecoderTest.cpp",
1738 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1740 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1739 "image-encoders/JPEGImageEncoderTest.cpp", 1741 "image-encoders/JPEGImageEncoderTest.cpp",
1740 "instrumentation/tracing/TracedValueTest.cpp", 1742 "instrumentation/tracing/TracedValueTest.cpp",
1741 "instrumentation/tracing/web_process_memory_dump_test.cc", 1743 "instrumentation/tracing/web_process_memory_dump_test.cc",
1742 "json/JSONParserTest.cpp", 1744 "json/JSONParserTest.cpp",
1743 "json/JSONValuesTest.cpp", 1745 "json/JSONValuesTest.cpp",
1744 "loader/fetch/ClientHintsPreferencesTest.cpp", 1746 "loader/fetch/ClientHintsPreferencesTest.cpp",
1745 "loader/fetch/CrossOriginAccessControlTest.cpp", 1747 "loader/fetch/CrossOriginAccessControlTest.cpp",
1746 "loader/fetch/FetchTestingPlatformSupport.cpp",
1747 "loader/fetch/FetchTestingPlatformSupport.h",
1748 "loader/fetch/FetchUtilsTest.cpp", 1748 "loader/fetch/FetchUtilsTest.cpp",
1749 "loader/fetch/MemoryCacheCorrectnessTest.cpp", 1749 "loader/fetch/MemoryCacheCorrectnessTest.cpp",
1750 "loader/fetch/MemoryCacheTest.cpp", 1750 "loader/fetch/MemoryCacheTest.cpp",
1751 "loader/fetch/MockFetchContext.h", 1751 "loader/fetch/MockFetchContext.h",
1752 "loader/fetch/RawResourceTest.cpp", 1752 "loader/fetch/RawResourceTest.cpp",
1753 "loader/fetch/ResourceFetcherTest.cpp", 1753 "loader/fetch/ResourceFetcherTest.cpp",
1754 "loader/fetch/ResourceLoaderOptionsTest.cpp", 1754 "loader/fetch/ResourceLoaderOptionsTest.cpp",
1755 "loader/fetch/ResourceTest.cpp", 1755 "loader/fetch/ResourceTest.cpp",
1756 "mac/VersionUtilMacTest.mm", 1756 "mac/VersionUtilMacTest.mm",
1757 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1757 "mojo/CommonCustomTypesStructTraitsTest.cpp",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 "//third_party/WebKit/Source:config", 2072 "//third_party/WebKit/Source:config",
2073 "//third_party/WebKit/Source:inside_blink", 2073 "//third_party/WebKit/Source:inside_blink",
2074 ] 2074 ]
2075 2075
2076 deps = [ 2076 deps = [
2077 ":test_support", 2077 ":test_support",
2078 "//testing/gmock", 2078 "//testing/gmock",
2079 "//testing/gtest", 2079 "//testing/gtest",
2080 ] 2080 ]
2081 } 2081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698