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

Unified Diff: views/views.gyp

Issue 8395043: Fix up compositor mocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deeper down the rabbit hole. Created 9 years, 2 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 | « views/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 467d196fb54131ab386876d5e7148068cfd2c84b..2232df8e74b35b9e94e95f0c1e5ae1f8ecb78ca9 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -555,8 +555,8 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/base/strings/ui_strings.gyp:ui_strings',
- '../ui/gfx/compositor/compositor.gyp:compositor',
'../ui/gfx/compositor/compositor.gyp:compositor_test_support',
+ '../ui/gfx/compositor/compositor.gyp:test_compositor',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
@@ -601,10 +601,6 @@
'widget/native_widget_unittest.cc',
'widget/native_widget_win_unittest.cc',
'widget/widget_unittest.cc',
- '../ui/gfx/compositor/test_compositor.cc',
- '../ui/gfx/compositor/test_compositor.h',
- '../ui/gfx/compositor/test_texture.cc',
- '../ui/gfx/compositor/test_texture.h',
'../ui/aura/test/test_desktop_delegate.cc',
'../ui/aura/test/test_desktop_delegate.h',
« no previous file with comments | « views/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698