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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc',
8 '../gin/gin.gyp:gin', 11 '../gin/gin.gyp:gin',
12 '../gpu/gpu.gyp:gpu',
9 '../jingle/jingle.gyp:jingle_glue', 13 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 14 '../media/media.gyp:media',
11 '../mojo/mojo.gyp:mojo_environment_chromium', 15 '../mojo/mojo.gyp:mojo_environment_chromium',
12 '../mojo/mojo.gyp:mojo_js_bindings_lib', 16 '../mojo/mojo.gyp:mojo_js_bindings_lib',
13 '../mojo/mojo.gyp:mojo_service_provider_bindings', 17 '../mojo/mojo.gyp:mojo_service_provider_bindings',
14 '../net/net.gyp:net', 18 '../net/net.gyp:net',
15 '../skia/skia.gyp:skia', 19 '../skia/skia.gyp:skia',
16 '../third_party/WebKit/public/blink.gyp:blink', 20 '../third_party/WebKit/public/blink.gyp:blink',
17 '../third_party/icu/icu.gyp:icui18n', 21 '../third_party/icu/icu.gyp:icui18n',
18 '../third_party/icu/icu.gyp:icuuc', 22 '../third_party/icu/icu.gyp:icuuc',
19 '../third_party/libjingle/libjingle.gyp:libjingle', 23 '../third_party/libjingle/libjingle.gyp:libjingle',
20 '../third_party/npapi/npapi.gyp:npapi', 24 '../third_party/npapi/npapi.gyp:npapi',
21 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 25 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
22 '../ui/accessibility/accessibility.gyp:accessibility', 26 '../ui/accessibility/accessibility.gyp:accessibility',
23 '../ui/events/events.gyp:dom4_keycode_converter', 27 '../ui/events/events.gyp:dom4_keycode_converter',
28 '../ui/gfx/gfx.gyp:gfx',
29 '../ui/gfx/gfx.gyp:gfx_geometry',
24 '../ui/native_theme/native_theme.gyp:native_theme', 30 '../ui/native_theme/native_theme.gyp:native_theme',
25 '../ui/surface/surface.gyp:surface', 31 '../ui/surface/surface.gyp:surface',
26 '../v8/tools/gyp/v8.gyp:v8', 32 '../v8/tools/gyp/v8.gyp:v8',
27 '../webkit/child/webkit_child.gyp:webkit_child', 33 '../webkit/child/webkit_child.gyp:webkit_child',
28 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
29 '../webkit/common/webkit_common.gyp:webkit_common', 35 '../webkit/common/webkit_common.gyp:webkit_common',
30 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings',
31 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support',
32 '../webkit/storage_common.gyp:webkit_storage_common', 36 '../webkit/storage_common.gyp:webkit_storage_common',
33 ], 37 ],
34 'include_dirs': [ 38 'include_dirs': [
35 '..', 39 '..',
36 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 40 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
37 ], 41 ],
38 'variables': { 42 'variables': {
39 'public_renderer_sources': [ 43 'public_renderer_sources': [
40 'public/renderer/android_content_detection_prefixes.cc', 44 'public/renderer/android_content_detection_prefixes.cc',
41 'public/renderer/android_content_detection_prefixes.h', 45 'public/renderer/android_content_detection_prefixes.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'renderer/browser_plugin/browser_plugin_bindings.h', 108 'renderer/browser_plugin/browser_plugin_bindings.h',
105 'renderer/browser_plugin/browser_plugin_manager_factory.h', 109 'renderer/browser_plugin/browser_plugin_manager_factory.h',
106 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 110 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
107 'renderer/browser_plugin/browser_plugin_manager_impl.h', 111 'renderer/browser_plugin/browser_plugin_manager_impl.h',
108 'renderer/browser_plugin/browser_plugin_manager.cc', 112 'renderer/browser_plugin/browser_plugin_manager.cc',
109 'renderer/browser_plugin/browser_plugin_manager.h', 113 'renderer/browser_plugin/browser_plugin_manager.h',
110 'renderer/clipboard_utils.cc', 114 'renderer/clipboard_utils.cc',
111 'renderer/clipboard_utils.h', 115 'renderer/clipboard_utils.h',
112 'renderer/child_frame_compositing_helper.cc', 116 'renderer/child_frame_compositing_helper.cc',
113 'renderer/child_frame_compositing_helper.h', 117 'renderer/child_frame_compositing_helper.h',
118 'renderer/compositor_bindings/scrollbar_impl.cc',
119 'renderer/compositor_bindings/scrollbar_impl.h',
120 'renderer/compositor_bindings/web_animation_curve_common.cc',
121 'renderer/compositor_bindings/web_animation_curve_common.h',
122 'renderer/compositor_bindings/web_animation_impl.cc',
123 'renderer/compositor_bindings/web_animation_impl.h',
124 'renderer/compositor_bindings/web_compositor_support_impl.cc',
125 'renderer/compositor_bindings/web_compositor_support_impl.h',
126 'renderer/compositor_bindings/web_content_layer_impl.cc',
127 'renderer/compositor_bindings/web_content_layer_impl.h',
128 'renderer/compositor_bindings/web_external_bitmap_impl.cc',
129 'renderer/compositor_bindings/web_external_bitmap_impl.h',
130 'renderer/compositor_bindings/web_external_texture_layer_impl.cc',
131 'renderer/compositor_bindings/web_external_texture_layer_impl.h',
132 'renderer/compositor_bindings/web_filter_animation_curve_impl.cc',
133 'renderer/compositor_bindings/web_filter_animation_curve_impl.h',
134 'renderer/compositor_bindings/web_filter_operations_impl.cc',
135 'renderer/compositor_bindings/web_filter_operations_impl.h',
136 'renderer/compositor_bindings/web_float_animation_curve_impl.cc',
137 'renderer/compositor_bindings/web_float_animation_curve_impl.h',
138 'renderer/compositor_bindings/web_image_layer_impl.cc',
139 'renderer/compositor_bindings/web_image_layer_impl.h',
140 'renderer/compositor_bindings/web_layer_impl.cc',
141 'renderer/compositor_bindings/web_layer_impl.h',
142 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc',
143 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.h',
144 'renderer/compositor_bindings/web_nine_patch_layer_impl.cc',
145 'renderer/compositor_bindings/web_nine_patch_layer_impl.h',
146 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc',
147 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h',
148 'renderer/compositor_bindings/web_scrollbar_layer_impl.cc',
149 'renderer/compositor_bindings/web_scrollbar_layer_impl.h',
150 'renderer/compositor_bindings/web_solid_color_layer_impl.cc',
151 'renderer/compositor_bindings/web_solid_color_layer_impl.h',
152 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc',
153 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h',
154 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc',
155 'renderer/compositor_bindings/web_transform_animation_curve_impl.h',
156 'renderer/compositor_bindings/web_transform_operations_impl.cc',
157 'renderer/compositor_bindings/web_transform_operations_impl.h',
114 'renderer/context_menu_params_builder.cc', 158 'renderer/context_menu_params_builder.cc',
115 'renderer/context_menu_params_builder.h', 159 'renderer/context_menu_params_builder.h',
116 'renderer/cursor_utils.cc', 160 'renderer/cursor_utils.cc',
117 'renderer/cursor_utils.h', 161 'renderer/cursor_utils.h',
118 'renderer/date_time_suggestion_builder.cc', 162 'renderer/date_time_suggestion_builder.cc',
119 'renderer/date_time_suggestion_builder.h', 163 'renderer/date_time_suggestion_builder.h',
120 'renderer/device_sensors/device_motion_event_pump.cc', 164 'renderer/device_sensors/device_motion_event_pump.cc',
121 'renderer/device_sensors/device_motion_event_pump.h', 165 'renderer/device_sensors/device_motion_event_pump.h',
122 'renderer/device_sensors/device_orientation_event_pump.cc', 166 'renderer/device_sensors/device_orientation_event_pump.cc',
123 'renderer/device_sensors/device_orientation_event_pump.h', 167 'renderer/device_sensors/device_orientation_event_pump.h',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 }], 882 }],
839 ], 883 ],
840 'target_conditions': [ 884 'target_conditions': [
841 ['OS=="android"', { 885 ['OS=="android"', {
842 'sources/': [ 886 'sources/': [
843 ['include', '^renderer/render_view_linux\\.cc$'], 887 ['include', '^renderer/render_view_linux\\.cc$'],
844 ], 888 ],
845 }], 889 }],
846 ], 890 ],
847 } 891 }
OLDNEW
« 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