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

Unified Diff: components/mus/ws/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: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index e7f92231961bbfc78208b4e6ceac96dade2437a9..63fb2e842c0e8d171ca50f8401487f9806487c9d 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -127,14 +127,14 @@ test("window_manager_unittests") {
]
deps = [
- ":test_support",
":lib",
+ ":test_support",
"//base",
"//base/test:test_config",
"//components/mus/common",
- "//components/mus/surfaces",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
+ "//components/mus/surfaces",
"//mojo/application/public/interfaces",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
@@ -143,13 +143,13 @@ test("window_manager_unittests") {
"//mojo/gles2",
"//mojo/platform_handle",
"//mojo/public/cpp/bindings:bindings",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//ui/mojo/geometry:interfaces",
"//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//ui/events",
"//ui/gfx",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
+ "//ui/mojo/geometry:interfaces",
]
if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.

Powered by Google App Engine
This is Rietveld 408576698