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

Unified Diff: content/browser/BUILD.gn

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: Created 4 years, 3 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1c221b9e42312ec99b6c9c4241823404d23c1a07..9b04f71f7e64e75ef7fb5a009014b9f512b29d24 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -183,6 +183,10 @@ source_set("browser") {
"accessibility/browser_accessibility_win.h",
"accessibility/one_shot_accessibility_tree_search.cc",
"accessibility/one_shot_accessibility_tree_search.h",
+ "android/app_web_message_port_message_filter.cc",
+ "android/app_web_message_port_message_filter.h",
+ "android/app_web_message_port_service_impl.cc",
+ "android/app_web_message_port_service_impl.h",
"android/background_sync_network_observer_android.cc",
"android/background_sync_network_observer_android.h",
"android/browser_jni_registrar.cc",

Powered by Google App Engine
This is Rietveld 408576698