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

Unified Diff: content/test/BUILD.gn

Issue 2651593002: mus: Remove the old client lib. (Closed)
Patch Set: restore test Created 3 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index fc6d2c79c73e0d2565b6829f0c33ed1eda9ccb75..08439095b03d482759caef99f38d6192c22025f8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1690,12 +1690,10 @@ test("content_unittests") {
if (use_aura) {
deps += [
- "//services/ui/public/cpp/tests:unittest_support",
"//ui/aura:test_support",
"//ui/aura_extra",
"//ui/wm",
]
- sources += [ "../renderer/mus/compositor_mus_connection_unittest.cc" ]
} else {
sources -= [
"../browser/renderer_host/render_widget_host_view_aura_unittest.cc",
« no previous file with comments | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698