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

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

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 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: 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 c58299498238a49bf0866e844b2f40302a1ed5dd..e8b7f5a328d9df4fa217967cd27819111b8ad8dc 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/components/mus/public/cpp/tests/BUILD.gn
@@ -9,8 +9,8 @@ source_set("test_support") {
testonly = true
sources = [
- "view_manager_test_base.cc",
- "view_manager_test_base.h",
+ "mandoline_ui_services_test_base.cc",
+ "mandoline_ui_services_test_base.h",
]
deps = [
@@ -23,11 +23,11 @@ source_set("test_support") {
]
}
-test("mojo_view_manager_lib_unittests") {
+test("mojo_mus_lib_unittests") {
sources = [
+ "mandoline_ui_services_test_suite.cc",
+ "mandoline_ui_services_test_suite.h",
"run_all_unittests.cc",
- "view_manager_test_suite.cc",
- "view_manager_test_suite.h",
"view_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698