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

Unified Diff: content/renderer/BUILD.gn

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: Fix compile 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 ca620ed678e164abf22a2c79ab68080a43f12f58..8e11be86667f54dba9f5a51207864bee153ffd70 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