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

Unified Diff: content/content_renderer.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 years, 6 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/content_common.gypi ('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 54fb0ed2d318b9cac45231f609961fd04a3722dc..67dd628c826bc912511b01e7fed6547cc0e6a75a 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -5,7 +5,11 @@
{
'dependencies': [
'content_common_mojo_bindings',
+ '../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../cc/cc.gyp:cc',
'../gin/gin.gyp:gin',
+ '../gpu/gpu.gyp:gpu',
'../jingle/jingle.gyp:jingle_glue',
'../media/media.gyp:media',
'../mojo/mojo.gyp:mojo_environment_chromium',
@@ -21,14 +25,14 @@
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
'../ui/accessibility/accessibility.gyp:accessibility',
'../ui/events/events.gyp:dom4_keycode_converter',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/native_theme/native_theme.gyp:native_theme',
'../ui/surface/surface.gyp:surface',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'../webkit/common/webkit_common.gyp:webkit_common',
- '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bindings',
- '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
'../webkit/storage_common.gyp:webkit_storage_common',
],
'include_dirs': [
@@ -111,6 +115,46 @@
'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_solid_color_layer_impl.cc',
+ 'renderer/compositor_bindings/web_solid_color_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/content_common.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698