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

Unified Diff: ash/mus/BUILD.gn

Issue 1684933002: Fix ash 'gn check' errors; whitelist target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 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/accelerators/accelerator_controller.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 6791b67d8e5ea66ec8cbe97dc0d1d9bba722fb16..38e4f751a9ebef38be60308137054a003ad51e30 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -21,6 +21,8 @@ source_set("lib") {
deps = [
"//ash",
+ "//cc",
+ "//cc/surfaces",
"//components/mus/common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
@@ -53,5 +55,6 @@ mojo_native_application("mus") {
]
deps = [
":lib",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698