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

Unified Diff: ui/gfx/compositor/compositor.gyp

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and nit. Created 9 years, 1 month 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/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index 71ac245f9b587f99951f250eb949efca3b57bab4..4b4c8b018367735b907ea89d82e35b20767478a4 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -46,8 +46,8 @@
'compositor_switches.cc',
'compositor_switches.h',
'compositor_win.cc',
- 'debug_utils.cc',
- 'debug_utils.h',
+ 'debug_utils.cc',
+ 'debug_utils.h',
'layer.cc',
'layer.h',
'layer_animation_delegate.h',
@@ -62,7 +62,7 @@
'screen_rotation.h',
],
'conditions': [
- ['os_posix == 1 and OS != "mac"', {
+ ['os_posix == 1', {
'sources!': [
'compositor_stub.cc',
],
@@ -92,7 +92,7 @@
}],
['use_webkit_compositor == 1', {
'sources/': [
- ['exclude', '^compositor_(gl|win|stub).(h|cc)$'],
+ ['exclude', '^compositor_(gl|mac|win|stub).(h|cc|mm)$'],
],
'dependencies': [
'<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
@@ -162,6 +162,7 @@
'run_all_unittests.cc',
'test/test_compositor_host.h',
'test/test_compositor_host_linux.cc',
+ 'test/test_compositor_host_mac.mm',
'test/test_compositor_host_win.cc',
'test/test_layer_animation_delegate.cc',
'test/test_layer_animation_delegate.h',

Powered by Google App Engine
This is Rietveld 408576698