| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index de5df342f106ea774180e4a2151eff41121aa536..cb0a17fe052443885b067dfa96edf0954a91278c 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -2320,6 +2320,8 @@ bundle_data("test_support_bundle_data") {
|
| static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| + "../android_webview/embeddedtestserver/custom_handlers.cc",
|
| + "../android_webview/embeddedtestserver/custom_handlers.h",
|
| "base/load_timing_info_test_util.cc",
|
| "base/load_timing_info_test_util.h",
|
| "base/mock_file_stream.cc",
|
|
|