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

Unified Diff: content/renderer/mus/BUILD.gn

Issue 1833193002: Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/renderer/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/BUILD.gn
diff --git a/content/renderer/mus/BUILD.gn b/content/renderer/mus/BUILD.gn
index dc471fc80ba86ed6343a8287d064cdf46b4766ee..6155680e5ca1f73dd0c6faca31973398bbee213d 100644
--- a/content/renderer/mus/BUILD.gn
+++ b/content/renderer/mus/BUILD.gn
@@ -3,6 +3,9 @@
# found in the LICENSE file.
source_set("mus") {
+ # Depend on this only via //content/renderer.
+ visibility = [ "//content/renderer/*" ]
+
sources = [
"compositor_mus_connection.cc",
"compositor_mus_connection.h",
@@ -19,7 +22,7 @@ source_set("mus") {
"//cc",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
- "//content/common:mojo_bindings",
+ "//content/common",
"//content/public/common:common_sources",
"//mojo/common",
"//mojo/converters/blink",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698