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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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 dd80c4aa5de23b60cb4eb76d5aa857b4bc9bf18e..0a1dad61003bf678241bfd0b44fe16fdfcb8c7f6 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -47,7 +47,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",
@@ -58,6 +57,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",
@@ -92,8 +92,8 @@ repack("resources") {
]
output = "$root_out_dir/views_mus_resources.pak"
deps = [
- "//ui/strings",
"//ui/resources",
+ "//ui/strings",
"//ui/views/resources",
]
}

Powered by Google App Engine
This is Rietveld 408576698