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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1080 'browser/renderer_host/input/synthetic_gesture_controller.h', | 1080 'browser/renderer_host/input/synthetic_gesture_controller.h', |
1081 'browser/renderer_host/input/synthetic_gesture_target.h', | 1081 'browser/renderer_host/input/synthetic_gesture_target.h', |
1082 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 1082 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
1083 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 1083 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
1084 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', | 1084 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
1085 'browser/renderer_host/input/synthetic_gesture_target_aura.h', | 1085 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
1086 'browser/renderer_host/input/synthetic_gesture_target_base.cc', | 1086 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
1087 'browser/renderer_host/input/synthetic_gesture_target_base.h', | 1087 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
1088 'browser/renderer_host/input/synthetic_pinch_gesture.cc', | 1088 'browser/renderer_host/input/synthetic_pinch_gesture.cc', |
1089 'browser/renderer_host/input/synthetic_pinch_gesture.h', | 1089 'browser/renderer_host/input/synthetic_pinch_gesture.h', |
| 1090 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc', |
| 1091 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h', |
| 1092 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc', |
| 1093 'browser/renderer_host/input/synthetic_smooth_move_gesture.h', |
1090 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', | 1094 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', |
1091 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', | 1095 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', |
1092 'browser/renderer_host/input/synthetic_tap_gesture.cc', | 1096 'browser/renderer_host/input/synthetic_tap_gesture.cc', |
1093 'browser/renderer_host/input/synthetic_tap_gesture.h', | 1097 'browser/renderer_host/input/synthetic_tap_gesture.h', |
1094 'browser/renderer_host/input/tap_suppression_controller.cc', | 1098 'browser/renderer_host/input/tap_suppression_controller.cc', |
1095 'browser/renderer_host/input/tap_suppression_controller.h', | 1099 'browser/renderer_host/input/tap_suppression_controller.h', |
1096 'browser/renderer_host/input/tap_suppression_controller_client.h', | 1100 'browser/renderer_host/input/tap_suppression_controller_client.h', |
1097 'browser/renderer_host/input/timeout_monitor.cc', | 1101 'browser/renderer_host/input/timeout_monitor.cc', |
1098 'browser/renderer_host/input/timeout_monitor.h', | 1102 'browser/renderer_host/input/timeout_monitor.h', |
1099 'browser/renderer_host/input/touch_action_filter.cc', | 1103 'browser/renderer_host/input/touch_action_filter.cc', |
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1968 'browser/media/media_web_contents_observer.h', | 1972 'browser/media/media_web_contents_observer.h', |
1969 ], | 1973 ], |
1970 }], | 1974 }], |
1971 ['OS == "linux" and use_openssl==1', { | 1975 ['OS == "linux" and use_openssl==1', { |
1972 'dependencies': [ | 1976 'dependencies': [ |
1973 '../third_party/boringssl/boringssl.gyp:boringssl', | 1977 '../third_party/boringssl/boringssl.gyp:boringssl', |
1974 ], | 1978 ], |
1975 }], | 1979 }], |
1976 ], | 1980 ], |
1977 } | 1981 } |
OLD | NEW |