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

Unified Diff: content/renderer/BUILD.gn

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: sgurun's comments Created 4 years, 2 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: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8f571d3802732863d75507fd35390b35fc84e2e5..bfe269c40e0daec0f6a91ed68a103e5ebab0a93a 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -30,6 +30,8 @@ target(link_target_type, "renderer") {
"accessibility/render_accessibility_impl.h",
"android/address_detector.cc",
"android/address_detector.h",
+ "android/app_web_message_port_client.cc",
+ "android/app_web_message_port_client.h",
"android/content_detector.cc",
"android/content_detector.h",
"android/disambiguation_popup_helper.cc",

Powered by Google App Engine
This is Rietveld 408576698