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

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

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: Enable transmitting Fetch Requests over Mojo Created 3 years, 8 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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 "mhtml/ArchiveResource.cpp", 1139 "mhtml/ArchiveResource.cpp",
1140 "mhtml/ArchiveResource.h", 1140 "mhtml/ArchiveResource.h",
1141 "mhtml/MHTMLArchive.cpp", 1141 "mhtml/MHTMLArchive.cpp",
1142 "mhtml/MHTMLArchive.h", 1142 "mhtml/MHTMLArchive.h",
1143 "mhtml/MHTMLParser.cpp", 1143 "mhtml/MHTMLParser.cpp",
1144 "mhtml/MHTMLParser.h", 1144 "mhtml/MHTMLParser.h",
1145 "mojo/BluetoothStructTraits.cpp", 1145 "mojo/BluetoothStructTraits.cpp",
1146 "mojo/BluetoothStructTraits.h", 1146 "mojo/BluetoothStructTraits.h",
1147 "mojo/CommonCustomTypesStructTraits.cpp", 1147 "mojo/CommonCustomTypesStructTraits.cpp",
1148 "mojo/CommonCustomTypesStructTraits.h", 1148 "mojo/CommonCustomTypesStructTraits.h",
1149 "mojo/FetchAPIRequestStructTraits.cpp",
1149 "mojo/MojoHelper.h", 1150 "mojo/MojoHelper.h",
1150 "network/ContentSecurityPolicyParsers.cpp", 1151 "network/ContentSecurityPolicyParsers.cpp",
1151 "network/ContentSecurityPolicyParsers.h", 1152 "network/ContentSecurityPolicyParsers.h",
1152 "network/ContentSecurityPolicyResponseHeaders.cpp", 1153 "network/ContentSecurityPolicyResponseHeaders.cpp",
1153 "network/ContentSecurityPolicyResponseHeaders.h", 1154 "network/ContentSecurityPolicyResponseHeaders.h",
1154 "network/EncodedFormData.cpp", 1155 "network/EncodedFormData.cpp",
1155 "network/EncodedFormData.h", 1156 "network/EncodedFormData.h",
1156 "network/FormDataEncoder.cpp", 1157 "network/FormDataEncoder.cpp",
1157 "network/FormDataEncoder.h", 1158 "network/FormDataEncoder.h",
1158 "network/HTTPHeaderMap.cpp", 1159 "network/HTTPHeaderMap.cpp",
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 "//third_party/WebKit/Source:config", 2146 "//third_party/WebKit/Source:config",
2146 "//third_party/WebKit/Source:inside_blink", 2147 "//third_party/WebKit/Source:inside_blink",
2147 ] 2148 ]
2148 2149
2149 deps = [ 2150 deps = [
2150 ":test_support", 2151 ":test_support",
2151 "//testing/gmock", 2152 "//testing/gmock",
2152 "//testing/gtest", 2153 "//testing/gtest",
2153 ] 2154 ]
2154 } 2155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698