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

Unified Diff: views/views.gyp

Issue 8362006: Reland r107720 - Enable the new layer animation framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with parent patch 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
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index f9f96165effffd745054c410d7189955982a89ab..246be7f0fd69c4ad78758d44b05a3b855f4dff20 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -302,8 +302,6 @@
'ime/text_input_client.h',
'ime/text_input_type_tracker.h',
'ime/text_input_type_tracker.cc',
- 'layer_property_setter.cc',
- 'layer_property_setter.h',
'layout/box_layout.cc',
'layout/box_layout.h',
'layout/fill_layout.cc',
@@ -665,7 +663,7 @@
'sources/': [
['exclude', '../ui/aura/test/test_desktop_delegate.cc'],
['exclude', '../ui/aura/test/test_desktop_delegate.h'],
- ],
+ ],
}],
['OS!="mac"', {
'dependencies': [
@@ -856,6 +854,7 @@
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_resources_standard',
+ '../ui/gfx/compositor/compositor.gyp:compositor',
'views',
'views_desktop_lib',
],

Powered by Google App Engine
This is Rietveld 408576698