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

Unified Diff: mash/wm/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: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index fc8d2e865a10c3d4fe691184fdc13db9534b9cb6..3aad50e75cfb69b7989fbeb92b49440afe126c1e 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -10,8 +10,8 @@ import("//tools/grit/repack.gni")
group("wm") {
testonly = true
deps = [
- ":example_wm",
":apptests",
+ ":example_wm",
]
}
@@ -159,8 +159,8 @@ source_set("unittests") {
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
"//ui/events",
- "//ui/gfx/geometry",
"//ui/gfx:test_support",
+ "//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
"//ui/mojo/geometry:util",
]
« components/BUILD.gn ('K') | « mandoline/ui/phone_ui/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698