| 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/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
| 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| (...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 'browser/renderer_host/input/touch_action_filter.h', | 1154 'browser/renderer_host/input/touch_action_filter.h', |
| 1155 'browser/renderer_host/input/touch_emulator.cc', | 1155 'browser/renderer_host/input/touch_emulator.cc', |
| 1156 'browser/renderer_host/input/touch_emulator.h', | 1156 'browser/renderer_host/input/touch_emulator.h', |
| 1157 'browser/renderer_host/input/touch_emulator_client.h', | 1157 'browser/renderer_host/input/touch_emulator_client.h', |
| 1158 'browser/renderer_host/input/touch_event_queue.cc', | 1158 'browser/renderer_host/input/touch_event_queue.cc', |
| 1159 'browser/renderer_host/input/touch_event_queue.h', | 1159 'browser/renderer_host/input/touch_event_queue.h', |
| 1160 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 1160 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 1161 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 1161 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 1162 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 1162 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 1163 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 1163 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 1164 'browser/renderer_host/input/ui_touch_selection_helper.cc', |
| 1165 'browser/renderer_host/input/ui_touch_selection_helper.h', |
| 1164 'browser/renderer_host/input/web_input_event_builders_android.cc', | 1166 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 1165 'browser/renderer_host/input/web_input_event_builders_android.h', | 1167 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 1166 'browser/renderer_host/input/web_input_event_builders_win.cc', | 1168 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 1167 'browser/renderer_host/input/web_input_event_builders_win.h', | 1169 'browser/renderer_host/input/web_input_event_builders_win.h', |
| 1168 'browser/renderer_host/input/web_input_event_util.cc', | 1170 'browser/renderer_host/input/web_input_event_util.cc', |
| 1169 'browser/renderer_host/input/web_input_event_util.h', | 1171 'browser/renderer_host/input/web_input_event_util.h', |
| 1170 'browser/renderer_host/input/web_input_event_util_posix.cc', | 1172 'browser/renderer_host/input/web_input_event_util_posix.cc', |
| 1171 'browser/renderer_host/input/web_input_event_util_posix.h', | 1173 'browser/renderer_host/input/web_input_event_util_posix.h', |
| 1172 'browser/renderer_host/legacy_render_widget_host_win.cc', | 1174 'browser/renderer_host/legacy_render_widget_host_win.cc', |
| 1173 'browser/renderer_host/legacy_render_widget_host_win.h', | 1175 'browser/renderer_host/legacy_render_widget_host_win.h', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 'browser/web_contents/aura/gesture_nav_simple.cc', | 1457 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1456 'browser/web_contents/aura/gesture_nav_simple.h', | 1458 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1457 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1459 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1458 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1460 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1459 'browser/web_contents/aura/overscroll_window_animation.cc', | 1461 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1460 'browser/web_contents/aura/overscroll_window_animation.h', | 1462 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1461 'browser/web_contents/aura/overscroll_window_delegate.cc', | 1463 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1462 'browser/web_contents/aura/overscroll_window_delegate.h', | 1464 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1463 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1465 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1464 'browser/web_contents/aura/shadow_layer_delegate.h', | 1466 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1465 'browser/web_contents/touch_editable_impl_aura.cc', | 1467 'browser/web_contents/aura/touch_selection_controller_client_aura.cc', |
| 1466 'browser/web_contents/touch_editable_impl_aura.h', | 1468 'browser/web_contents/aura/touch_selection_controller_client_aura.h', |
| 1467 'browser/web_contents/web_contents_android.cc', | 1469 'browser/web_contents/web_contents_android.cc', |
| 1468 'browser/web_contents/web_contents_android.h', | 1470 'browser/web_contents/web_contents_android.h', |
| 1469 'browser/web_contents/web_contents_impl.cc', | 1471 'browser/web_contents/web_contents_impl.cc', |
| 1470 'browser/web_contents/web_contents_impl.h', | 1472 'browser/web_contents/web_contents_impl.h', |
| 1471 'browser/web_contents/web_contents_view.h', | 1473 'browser/web_contents/web_contents_view.h', |
| 1472 'browser/web_contents/web_contents_view_android.cc', | 1474 'browser/web_contents/web_contents_view_android.cc', |
| 1473 'browser/web_contents/web_contents_view_android.h', | 1475 'browser/web_contents/web_contents_view_android.h', |
| 1474 'browser/web_contents/web_contents_view_aura.cc', | 1476 'browser/web_contents/web_contents_view_aura.cc', |
| 1475 'browser/web_contents/web_contents_view_aura.h', | 1477 'browser/web_contents/web_contents_view_aura.h', |
| 1476 'browser/web_contents/web_contents_view_guest.cc', | 1478 'browser/web_contents/web_contents_view_guest.cc', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 ['use_aura==1', { | 1966 ['use_aura==1', { |
| 1965 'dependencies': [ | 1967 'dependencies': [ |
| 1966 '../ui/aura/aura.gyp:aura', | 1968 '../ui/aura/aura.gyp:aura', |
| 1967 '../ui/aura_extra/aura_extra.gyp:aura_extra', | 1969 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
| 1968 '../ui/strings/ui_strings.gyp:ui_strings', | 1970 '../ui/strings/ui_strings.gyp:ui_strings', |
| 1969 ], | 1971 ], |
| 1970 }, { | 1972 }, { |
| 1971 'sources/': [ | 1973 'sources/': [ |
| 1972 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], | 1974 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], |
| 1973 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1975 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
| 1974 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], | 1976 ['exclude', '^browser/web_contents/aura/touch_selection_controller_clien
t_aura.cc'], |
| 1975 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], | 1977 ['exclude', '^browser/web_contents/aura/touch_selection_controller_clien
t_aura.h'], |
| 1976 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], | 1978 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], |
| 1977 ['exclude', '^browser/renderer_host/ui_events_helper.h'], | 1979 ['exclude', '^browser/renderer_host/ui_events_helper.h'], |
| 1978 ], | 1980 ], |
| 1979 }], | 1981 }], |
| 1980 ['enable_plugins==1', { | 1982 ['enable_plugins==1', { |
| 1981 'dependencies': [ | 1983 'dependencies': [ |
| 1982 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1984 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1983 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1985 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1984 ], | 1986 ], |
| 1985 'sources': [ | 1987 'sources': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2028 'browser/media/media_web_contents_observer.h', | 2030 'browser/media/media_web_contents_observer.h', |
| 2029 ], | 2031 ], |
| 2030 }], | 2032 }], |
| 2031 ['OS == "linux" and use_openssl==1', { | 2033 ['OS == "linux" and use_openssl==1', { |
| 2032 'dependencies': [ | 2034 'dependencies': [ |
| 2033 '../third_party/boringssl/boringssl.gyp:boringssl', | 2035 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2034 ], | 2036 ], |
| 2035 }], | 2037 }], |
| 2036 ], | 2038 ], |
| 2037 } | 2039 } |
| OLD | NEW |