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

Unified Diff: content/browser/BUILD.gn

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: rsesek nits and git cl format 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ccd1cb572f2be5e0c390b5d865f79f02f70bf85f..0d1a567211c3428601ff605783b427750db51d80 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -186,6 +186,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",
« no previous file with comments | « android_webview/renderer/aw_message_port_client.cc ('k') | content/browser/android/app_web_message_port_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698