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

Unified Diff: ui/display/BUILD.gn

Issue 2361283002: Add GetDisplayWithDisplayId to display::Screen. (Closed)
Patch Set: move unittest Created 4 years, 1 month 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 | « no previous file | ui/display/screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 6ecdbc6d9658f9744156cfef9734701a2e877800..5c921199e653d8137ee6dd867015a09bbe74b39c 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -220,10 +220,6 @@ test("display_unittests") {
"//ui/gfx/geometry",
]
- if (use_aura) {
- sources -= [ "screen_unittest.cc" ]
- }
-
if (is_android) {
# Do not run display_change_notifier_unittest.cc on Android because it
# does not compile display_observer.cc
« no previous file with comments | « no previous file | ui/display/screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698