| Index: android_webview/native/BUILD.gn
|
| diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
|
| index a0ea1fe14ed98c4415ff766b21b02d9c9ad1af94..9c4584dc632fe8bda4168f254eb90ef9ea0037ee 100644
|
| --- a/android_webview/native/BUILD.gn
|
| +++ b/android_webview/native/BUILD.gn
|
| @@ -36,6 +36,10 @@ source_set("native") {
|
| ]
|
|
|
| sources = [
|
| + "address_parser.cc",
|
| + "address_parser.h",
|
| + "address_parser_internal.cc",
|
| + "address_parser_internal.h",
|
| "android_protocol_handler.cc",
|
| "android_protocol_handler.h",
|
| "android_webview_jni_registrar.cc",
|
|
|