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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2455543002: Convert PDF component IPC to mojo. (Closed)
Patch Set: Feedback Created 3 years, 9 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 | « third_party/WebKit/Source/platform/BUILD.gn ('k') | tools/ipc_fuzzer/message_lib/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 6903d21f9a8e89c65c1bed74e909726e21603195..57aaf677f30e17a2b4037fa2535b702599068de1 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -644,9 +644,13 @@ grit("image_resources") {
}
mojom("mojo_bindings") {
- visibility = [ "//content/*" ]
+ visibility = [
+ "//components/*",
Sam McNally 2017/03/29 04:35:35 Why are these still here?
benwells 2017/03/31 07:19:23 Oops, removed.
+ "//content/*",
+ ]
visibility_blink = [
"//content/common:mojo_bindings_blink",
+ "//components/*",
"//third_party/WebKit/Source/platform",
]
sources = [
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | tools/ipc_fuzzer/message_lib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698