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

Unified Diff: ui/display/display_unittests.isolate

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard Created 4 years, 9 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: ui/display/display_unittests.isolate
diff --git a/ui/display/display_unittests.isolate b/ui/display/display_unittests.isolate
index 8122341dcc12ceeb88b4c79b9e5b0643f5593f50..a25fc639d459b27a85bb03b3c3315c69d7073c0a 100644
--- a/ui/display/display_unittests.isolate
+++ b/ui/display/display_unittests.isolate
@@ -3,7 +3,7 @@
# found in the LICENSE file.
{
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
'../../testing/test_env.py',

Powered by Google App Engine
This is Rietveld 408576698