| 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 'browser/renderer_host/input/tap_suppression_controller_client.h', | 1196 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 1197 'browser/renderer_host/input/timeout_monitor.cc', | 1197 'browser/renderer_host/input/timeout_monitor.cc', |
| 1198 'browser/renderer_host/input/timeout_monitor.h', | 1198 'browser/renderer_host/input/timeout_monitor.h', |
| 1199 'browser/renderer_host/input/touch_action_filter.cc', | 1199 'browser/renderer_host/input/touch_action_filter.cc', |
| 1200 'browser/renderer_host/input/touch_action_filter.h', | 1200 'browser/renderer_host/input/touch_action_filter.h', |
| 1201 'browser/renderer_host/input/touch_emulator.cc', | 1201 'browser/renderer_host/input/touch_emulator.cc', |
| 1202 'browser/renderer_host/input/touch_emulator.h', | 1202 'browser/renderer_host/input/touch_emulator.h', |
| 1203 'browser/renderer_host/input/touch_emulator_client.h', | 1203 'browser/renderer_host/input/touch_emulator_client.h', |
| 1204 'browser/renderer_host/input/touch_event_queue.cc', | 1204 'browser/renderer_host/input/touch_event_queue.cc', |
| 1205 'browser/renderer_host/input/touch_event_queue.h', | 1205 'browser/renderer_host/input/touch_event_queue.h', |
| 1206 'browser/renderer_host/input/touch_selection_controller_client_aura.cc', |
| 1207 'browser/renderer_host/input/touch_selection_controller_client_aura.h', |
| 1206 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 1208 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 1207 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 1209 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 1208 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 1210 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 1209 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 1211 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 1210 'browser/renderer_host/input/ui_touch_selection_helper.cc', | 1212 'browser/renderer_host/input/ui_touch_selection_helper.cc', |
| 1211 'browser/renderer_host/input/ui_touch_selection_helper.h', | 1213 'browser/renderer_host/input/ui_touch_selection_helper.h', |
| 1212 'browser/renderer_host/input/web_input_event_builders_android.cc', | 1214 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 1213 'browser/renderer_host/input/web_input_event_builders_android.h', | 1215 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 1214 'browser/renderer_host/input/web_input_event_builders_win.cc', | 1216 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 1215 'browser/renderer_host/input/web_input_event_builders_win.h', | 1217 'browser/renderer_host/input/web_input_event_builders_win.h', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1511 'browser/web_contents/aura/gesture_nav_simple.cc', | 1513 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1512 'browser/web_contents/aura/gesture_nav_simple.h', | 1514 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1513 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1515 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1514 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1516 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1515 'browser/web_contents/aura/overscroll_window_animation.cc', | 1517 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1516 'browser/web_contents/aura/overscroll_window_animation.h', | 1518 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1517 'browser/web_contents/aura/overscroll_window_delegate.cc', | 1519 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1518 'browser/web_contents/aura/overscroll_window_delegate.h', | 1520 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1519 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1521 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1520 'browser/web_contents/aura/shadow_layer_delegate.h', | 1522 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1521 'browser/web_contents/touch_editable_impl_aura.cc', | |
| 1522 'browser/web_contents/touch_editable_impl_aura.h', | |
| 1523 'browser/web_contents/web_contents_android.cc', | 1523 'browser/web_contents/web_contents_android.cc', |
| 1524 'browser/web_contents/web_contents_android.h', | 1524 'browser/web_contents/web_contents_android.h', |
| 1525 'browser/web_contents/web_contents_impl.cc', | 1525 'browser/web_contents/web_contents_impl.cc', |
| 1526 'browser/web_contents/web_contents_impl.h', | 1526 'browser/web_contents/web_contents_impl.h', |
| 1527 'browser/web_contents/web_contents_view.h', | 1527 'browser/web_contents/web_contents_view.h', |
| 1528 'browser/web_contents/web_contents_view_android.cc', | 1528 'browser/web_contents/web_contents_view_android.cc', |
| 1529 'browser/web_contents/web_contents_view_android.h', | 1529 'browser/web_contents/web_contents_view_android.h', |
| 1530 'browser/web_contents/web_contents_view_aura.cc', | 1530 'browser/web_contents/web_contents_view_aura.cc', |
| 1531 'browser/web_contents/web_contents_view_aura.h', | 1531 'browser/web_contents/web_contents_view_aura.h', |
| 1532 'browser/web_contents/web_contents_view_guest.cc', | 1532 'browser/web_contents/web_contents_view_guest.cc', |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2030 ], | 2030 ], |
| 2031 }], | 2031 }], |
| 2032 ['use_aura==1', { | 2032 ['use_aura==1', { |
| 2033 'dependencies': [ | 2033 'dependencies': [ |
| 2034 '../ui/aura/aura.gyp:aura', | 2034 '../ui/aura/aura.gyp:aura', |
| 2035 '../ui/aura_extra/aura_extra.gyp:aura_extra', | 2035 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
| 2036 '../ui/strings/ui_strings.gyp:ui_strings', | 2036 '../ui/strings/ui_strings.gyp:ui_strings', |
| 2037 ], | 2037 ], |
| 2038 }, { | 2038 }, { |
| 2039 'sources/': [ | 2039 'sources/': [ |
| 2040 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli
ent_aura.cc'], |
| 2041 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli
ent_aura.h'], |
| 2040 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 2042 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| 2041 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 2043 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
| 2042 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | |
| 2043 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | |
| 2044 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 2044 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
| 2045 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 2045 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
| 2046 ], | 2046 ], |
| 2047 }], | 2047 }], |
| 2048 ['enable_plugins==1', { | 2048 ['enable_plugins==1', { |
| 2049 'dependencies': [ | 2049 'dependencies': [ |
| 2050 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2050 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 2051 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 2051 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 2052 ], | 2052 ], |
| 2053 'sources': [ | 2053 'sources': [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2105 'sources': [ | 2105 'sources': [ |
| 2106 'browser/vr/vr_device.cc', | 2106 'browser/vr/vr_device.cc', |
| 2107 'browser/vr/vr_device.h', | 2107 'browser/vr/vr_device.h', |
| 2108 'browser/vr/vr_device_manager.cc', | 2108 'browser/vr/vr_device_manager.cc', |
| 2109 'browser/vr/vr_device_manager.h', | 2109 'browser/vr/vr_device_manager.h', |
| 2110 'browser/vr/vr_device_provider.h', | 2110 'browser/vr/vr_device_provider.h', |
| 2111 ] | 2111 ] |
| 2112 }], | 2112 }], |
| 2113 ], | 2113 ], |
| 2114 } | 2114 } |
| OLD | NEW |