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

Unified Diff: ui/views/mus/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 5ab84dc6720f610831ea7b9ab8040ebcb3c29012..d3b39a2b2e57d7361f85cbcce6ef8ff0f4cb2b12 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -48,7 +48,6 @@ component("mus") {
"//components/mus/public/interfaces",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
- "//skia",
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
"//mojo/converters/geometry",
@@ -59,6 +58,7 @@ component("mus") {
"//mojo/platform_handle:for_component",
"//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings",
+ "//skia",
"//third_party/icu",
"//ui/aura",
"//ui/compositor",
@@ -93,8 +93,8 @@ repack("resources") {
]
output = "$root_out_dir/views_mus_resources.pak"
deps = [
- "//ui/strings",
"//ui/resources",
+ "//ui/strings",
"//ui/views/resources",
]
}
« components/BUILD.gn ('K') | « ui/views/examples/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698