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

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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 10 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "//url", 169 "//url",
170 "//v8", 170 "//v8",
171 ] 171 ]
172 deps = [ 172 deps = [
173 "//third_party/WebKit/Source/core/animation", 173 "//third_party/WebKit/Source/core/animation",
174 "//third_party/WebKit/Source/core/clipboard", 174 "//third_party/WebKit/Source/core/clipboard",
175 "//third_party/WebKit/Source/core/css", 175 "//third_party/WebKit/Source/core/css",
176 "//third_party/WebKit/Source/core/dom", 176 "//third_party/WebKit/Source/core/dom",
177 "//third_party/WebKit/Source/core/editing", 177 "//third_party/WebKit/Source/core/editing",
178 "//third_party/WebKit/Source/core/events", 178 "//third_party/WebKit/Source/core/events",
179 "//third_party/WebKit/Source/core/fetch",
180 "//third_party/WebKit/Source/core/fileapi", 179 "//third_party/WebKit/Source/core/fileapi",
181 "//third_party/WebKit/Source/core/frame", 180 "//third_party/WebKit/Source/core/frame",
182 "//third_party/WebKit/Source/core/html", 181 "//third_party/WebKit/Source/core/html",
183 "//third_party/WebKit/Source/core/imagebitmap", 182 "//third_party/WebKit/Source/core/imagebitmap",
184 "//third_party/WebKit/Source/core/input", 183 "//third_party/WebKit/Source/core/input",
185 "//third_party/WebKit/Source/core/inspector", 184 "//third_party/WebKit/Source/core/inspector",
186 "//third_party/WebKit/Source/core/layout", 185 "//third_party/WebKit/Source/core/layout",
187 "//third_party/WebKit/Source/core/layout/svg", 186 "//third_party/WebKit/Source/core/layout/svg",
188 "//third_party/WebKit/Source/core/loader", 187 "//third_party/WebKit/Source/core/loader",
189 "//third_party/WebKit/Source/core/offscreencanvas", 188 "//third_party/WebKit/Source/core/offscreencanvas",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 } 600 }
602 601
603 make_names("make_core_generated_event_target_names") { 602 make_names("make_core_generated_event_target_names") {
604 in_files = [ "events/EventTargetFactory.in" ] 603 in_files = [ "events/EventTargetFactory.in" ]
605 outputs = [ 604 outputs = [
606 "$blink_core_output_dir/EventTargetNames.cpp", 605 "$blink_core_output_dir/EventTargetNames.cpp",
607 "$blink_core_output_dir/EventTargetNames.h", 606 "$blink_core_output_dir/EventTargetNames.h",
608 ] 607 ]
609 } 608 }
610 609
611 make_names("make_core_generated_fetch_initiator_type_names") {
612 in_files = [ "fetch/FetchInitiatorTypeNames.in" ]
613 outputs = [
614 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.cpp",
615 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.h",
616 ]
617 }
618
619 make_names("make_core_generated_event_type_names") { 610 make_names("make_core_generated_event_type_names") {
620 in_files = [ "events/EventTypeNames.in" ] 611 in_files = [ "events/EventTypeNames.in" ]
621 outputs = [ 612 outputs = [
622 "$blink_core_output_dir/EventTypeNames.cpp", 613 "$blink_core_output_dir/EventTypeNames.cpp",
623 "$blink_core_output_dir/EventTypeNames.h", 614 "$blink_core_output_dir/EventTypeNames.h",
624 ] 615 ]
625 } 616 }
626 617
627 make_names("make_core_generated_html_tokenizer_names") { 618 make_names("make_core_generated_html_tokenizer_names") {
628 in_files = [ "html/parser/HTMLTokenizerNames.in" ] 619 in_files = [ "html/parser/HTMLTokenizerNames.in" ]
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 ":make_core_generated_css_primitive_value_unit_trie", 855 ":make_core_generated_css_primitive_value_unit_trie",
865 ":make_core_generated_css_property_metadata", 856 ":make_core_generated_css_property_metadata",
866 ":make_core_generated_computed_style_base", 857 ":make_core_generated_computed_style_base",
867 ":make_core_generated_css_property_apis", 858 ":make_core_generated_css_property_apis",
868 ":make_core_generated_css_property_names", 859 ":make_core_generated_css_property_names",
869 ":make_core_generated_cssom_types", 860 ":make_core_generated_cssom_types",
870 ":make_core_generated_event_factory", 861 ":make_core_generated_event_factory",
871 ":make_core_generated_event_names", 862 ":make_core_generated_event_names",
872 ":make_core_generated_event_target_names", 863 ":make_core_generated_event_target_names",
873 ":make_core_generated_event_type_names", 864 ":make_core_generated_event_type_names",
874 ":make_core_generated_fetch_initiator_type_names",
875 ":make_core_generated_html_element_factory", 865 ":make_core_generated_html_element_factory",
876 ":make_core_generated_html_element_lookup_trie", 866 ":make_core_generated_html_element_lookup_trie",
877 ":make_core_generated_html_entity_table", 867 ":make_core_generated_html_entity_table",
878 ":make_core_generated_html_tokenizer_names", 868 ":make_core_generated_html_tokenizer_names",
879 ":make_core_generated_input_mode_names", 869 ":make_core_generated_input_mode_names",
880 ":make_core_generated_input_type_names", 870 ":make_core_generated_input_type_names",
881 ":make_core_generated_math_ml_names", 871 ":make_core_generated_math_ml_names",
882 ":make_core_generated_media_feature_names", 872 ":make_core_generated_media_feature_names",
883 ":make_core_generated_media_type_names", 873 ":make_core_generated_media_type_names",
884 ":make_core_generated_origin_trials", 874 ":make_core_generated_origin_trials",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 "dom/custom/CustomElementRegistryTest.cpp", 1077 "dom/custom/CustomElementRegistryTest.cpp",
1088 "dom/custom/CustomElementTest.cpp", 1078 "dom/custom/CustomElementTest.cpp",
1089 "dom/custom/CustomElementTestHelpers.cpp", 1079 "dom/custom/CustomElementTestHelpers.cpp",
1090 "dom/custom/CustomElementTestHelpers.h", 1080 "dom/custom/CustomElementTestHelpers.h",
1091 "dom/custom/CustomElementUpgradeSorterTest.cpp", 1081 "dom/custom/CustomElementUpgradeSorterTest.cpp",
1092 "dom/shadow/FlatTreeTraversalTest.cpp", 1082 "dom/shadow/FlatTreeTraversalTest.cpp",
1093 "dom/shadow/SlotScopedTraversalTest.cpp", 1083 "dom/shadow/SlotScopedTraversalTest.cpp",
1094 "events/EventPathTest.cpp", 1084 "events/EventPathTest.cpp",
1095 "events/EventTargetTest.cpp", 1085 "events/EventTargetTest.cpp",
1096 "events/PointerEventFactoryTest.cpp", 1086 "events/PointerEventFactoryTest.cpp",
1097 "fetch/ClientHintsPreferencesTest.cpp",
1098 "fetch/CrossOriginAccessControlTest.cpp",
1099 "fetch/FetchTestingPlatformSupport.cpp",
1100 "fetch/FetchTestingPlatformSupport.h",
1101 "fetch/FetchUtilsTest.cpp",
1102 "fetch/MemoryCacheCorrectnessTest.cpp",
1103 "fetch/MemoryCacheTest.cpp",
1104 "fetch/MockFetchContext.h",
1105 "fetch/MockResource.cpp",
1106 "fetch/MockResource.h",
1107 "fetch/MockResourceClient.cpp",
1108 "fetch/MockResourceClient.h",
1109 "fetch/RawResourceTest.cpp",
1110 "fetch/ResourceFetcherTest.cpp",
1111 "fetch/ResourceLoaderOptionsTest.cpp",
1112 "fetch/ResourceTest.cpp",
1113 "fileapi/FileListTest.cpp", 1087 "fileapi/FileListTest.cpp",
1114 "fileapi/FileTest.cpp", 1088 "fileapi/FileTest.cpp",
1115 "frame/FeaturePolicyInFrameTest.cpp", 1089 "frame/FeaturePolicyInFrameTest.cpp",
1116 "frame/FrameViewTest.cpp", 1090 "frame/FrameViewTest.cpp",
1117 "frame/HistoryTest.cpp", 1091 "frame/HistoryTest.cpp",
1118 "frame/ImageBitmapTest.cpp", 1092 "frame/ImageBitmapTest.cpp",
1119 "frame/LocalFrameTest.cpp", 1093 "frame/LocalFrameTest.cpp",
1120 "frame/OriginsUsingFeaturesTest.cpp", 1094 "frame/OriginsUsingFeaturesTest.cpp",
1121 "frame/PerformanceMonitorTest.cpp", 1095 "frame/PerformanceMonitorTest.cpp",
1122 "frame/RootFrameViewportTest.cpp", 1096 "frame/RootFrameViewportTest.cpp",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 sources = [ 1304 sources = [
1331 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1305 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1332 ] 1306 ]
1333 deps = [ 1307 deps = [
1334 ":core", 1308 ":core",
1335 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1309 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1336 ] 1310 ]
1337 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1311 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1338 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1312 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1339 } 1313 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | third_party/WebKit/Source/core/CoreInitializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698