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

Unified Diff: components/mus/ws/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: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 663d03a21bb2526641a51731e2c44e879f998a9a..ff6ad3579bc57e8bbb37c64ed0883b5579472b20 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -124,14 +124,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",
@@ -140,13 +140,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