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

Unified Diff: ui/compositor/compositor.gyp

Issue 145293007: ui: No more TestCompositor. Use NullDraw contexts in unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testsnulldraw: Created 6 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
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 9081e89107a2db9f96e170d744a4ecd73a0705f8..268723305a5afc33eeea4447389820880333d527 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -91,10 +91,8 @@
'test/draw_waiter_for_test.h',
'test/test_layers.cc',
'test/test_layers.h',
- 'test/test_context_factory.cc',
- 'test/test_context_factory.h',
- 'test/default_context_factory.cc',
- 'test/default_context_factory.h',
+ 'test/in_process_context_factory.cc',
+ 'test/in_process_context_factory.h',
'test/context_factories_for_test.cc',
'test/context_factories_for_test.h',
'test/test_suite.cc',

Powered by Google App Engine
This is Rietveld 408576698