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

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

Issue 2739633003: platform/loader: move LinkHeader from network/ to loader/ (Closed)
Patch Set: gen gen --check passes 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 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 "network/ContentSecurityPolicyResponseHeaders.cpp", 1101 "network/ContentSecurityPolicyResponseHeaders.cpp",
1102 "network/ContentSecurityPolicyResponseHeaders.h", 1102 "network/ContentSecurityPolicyResponseHeaders.h",
1103 "network/EncodedFormData.cpp", 1103 "network/EncodedFormData.cpp",
1104 "network/EncodedFormData.h", 1104 "network/EncodedFormData.h",
1105 "network/FormDataEncoder.cpp", 1105 "network/FormDataEncoder.cpp",
1106 "network/FormDataEncoder.h", 1106 "network/FormDataEncoder.h",
1107 "network/HTTPHeaderMap.cpp", 1107 "network/HTTPHeaderMap.cpp",
1108 "network/HTTPHeaderMap.h", 1108 "network/HTTPHeaderMap.h",
1109 "network/HTTPParsers.cpp", 1109 "network/HTTPParsers.cpp",
1110 "network/HTTPParsers.h", 1110 "network/HTTPParsers.h",
1111 "network/LinkHeader.cpp",
1112 "network/LinkHeader.h",
1113 "network/NetworkHints.cpp", 1111 "network/NetworkHints.cpp",
1114 "network/NetworkHints.h", 1112 "network/NetworkHints.h",
1115 "network/NetworkInstrumentation.cpp", 1113 "network/NetworkInstrumentation.cpp",
1116 "network/NetworkInstrumentation.h", 1114 "network/NetworkInstrumentation.h",
1117 "network/NetworkLog.h", 1115 "network/NetworkLog.h",
1118 "network/NetworkStateNotifier.cpp", 1116 "network/NetworkStateNotifier.cpp",
1119 "network/NetworkStateNotifier.h", 1117 "network/NetworkStateNotifier.h",
1120 "network/NetworkUtils.cpp", 1118 "network/NetworkUtils.cpp",
1121 "network/NetworkUtils.h", 1119 "network/NetworkUtils.h",
1122 "network/ParsedContentType.cpp", 1120 "network/ParsedContentType.cpp",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "//third_party/WebKit/public:mojo_bindings_blink", 1427 "//third_party/WebKit/public:mojo_bindings_blink",
1430 "//third_party/iccjpeg", 1428 "//third_party/iccjpeg",
1431 "//third_party/libpng", 1429 "//third_party/libpng",
1432 "//third_party/libwebp", 1430 "//third_party/libwebp",
1433 "//third_party/ots", 1431 "//third_party/ots",
1434 "//url", 1432 "//url",
1435 "//v8", 1433 "//v8",
1436 ] 1434 ]
1437 deps = [ 1435 deps = [
1438 "//cc/surfaces:surfaces", 1436 "//cc/surfaces:surfaces",
1439 "//components/link_header_util:link_header_util",
1440 "//components/mime_util:mime_util", 1437 "//components/mime_util:mime_util",
1441 "//device/base/synchronization", 1438 "//device/base/synchronization",
1442 "//mojo/public/cpp/bindings", 1439 "//mojo/public/cpp/bindings",
1443 "//mojo/public/cpp/bindings:wtf_support", 1440 "//mojo/public/cpp/bindings:wtf_support",
1444 "//third_party/WebKit/Source/platform/heap", 1441 "//third_party/WebKit/Source/platform/heap",
1445 "//third_party/WebKit/Source/platform/loader", 1442 "//third_party/WebKit/Source/platform/loader",
1446 "//third_party/WebKit/public:mojo_bindings_blink", 1443 "//third_party/WebKit/public:mojo_bindings_blink",
1447 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1444 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1448 "//third_party/ced", 1445 "//third_party/ced",
1449 "//third_party/harfbuzz-ng", 1446 "//third_party/harfbuzz-ng",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 "image-decoders/gif/GIFImageDecoderTest.cpp", 1739 "image-decoders/gif/GIFImageDecoderTest.cpp",
1743 "image-decoders/ico/ICOImageDecoderTest.cpp", 1740 "image-decoders/ico/ICOImageDecoderTest.cpp",
1744 "image-decoders/jpeg/JPEGImageDecoderTest.cpp", 1741 "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
1745 "image-decoders/png/PNGImageDecoderTest.cpp", 1742 "image-decoders/png/PNGImageDecoderTest.cpp",
1746 "image-decoders/webp/WEBPImageDecoderTest.cpp", 1743 "image-decoders/webp/WEBPImageDecoderTest.cpp",
1747 "image-encoders/JPEGImageEncoderTest.cpp", 1744 "image-encoders/JPEGImageEncoderTest.cpp",
1748 "instrumentation/tracing/TracedValueTest.cpp", 1745 "instrumentation/tracing/TracedValueTest.cpp",
1749 "instrumentation/tracing/web_process_memory_dump_test.cc", 1746 "instrumentation/tracing/web_process_memory_dump_test.cc",
1750 "json/JSONParserTest.cpp", 1747 "json/JSONParserTest.cpp",
1751 "json/JSONValuesTest.cpp", 1748 "json/JSONValuesTest.cpp",
1749 "loader/LinkHeaderTest.cpp",
1752 "loader/fetch/ClientHintsPreferencesTest.cpp", 1750 "loader/fetch/ClientHintsPreferencesTest.cpp",
1753 "loader/fetch/CrossOriginAccessControlTest.cpp", 1751 "loader/fetch/CrossOriginAccessControlTest.cpp",
1754 "loader/fetch/FetchUtilsTest.cpp", 1752 "loader/fetch/FetchUtilsTest.cpp",
1755 "loader/fetch/MemoryCacheCorrectnessTest.cpp", 1753 "loader/fetch/MemoryCacheCorrectnessTest.cpp",
1756 "loader/fetch/MemoryCacheTest.cpp", 1754 "loader/fetch/MemoryCacheTest.cpp",
1757 "loader/fetch/RawResourceTest.cpp", 1755 "loader/fetch/RawResourceTest.cpp",
1758 "loader/fetch/ResourceFetcherTest.cpp", 1756 "loader/fetch/ResourceFetcherTest.cpp",
1759 "loader/fetch/ResourceLoaderOptionsTest.cpp", 1757 "loader/fetch/ResourceLoaderOptionsTest.cpp",
1760 "loader/fetch/ResourceTest.cpp", 1758 "loader/fetch/ResourceTest.cpp",
1761 "mac/GraphicsContextCanvasTest.mm", 1759 "mac/GraphicsContextCanvasTest.mm",
1762 "mac/VersionUtilMacTest.mm", 1760 "mac/VersionUtilMacTest.mm",
1763 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1761 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1764 "mojo/GeometryStructTraitsTest.cpp", 1762 "mojo/GeometryStructTraitsTest.cpp",
1765 "mojo/KURLSecurityOriginTest.cpp", 1763 "mojo/KURLSecurityOriginTest.cpp",
1766 "network/EncodedFormDataTest.cpp", 1764 "network/EncodedFormDataTest.cpp",
1767 "network/HTTPParsersTest.cpp", 1765 "network/HTTPParsersTest.cpp",
1768 "network/LinkHeaderTest.cpp",
1769 "network/NetworkStateNotifierTest.cpp", 1766 "network/NetworkStateNotifierTest.cpp",
1770 "network/NetworkUtilsTest.cpp", 1767 "network/NetworkUtilsTest.cpp",
1771 "network/ParsedContentTypeTest.cpp", 1768 "network/ParsedContentTypeTest.cpp",
1772 "network/ResourceRequestTest.cpp", 1769 "network/ResourceRequestTest.cpp",
1773 "network/mime/MIMETypeRegistryTest.cpp", 1770 "network/mime/MIMETypeRegistryTest.cpp",
1774 "scheduler/base/intrusive_heap_unittest.cc", 1771 "scheduler/base/intrusive_heap_unittest.cc",
1775 "scheduler/base/queueing_time_estimator_unittest.cc", 1772 "scheduler/base/queueing_time_estimator_unittest.cc",
1776 "scheduler/base/task_queue_manager_unittest.cc", 1773 "scheduler/base/task_queue_manager_unittest.cc",
1777 "scheduler/base/task_queue_selector_unittest.cc", 1774 "scheduler/base/task_queue_selector_unittest.cc",
1778 "scheduler/base/test_count_uses_time_source.cc", 1775 "scheduler/base/test_count_uses_time_source.cc",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 "//third_party/WebKit/Source:config", 2077 "//third_party/WebKit/Source:config",
2081 "//third_party/WebKit/Source:inside_blink", 2078 "//third_party/WebKit/Source:inside_blink",
2082 ] 2079 ]
2083 2080
2084 deps = [ 2081 deps = [
2085 ":test_support", 2082 ":test_support",
2086 "//testing/gmock", 2083 "//testing/gmock",
2087 "//testing/gtest", 2084 "//testing/gtest",
2088 ] 2085 ]
2089 } 2086 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698