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

Unified Diff: android_webview/native/BUILD.gn

Issue 2803163002: Move address parser and prefixes to android_webview/. (Closed)
Patch Set: Bring back ContentViewStatics import 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 side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698