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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 13bccc5d80dff2c6dd5a3867d787ddb83b2c33ad..f7c2b25e0d2c987b13259f641da3c0c3dad71fbb 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/components/mus/public/cpp/tests/BUILD.gn
@@ -28,8 +28,8 @@ source_set("test_support") {
"//base",
"//base/test:test_config",
"//components/mus/public/cpp",
- "//mojo/application/public/cpp:sources",
- "//mojo/application/public/cpp:test_support",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/cpp:test_support",
"//testing/gtest",
]
}
@@ -51,13 +51,13 @@ test("mojo_view_manager_lib_unittests") {
"//base/test:test_support",
"//components/mus/common",
"//components/mus/public/cpp",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/gles2",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/cpp",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
"//ui/events",
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_host_factory.cc ('k') | components/mus/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698