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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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 | « ui/gfx/gfx.gyp ('k') | ui/gfx/screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 936ff800340ddb5a8075118ddcdf8685dd778a01..ba8fec0e5a37fffb148eb0077df61731bf949cd2 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -20,7 +20,6 @@
'image/image_unittest.cc',
'ios/NSString+CrStringDrawing_unittest.mm',
'ios/uikit_util_unittest.mm',
- 'screen_unittest.cc',
'test/run_all_unittests.cc',
'text_elider_unittest.cc',
'text_utils_unittest.cc',
@@ -41,8 +40,6 @@
'color_analysis_unittest.cc',
'color_profile_mac_unittest.mm',
'color_utils_unittest.cc',
- 'display_change_notifier_unittest.cc',
- 'display_unittest.cc',
'font_fallback_mac_unittest.cc',
'font_list_unittest.cc',
'font_render_params_linux_unittest.cc',
@@ -122,11 +119,7 @@
'chromeos/codec/jpeg_codec_robust_slow_unittest.cc',
],
}],
- ['use_aura==1', {
- 'sources!': [
- 'screen_unittest.cc',
- ],
- },{
+ ['use_aura!=1', {
'sources!': [
'nine_image_painter_unittest.cc',
],
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698