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

Unified Diff: ash/public/cpp/BUILD.gn

Issue 2720203004: mash: makes ash/public/cpp bundle ash/public/interfaces (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/BUILD.gn
diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
index acf89c7ba0ea6d050feef233cc47eb6d60e79d36..e9d52163fb4fe0d4a3592402c8df0660868cb3f9 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/ash/public/cpp/BUILD.gn
@@ -26,4 +26,11 @@ component("ash_public_cpp") {
"//ui/aura",
"//ui/views/mus",
]
+
+ public_deps = [
+ "//ash/public/interfaces:interfaces_internal",
+ ]
+
+ allow_circular_includes_from =
+ [ "//ash/public/interfaces:interfaces_internal" ]
}
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698