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

Unified Diff: mash/BUILD.gn

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data deps Created 4 years, 7 months 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
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | mash/test/mash_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 81debdf743136eca14f979b4941d71ca8c5858ed..66b62395fc6c93ead9fe6443332a18f2088c8873 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -33,17 +33,26 @@ group("browser") {
}
test("mash_unittests") {
+ sources = [
+ "test/mash_test_suite.cc",
+ "test/mash_test_suite.h",
+ "test/mash_unittests.cc",
+ ]
deps = [
"//base",
- "//base/test:test_config",
"//base/test:test_support",
+ "//mash/wm:resources",
"//mash/wm:unittests",
"//mojo/platform_handle:platform_handle_impl",
"//services/shell/background:main",
- "//services/shell/public/cpp/test:run_all_shelltests",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/compositor:test_support",
+ "//ui/gl:test_support",
]
data_deps = [
":unittests_manifest",
+ "//mash/wm:resources",
]
}
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | mash/test/mash_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698