OLD | NEW |
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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 "mediastream/MediaStreamSource.h", | 1092 "mediastream/MediaStreamSource.h", |
1093 "mediastream/MediaStreamWebAudioSource.cpp", | 1093 "mediastream/MediaStreamWebAudioSource.cpp", |
1094 "mediastream/MediaStreamWebAudioSource.h", | 1094 "mediastream/MediaStreamWebAudioSource.h", |
1095 "mhtml/ArchiveResource.cpp", | 1095 "mhtml/ArchiveResource.cpp", |
1096 "mhtml/MHTMLArchive.cpp", | 1096 "mhtml/MHTMLArchive.cpp", |
1097 "mhtml/MHTMLArchive.h", | 1097 "mhtml/MHTMLArchive.h", |
1098 "mhtml/MHTMLParser.cpp", | 1098 "mhtml/MHTMLParser.cpp", |
1099 "mhtml/MHTMLParser.h", | 1099 "mhtml/MHTMLParser.h", |
1100 "mojo/BluetoothStructTraits.cpp", | 1100 "mojo/BluetoothStructTraits.cpp", |
1101 "mojo/CommonCustomTypesStructTraits.cpp", | 1101 "mojo/CommonCustomTypesStructTraits.cpp", |
| 1102 "mojo/FetchAPIRequestStructTraits.cpp", |
1102 "mojo/MojoHelper.h", | 1103 "mojo/MojoHelper.h", |
1103 "network/ContentSecurityPolicyParsers.cpp", | 1104 "network/ContentSecurityPolicyParsers.cpp", |
1104 "network/ContentSecurityPolicyParsers.h", | 1105 "network/ContentSecurityPolicyParsers.h", |
1105 "network/ContentSecurityPolicyResponseHeaders.cpp", | 1106 "network/ContentSecurityPolicyResponseHeaders.cpp", |
1106 "network/ContentSecurityPolicyResponseHeaders.h", | 1107 "network/ContentSecurityPolicyResponseHeaders.h", |
1107 "network/EncodedFormData.cpp", | 1108 "network/EncodedFormData.cpp", |
1108 "network/EncodedFormData.h", | 1109 "network/EncodedFormData.h", |
1109 "network/FormDataEncoder.cpp", | 1110 "network/FormDataEncoder.cpp", |
1110 "network/FormDataEncoder.h", | 1111 "network/FormDataEncoder.h", |
1111 "network/HTTPHeaderMap.cpp", | 1112 "network/HTTPHeaderMap.cpp", |
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2088 "//third_party/WebKit/Source:config", | 2089 "//third_party/WebKit/Source:config", |
2089 "//third_party/WebKit/Source:inside_blink", | 2090 "//third_party/WebKit/Source:inside_blink", |
2090 ] | 2091 ] |
2091 | 2092 |
2092 deps = [ | 2093 deps = [ |
2093 ":test_support", | 2094 ":test_support", |
2094 "//testing/gmock", | 2095 "//testing/gmock", |
2095 "//testing/gtest", | 2096 "//testing/gtest", |
2096 ] | 2097 ] |
2097 } | 2098 } |
OLD | NEW |