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

Unified Diff: ui/compositor/compositor.gyp

Issue 147033003: Move some non-unittest files to compositor_test_support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 8f06d09380d4d2163736a73bfa12cfd79b6201a9..73a0b827cf817eda5c82784b84b181e38dbb5c25 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -87,6 +87,8 @@
'compositor',
],
'sources': [
+ 'test/layer_animator_test_controller.cc',
+ 'test/layer_animator_test_controller.h',
'test/test_layers.cc',
'test/test_layers.h',
'test/test_context_factory.cc',
@@ -123,8 +125,6 @@
'layer_animator_unittest.cc',
'layer_unittest.cc',
'run_all_unittests.cc',
- 'test/layer_animator_test_controller.cc',
- 'test/layer_animator_test_controller.h',
'test/test_compositor_host.h',
danakj 2014/01/28 16:50:22 How about moving all these files that aren't unit
bshe 2014/01/28 17:45:01 Done.
'test/test_compositor_host_mac.mm',
'test/test_compositor_host_ozone.cc',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698