OLD | NEW |
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', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'renderer/compositor_bindings/web_layer_impl.cc', | 138 'renderer/compositor_bindings/web_layer_impl.cc', |
139 'renderer/compositor_bindings/web_layer_impl.h', | 139 'renderer/compositor_bindings/web_layer_impl.h', |
140 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc', | 140 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc', |
141 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.h', | 141 'renderer/compositor_bindings/web_layer_impl_fixed_bounds.h', |
142 'renderer/compositor_bindings/web_nine_patch_layer_impl.cc', | 142 'renderer/compositor_bindings/web_nine_patch_layer_impl.cc', |
143 'renderer/compositor_bindings/web_nine_patch_layer_impl.h', | 143 'renderer/compositor_bindings/web_nine_patch_layer_impl.h', |
144 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc', | 144 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc', |
145 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h', | 145 'renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h', |
146 'renderer/compositor_bindings/web_scrollbar_layer_impl.cc', | 146 'renderer/compositor_bindings/web_scrollbar_layer_impl.cc', |
147 'renderer/compositor_bindings/web_scrollbar_layer_impl.h', | 147 'renderer/compositor_bindings/web_scrollbar_layer_impl.h', |
148 'renderer/compositor_bindings/web_solid_color_layer_impl.cc', | |
149 'renderer/compositor_bindings/web_solid_color_layer_impl.h', | |
150 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc', | 148 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc', |
151 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h', | 149 'renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h', |
152 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc', | 150 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc', |
153 'renderer/compositor_bindings/web_transform_animation_curve_impl.h', | 151 'renderer/compositor_bindings/web_transform_animation_curve_impl.h', |
154 'renderer/compositor_bindings/web_transform_operations_impl.cc', | 152 'renderer/compositor_bindings/web_transform_operations_impl.cc', |
155 'renderer/compositor_bindings/web_transform_operations_impl.h', | 153 'renderer/compositor_bindings/web_transform_operations_impl.h', |
156 'renderer/context_menu_params_builder.cc', | 154 'renderer/context_menu_params_builder.cc', |
157 'renderer/context_menu_params_builder.h', | 155 'renderer/context_menu_params_builder.h', |
158 'renderer/cursor_utils.cc', | 156 'renderer/cursor_utils.cc', |
159 'renderer/cursor_utils.h', | 157 'renderer/cursor_utils.h', |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 }], | 887 }], |
890 ], | 888 ], |
891 'target_conditions': [ | 889 'target_conditions': [ |
892 ['OS=="android"', { | 890 ['OS=="android"', { |
893 'sources/': [ | 891 'sources/': [ |
894 ['include', '^renderer/render_view_linux\\.cc$'], | 892 ['include', '^renderer/render_view_linux\\.cc$'], |
895 ], | 893 ], |
896 }], | 894 }], |
897 ], | 895 ], |
898 } | 896 } |
OLD | NEW |