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

Unified Diff: net/BUILD.gn

Issue 2687573002: [Android Webview] Refactor LoadUrlTest and work on embedded_test_server custom handler (Closed)
Patch Set: discussion patch Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698