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

Unified Diff: content/public/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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 66a608b864a26ef5330e4cae130e34db07c3b07b..92660a8a31bf22acc0e33f05f40969753c5a5c98 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -22,7 +22,6 @@ source_set("browser_sources") {
visibility = [ "//content/*" ]
sources = [
- "android/app_web_message_port_service.h",
"android/browser_media_player_manager_register.cc",
"android/browser_media_player_manager_register.h",
"android/compositor.h",
@@ -147,7 +146,6 @@ source_set("browser_sources") {
"memory_coordinator_delegate.h",
"memory_pressure_controller.cc",
"memory_pressure_controller.h",
- "message_port_delegate.h",
"message_port_provider.h",
"native_web_keyboard_event.h",
"navigation_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698