| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc', | 156 'renderer/compositor_bindings/web_transform_animation_curve_impl.cc', |
| 157 'renderer/compositor_bindings/web_transform_animation_curve_impl.h', | 157 'renderer/compositor_bindings/web_transform_animation_curve_impl.h', |
| 158 'renderer/compositor_bindings/web_transform_operations_impl.cc', | 158 'renderer/compositor_bindings/web_transform_operations_impl.cc', |
| 159 'renderer/compositor_bindings/web_transform_operations_impl.h', | 159 'renderer/compositor_bindings/web_transform_operations_impl.h', |
| 160 'renderer/context_menu_params_builder.cc', | 160 'renderer/context_menu_params_builder.cc', |
| 161 'renderer/context_menu_params_builder.h', | 161 'renderer/context_menu_params_builder.h', |
| 162 'renderer/cursor_utils.cc', | 162 'renderer/cursor_utils.cc', |
| 163 'renderer/cursor_utils.h', | 163 'renderer/cursor_utils.h', |
| 164 'renderer/date_time_suggestion_builder.cc', | 164 'renderer/date_time_suggestion_builder.cc', |
| 165 'renderer/date_time_suggestion_builder.h', | 165 'renderer/date_time_suggestion_builder.h', |
| 166 'renderer/device_sensors/device_light_event_pump.cc', |
| 167 'renderer/device_sensors/device_light_event_pump.h', |
| 166 'renderer/device_sensors/device_motion_event_pump.cc', | 168 'renderer/device_sensors/device_motion_event_pump.cc', |
| 167 'renderer/device_sensors/device_motion_event_pump.h', | 169 'renderer/device_sensors/device_motion_event_pump.h', |
| 168 'renderer/device_sensors/device_orientation_event_pump.cc', | 170 'renderer/device_sensors/device_orientation_event_pump.cc', |
| 169 'renderer/device_sensors/device_orientation_event_pump.h', | 171 'renderer/device_sensors/device_orientation_event_pump.h', |
| 170 'renderer/device_sensors/device_sensor_event_pump.cc', | 172 'renderer/device_sensors/device_sensor_event_pump.cc', |
| 171 'renderer/device_sensors/device_sensor_event_pump.h', | 173 'renderer/device_sensors/device_sensor_event_pump.h', |
| 172 'renderer/devtools/devtools_agent.cc', | 174 'renderer/devtools/devtools_agent.cc', |
| 173 'renderer/devtools/devtools_agent.h', | 175 'renderer/devtools/devtools_agent.h', |
| 174 'renderer/devtools/devtools_agent_filter.cc', | 176 'renderer/devtools/devtools_agent_filter.cc', |
| 175 'renderer/devtools/devtools_agent_filter.h', | 177 'renderer/devtools/devtools_agent_filter.h', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 }], | 882 }], |
| 881 ], | 883 ], |
| 882 'target_conditions': [ | 884 'target_conditions': [ |
| 883 ['OS=="android"', { | 885 ['OS=="android"', { |
| 884 'sources/': [ | 886 'sources/': [ |
| 885 ['include', '^renderer/render_view_linux\\.cc$'], | 887 ['include', '^renderer/render_view_linux\\.cc$'], |
| 886 ], | 888 ], |
| 887 }], | 889 }], |
| 888 ], | 890 ], |
| 889 } | 891 } |
| OLD | NEW |