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

Unified Diff: content/browser/BUILD.gn

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… Created 3 years, 10 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
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud_win.cc ('k') | content/browser/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 5c66dc94146279dc10a34dbb7e46c136c79f1ee5..b03932532bfcd5fcb5c69b6f9a648998eedcb218 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -241,10 +241,8 @@ 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/app_web_message_port.cc",
+ "android/app_web_message_port.h",
"android/background_sync_network_observer_android.cc",
"android/background_sync_network_observer_android.h",
"android/browser_jni_registrar.cc",
@@ -264,6 +262,8 @@ source_set("browser") {
"android/java_interfaces_impl.h",
"android/scoped_surface_request_manager.cc",
"android/scoped_surface_request_manager.h",
+ "android/string_message_codec.cc",
+ "android/string_message_codec.h",
"android/url_request_content_job.cc",
"android/url_request_content_job.h",
"appcache/appcache.cc",
@@ -936,11 +936,7 @@ source_set("browser") {
"memory/memory_pressure_controller_impl.h",
"memory/memory_state_updater.cc",
"memory/memory_state_updater.h",
- "message_port_message_filter.cc",
- "message_port_message_filter.h",
"message_port_provider.cc",
- "message_port_service.cc",
- "message_port_service.h",
"mime_registry_impl.cc",
"mime_registry_impl.h",
"net/browser_online_state_observer.cc",
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud_win.cc ('k') | content/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698