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

Unified Diff: content/common/BUILD.gn

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Eliminate unnecessary PostTask 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 87e95eeacac2c224d8ca56d9d1149a67d4d94fc6..24f154e3f509797771a8c85f3d214c419e605f15 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