| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'browser/renderer_host/input/tap_suppression_controller_client.h', | 1201 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 1202 'browser/renderer_host/input/timeout_monitor.cc', | 1202 'browser/renderer_host/input/timeout_monitor.cc', |
| 1203 'browser/renderer_host/input/timeout_monitor.h', | 1203 'browser/renderer_host/input/timeout_monitor.h', |
| 1204 'browser/renderer_host/input/touch_action_filter.cc', | 1204 'browser/renderer_host/input/touch_action_filter.cc', |
| 1205 'browser/renderer_host/input/touch_action_filter.h', | 1205 'browser/renderer_host/input/touch_action_filter.h', |
| 1206 'browser/renderer_host/input/touch_emulator.cc', | 1206 'browser/renderer_host/input/touch_emulator.cc', |
| 1207 'browser/renderer_host/input/touch_emulator.h', | 1207 'browser/renderer_host/input/touch_emulator.h', |
| 1208 'browser/renderer_host/input/touch_emulator_client.h', | 1208 'browser/renderer_host/input/touch_emulator_client.h', |
| 1209 'browser/renderer_host/input/touch_event_queue.cc', | 1209 'browser/renderer_host/input/touch_event_queue.cc', |
| 1210 'browser/renderer_host/input/touch_event_queue.h', | 1210 'browser/renderer_host/input/touch_event_queue.h', |
| 1211 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', |
| 1212 'browser/renderer_host/input/touch_selection_controller_client_aura.h', |
| 1211 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 1213 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 1212 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 1214 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 1213 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 1215 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 1214 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 1216 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 1215 'browser/renderer_host/input/ui_touch_selection_helper.cc', | 1217 'browser/renderer_host/input/ui_touch_selection_helper.cc', |
| 1216 'browser/renderer_host/input/ui_touch_selection_helper.h', | 1218 'browser/renderer_host/input/ui_touch_selection_helper.h', |
| 1217 'browser/renderer_host/input/web_input_event_builders_android.cc', | 1219 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 1218 'browser/renderer_host/input/web_input_event_builders_android.h', | 1220 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 1219 'browser/renderer_host/input/web_input_event_builders_win.cc', | 1221 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 1220 'browser/renderer_host/input/web_input_event_builders_win.h', | 1222 'browser/renderer_host/input/web_input_event_builders_win.h', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 'browser/web_contents/aura/gesture_nav_simple.cc', | 1518 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1517 'browser/web_contents/aura/gesture_nav_simple.h', | 1519 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1518 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1520 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1519 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1521 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1520 'browser/web_contents/aura/overscroll_window_animation.cc', | 1522 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1521 'browser/web_contents/aura/overscroll_window_animation.h', | 1523 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1522 'browser/web_contents/aura/overscroll_window_delegate.cc', | 1524 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1523 'browser/web_contents/aura/overscroll_window_delegate.h', | 1525 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1524 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1526 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1525 'browser/web_contents/aura/shadow_layer_delegate.h', | 1527 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1526 'browser/web_contents/touch_editable_impl_aura.cc', | |
| 1527 'browser/web_contents/touch_editable_impl_aura.h', | |
| 1528 'browser/web_contents/web_contents_android.cc', | 1528 'browser/web_contents/web_contents_android.cc', |
| 1529 'browser/web_contents/web_contents_android.h', | 1529 'browser/web_contents/web_contents_android.h', |
| 1530 'browser/web_contents/web_contents_impl.cc', | 1530 'browser/web_contents/web_contents_impl.cc', |
| 1531 'browser/web_contents/web_contents_impl.h', | 1531 'browser/web_contents/web_contents_impl.h', |
| 1532 'browser/web_contents/web_contents_view.h', | 1532 'browser/web_contents/web_contents_view.h', |
| 1533 'browser/web_contents/web_contents_view_android.cc', | 1533 'browser/web_contents/web_contents_view_android.cc', |
| 1534 'browser/web_contents/web_contents_view_android.h', | 1534 'browser/web_contents/web_contents_view_android.h', |
| 1535 'browser/web_contents/web_contents_view_aura.cc', | 1535 'browser/web_contents/web_contents_view_aura.cc', |
| 1536 'browser/web_contents/web_contents_view_aura.h', | 1536 'browser/web_contents/web_contents_view_aura.h', |
| 1537 'browser/web_contents/web_contents_view_guest.cc', | 1537 'browser/web_contents/web_contents_view_guest.cc', |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2035 ], | 2035 ], |
| 2036 }], | 2036 }], |
| 2037 ['use_aura==1', { | 2037 ['use_aura==1', { |
| 2038 'dependencies': [ | 2038 'dependencies': [ |
| 2039 '../ui/aura/aura.gyp:aura', | 2039 '../ui/aura/aura.gyp:aura', |
| 2040 '../ui/aura_extra/aura_extra.gyp:aura_extra', | 2040 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
| 2041 '../ui/strings/ui_strings.gyp:ui_strings', | 2041 '../ui/strings/ui_strings.gyp:ui_strings', |
| 2042 ], | 2042 ], |
| 2043 }, { | 2043 }, { |
| 2044 'sources/': [ | 2044 'sources/': [ |
| 2045 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli
ent_aura.cc'], |
| 2046 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli
ent_aura.h'], |
| 2045 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 2047 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| 2046 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 2048 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
| 2047 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | |
| 2048 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | |
| 2049 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 2049 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
| 2050 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 2050 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
| 2051 ], | 2051 ], |
| 2052 }], | 2052 }], |
| 2053 ['enable_plugins==1', { | 2053 ['enable_plugins==1', { |
| 2054 'dependencies': [ | 2054 'dependencies': [ |
| 2055 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2055 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 2056 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 2056 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 2057 ], | 2057 ], |
| 2058 'sources': [ | 2058 'sources': [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 'sources': [ | 2110 'sources': [ |
| 2111 'browser/vr/vr_device.cc', | 2111 'browser/vr/vr_device.cc', |
| 2112 'browser/vr/vr_device.h', | 2112 'browser/vr/vr_device.h', |
| 2113 'browser/vr/vr_device_manager.cc', | 2113 'browser/vr/vr_device_manager.cc', |
| 2114 'browser/vr/vr_device_manager.h', | 2114 'browser/vr/vr_device_manager.h', |
| 2115 'browser/vr/vr_device_provider.h', | 2115 'browser/vr/vr_device_provider.h', |
| 2116 ] | 2116 ] |
| 2117 }], | 2117 }], |
| 2118 ], | 2118 ], |
| 2119 } | 2119 } |
| OLD | NEW |