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

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

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: rebase 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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 "mhtml/ArchiveResource.cpp", 1124 "mhtml/ArchiveResource.cpp",
1125 "mhtml/ArchiveResource.h", 1125 "mhtml/ArchiveResource.h",
1126 "mhtml/MHTMLArchive.cpp", 1126 "mhtml/MHTMLArchive.cpp",
1127 "mhtml/MHTMLArchive.h", 1127 "mhtml/MHTMLArchive.h",
1128 "mhtml/MHTMLParser.cpp", 1128 "mhtml/MHTMLParser.cpp",
1129 "mhtml/MHTMLParser.h", 1129 "mhtml/MHTMLParser.h",
1130 "mojo/BluetoothStructTraits.cpp", 1130 "mojo/BluetoothStructTraits.cpp",
1131 "mojo/BluetoothStructTraits.h", 1131 "mojo/BluetoothStructTraits.h",
1132 "mojo/CommonCustomTypesStructTraits.cpp", 1132 "mojo/CommonCustomTypesStructTraits.cpp",
1133 "mojo/CommonCustomTypesStructTraits.h", 1133 "mojo/CommonCustomTypesStructTraits.h",
1134 "mojo/FetchAPIRequestStructTraits.cpp",
1134 "mojo/MojoHelper.h", 1135 "mojo/MojoHelper.h",
1135 "network/ContentSecurityPolicyParsers.cpp", 1136 "network/ContentSecurityPolicyParsers.cpp",
1136 "network/ContentSecurityPolicyParsers.h", 1137 "network/ContentSecurityPolicyParsers.h",
1137 "network/ContentSecurityPolicyResponseHeaders.cpp", 1138 "network/ContentSecurityPolicyResponseHeaders.cpp",
1138 "network/ContentSecurityPolicyResponseHeaders.h", 1139 "network/ContentSecurityPolicyResponseHeaders.h",
1139 "network/EncodedFormData.cpp", 1140 "network/EncodedFormData.cpp",
1140 "network/EncodedFormData.h", 1141 "network/EncodedFormData.h",
1141 "network/FormDataEncoder.cpp", 1142 "network/FormDataEncoder.cpp",
1142 "network/FormDataEncoder.h", 1143 "network/FormDataEncoder.h",
1143 "network/HTTPHeaderMap.cpp", 1144 "network/HTTPHeaderMap.cpp",
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 "//third_party/WebKit/Source:config", 2129 "//third_party/WebKit/Source:config",
2129 "//third_party/WebKit/Source:inside_blink", 2130 "//third_party/WebKit/Source:inside_blink",
2130 ] 2131 ]
2131 2132
2132 deps = [ 2133 deps = [
2133 ":test_support", 2134 ":test_support",
2134 "//testing/gmock", 2135 "//testing/gmock",
2135 "//testing/gtest", 2136 "//testing/gtest",
2136 ] 2137 ]
2137 } 2138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698