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

Unified Diff: content/common/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 | « content/child/webmessageportchannel_impl.cc ('k') | content/common/app_web_message_port_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index dbc58dc2d3b933fe536b8b3d5308e6b6969c9c6e..6ccbdd5c0f6c17fc73dcb8d3a1667bcfb7a1db5f 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -43,7 +43,6 @@ source_set("common") {
"android/sync_compositor_messages.h",
"android/sync_compositor_statics.cc",
"android/sync_compositor_statics.h",
- "app_web_message_port_messages.h",
"appcache_interfaces.cc",
"appcache_interfaces.h",
"appcache_messages.h",
@@ -210,7 +209,8 @@ source_set("common") {
"media/surface_view_manager_messages_android.h",
"media/video_capture.h",
"memory_messages.h",
- "message_port_messages.h",
+ "message_port.cc",
+ "message_port.h",
"navigation_gesture.h",
"navigation_params.cc",
"navigation_params.h",
« no previous file with comments | « content/child/webmessageportchannel_impl.cc ('k') | content/common/app_web_message_port_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698