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

Unified Diff: content/content_renderer.gypi

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « content/DEPS ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 1d63e16cb7d930d27a9366105b3a005ebee4c6a9..a6cfedc219d67409f79c3552db5633628b53fee7 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -8,6 +8,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../cc/cc.gyp:cc',
+ '../cc/blink/cc_blink.gyp:cc_blink',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gpu',
'../jingle/jingle.gyp:jingle_glue',
@@ -113,44 +114,6 @@
'renderer/clipboard_utils.h',
'renderer/child_frame_compositing_helper.cc',
'renderer/child_frame_compositing_helper.h',
- 'renderer/compositor_bindings/scrollbar_impl.cc',
- 'renderer/compositor_bindings/scrollbar_impl.h',
- 'renderer/compositor_bindings/web_animation_curve_common.cc',
- 'renderer/compositor_bindings/web_animation_curve_common.h',
- 'renderer/compositor_bindings/web_animation_impl.cc',
- 'renderer/compositor_bindings/web_animation_impl.h',
- 'renderer/compositor_bindings/web_compositor_support_impl.cc',
- 'renderer/compositor_bindings/web_compositor_support_impl.h',
- 'renderer/compositor_bindings/web_content_layer_impl.cc',
- 'renderer/compositor_bindings/web_content_layer_impl.h',
- 'renderer/compositor_bindings/web_external_bitmap_impl.cc',
- 'renderer/compositor_bindings/web_external_bitmap_impl.h',
- 'renderer/compositor_bindings/web_external_texture_layer_impl.cc',
- 'renderer/compositor_bindings/web_external_texture_layer_impl.h',
- 'renderer/compositor_bindings/web_filter_animation_curve_impl.cc',
- 'renderer/compositor_bindings/web_filter_animation_curve_impl.h',
- 'renderer/compositor_bindings/web_filter_operations_impl.cc',
- 'renderer/compositor_bindings/web_filter_operations_impl.h',
- 'renderer/compositor_bindings/web_float_animation_curve_impl.cc',
- 'renderer/compositor_bindings/web_float_animation_curve_impl.h',
- 'renderer/compositor_bindings/web_image_layer_impl.cc',
- 'renderer/compositor_bindings/web_image_layer_impl.h',
- 'renderer/compositor_bindings/web_layer_impl.cc',
- 'renderer/compositor_bindings/web_layer_impl.h',
- 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc',
- 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.h',
- 'renderer/compositor_bindings/web_nine_patch_layer_impl.cc',
- 'renderer/compositor_bindings/web_nine_patch_layer_impl.h',
- 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc',
- 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h',
- 'renderer/compositor_bindings/web_scrollbar_layer_impl.cc',
- 'renderer/compositor_bindings/web_scrollbar_layer_impl.h',
- 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc',
- 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h',
- 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc',
- 'renderer/compositor_bindings/web_transform_animation_curve_impl.h',
- 'renderer/compositor_bindings/web_transform_operations_impl.cc',
- 'renderer/compositor_bindings/web_transform_operations_impl.h',
'renderer/context_menu_params_builder.cc',
'renderer/context_menu_params_builder.h',
'renderer/cursor_utils.cc',
« no previous file with comments | « content/DEPS ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698