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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1182303012: Componentize html_viewer's MessagePort (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: header-only target types: static_library -> none Created 5 years, 6 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 | « components/components.gyp ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index c48b1e06758aa504ffe73c1930f7f7a09f7845d1..44a0471a03ba4abecd518954b61e919ed97cb587 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -89,8 +89,6 @@ source_set("lib") {
"web_cookie_jar_impl.h",
"web_layer_tree_view_impl.cc",
"web_layer_tree_view_impl.h",
- "web_message_port_channel_impl.cc",
- "web_message_port_channel_impl.h",
"web_mime_registry_impl.cc",
"web_mime_registry_impl.h",
"web_notification_manager_impl.cc",
@@ -116,6 +114,7 @@ source_set("lib") {
"//components/clipboard/public/interfaces",
"//components/devtools_service/public/cpp",
"//components/devtools_service/public/interfaces",
+ "//components/message_port",
"//components/mime_util",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
« no previous file with comments | « components/components.gyp ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698