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

Unified Diff: content/common/BUILD.gn

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add comments about threading in message_port.h 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 2e169434f352e34f1b9980043bbd173c00bd282d..b8a756728d4c43cad596156b44fd556c4d6b1aa6 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",
@@ -213,7 +212,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",

Powered by Google App Engine
This is Rietveld 408576698