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

Unified Diff: components/message_port/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/message_port.gypi ('k') | components/message_port/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/message_port/BUILD.gn
diff --git a/components/printing/common/BUILD.gn b/components/message_port/BUILD.gn
similarity index 54%
copy from components/printing/common/BUILD.gn
copy to components/message_port/BUILD.gn
index d56e4e2b80f6bae0e5abbbb945b134cf98c8173e..3a81750d4a74fa373a908aaf45d7d28565b50b45 100644
--- a/components/printing/common/BUILD.gn
+++ b/components/message_port/BUILD.gn
@@ -2,18 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("printing_common") {
+source_set("message_port") {
sources = [
- "print_messages.cc",
- "print_messages.h",
- "printing_param_traits_macros.h",
+ "web_message_port_channel_impl.cc",
+ "web_message_port_channel_impl.h",
]
- deps = [
+ public_deps = [
"//base",
- "//ipc",
- "//printing",
+ "//mojo/common",
"//third_party/WebKit/public:blink",
- "//ui/gfx",
+ "//third_party/mojo/src/mojo/public/cpp/system",
]
}
« no previous file with comments | « components/message_port.gypi ('k') | components/message_port/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698