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

Unified Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 1416453005: Adds window resizing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/example/wm/move_loop_unittest.cc ('k') | components/mus/public/cpp/tests/test_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/tests/BUILD.gn
diff --git a/components/mus/public/cpp/tests/BUILD.gn b/components/mus/public/cpp/tests/BUILD.gn
index 95fddab1867057e46a39c7704fdea7ddcb5b16e7..97ab6b0694a168fd770c4d808eeb718a3260a645 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/components/mus/public/cpp/tests/BUILD.gn
@@ -5,6 +5,16 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
+source_set("unittest_support") {
+ sources = [
+ "test_window.h",
+ ]
+
+ deps = [
+ "//components/mus/public/cpp",
+ ]
+}
+
source_set("test_support") {
testonly = true
@@ -32,6 +42,7 @@ test("mojo_view_manager_lib_unittests") {
]
deps = [
+ ":unittest_support",
"//base",
"//base/test:test_support",
"//components/mus/public/cpp",
« no previous file with comments | « components/mus/example/wm/move_loop_unittest.cc ('k') | components/mus/public/cpp/tests/test_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698