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

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: tweaks 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
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 81debdf743136eca14f979b4941d71ca8c5858ed..4c03229e767631c4b4baf6e0ca41894656424e20 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -33,14 +33,21 @@ 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: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",

Powered by Google App Engine
This is Rietveld 408576698