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

Unified Diff: ui/ozone/platform/test/test.gypi

Issue 377973005: ozone: test: Convert to PlatformWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add dcheck Created 6 years, 5 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/ozone/platform/test/ozone_platform_test.cc ('k') | ui/ozone/platform/test/test_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/test/test.gypi
diff --git a/ui/ozone/platform/test/test.gypi b/ui/ozone/platform/test/test.gypi
index 68005457e82efe154d5c19a6829e4c806eeec9a9..47cc16b91d97ab898f008facfab6f59910c7c80e 100644
--- a/ui/ozone/platform/test/test.gypi
+++ b/ui/ozone/platform/test/test.gypi
@@ -25,12 +25,14 @@
'../gfx/gfx.gyp:gfx',
],
'sources': [
- 'file_surface_factory.cc',
- 'file_surface_factory.h',
'ozone_platform_test.cc',
'ozone_platform_test.h',
'test_cursor_factory.cc',
'test_cursor_factory.h',
+ 'test_window.cc',
+ 'test_window.h',
+ 'test_window_manager.cc',
+ 'test_window_manager.h',
],
},
],
« no previous file with comments | « ui/ozone/platform/test/ozone_platform_test.cc ('k') | ui/ozone/platform/test/test_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698