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

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

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address reviewer comments Created 9 years, 4 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/gfx/compositor/compositor.cc ('k') | ui/gfx/compositor/compositor_gl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index 7614e158c9ba4ac754dafd94bc50634064678029..49539d5419f15b8fbe7966ed491cc209883aadf2 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -39,6 +39,8 @@
'compositor_export.h',
'compositor_gl.cc',
'compositor_gl.h',
+ 'compositor_observer.h',
+ 'compositor_stub.cc',
'compositor_win.cc',
'layer.cc',
'layer.h',
@@ -48,12 +50,12 @@
'conditions': [
['os_posix == 1 and OS != "mac"', {
'sources!': [
- 'compositor.cc',
+ 'compositor_stub.cc',
],
}],
['OS == "win" and views_compositor == 1', {
'sources!': [
- 'compositor.cc',
+ 'compositor_stub.cc',
],
# TODO(sky): before we make this real need to remove
# IDR_BITMAP_BRUSH_IMAGE.
@@ -76,7 +78,7 @@
}],
],
},
-
+
{
'target_name': 'compositor_unittests',
'type': 'executable',
@@ -102,6 +104,6 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
],
},
-
+
],
}
« no previous file with comments | « ui/gfx/compositor/compositor.cc ('k') | ui/gfx/compositor/compositor_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698