| 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 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1079 'browser/renderer_host/input/input_router.h', | 1079 'browser/renderer_host/input/input_router.h', |
| 1080 'browser/renderer_host/input/input_router_client.h', | 1080 'browser/renderer_host/input/input_router_client.h', |
| 1081 'browser/renderer_host/input/input_router_config_helper.cc', | 1081 'browser/renderer_host/input/input_router_config_helper.cc', |
| 1082 'browser/renderer_host/input/input_router_config_helper.h', | 1082 'browser/renderer_host/input/input_router_config_helper.h', |
| 1083 'browser/renderer_host/input/input_router_impl.cc', | 1083 'browser/renderer_host/input/input_router_impl.cc', |
| 1084 'browser/renderer_host/input/input_router_impl.h', | 1084 'browser/renderer_host/input/input_router_impl.h', |
| 1085 'browser/renderer_host/input/motion_event_android.cc', | 1085 'browser/renderer_host/input/motion_event_android.cc', |
| 1086 'browser/renderer_host/input/motion_event_android.h', | 1086 'browser/renderer_host/input/motion_event_android.h', |
| 1087 'browser/renderer_host/input/motion_event_web.cc', | 1087 'browser/renderer_host/input/motion_event_web.cc', |
| 1088 'browser/renderer_host/input/motion_event_web.h', | 1088 'browser/renderer_host/input/motion_event_web.h', |
| 1089 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.cc', |
| 1090 'browser/renderer_host/input/mouse_wheel_rails_filter_mac.h', |
| 1089 'browser/renderer_host/input/stylus_text_selector.cc', | 1091 'browser/renderer_host/input/stylus_text_selector.cc', |
| 1090 'browser/renderer_host/input/stylus_text_selector.h', | 1092 'browser/renderer_host/input/stylus_text_selector.h', |
| 1091 'browser/renderer_host/input/synthetic_gesture.cc', | 1093 'browser/renderer_host/input/synthetic_gesture.cc', |
| 1092 'browser/renderer_host/input/synthetic_gesture.h', | 1094 'browser/renderer_host/input/synthetic_gesture.h', |
| 1093 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 1095 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
| 1094 'browser/renderer_host/input/synthetic_gesture_controller.h', | 1096 'browser/renderer_host/input/synthetic_gesture_controller.h', |
| 1095 'browser/renderer_host/input/synthetic_gesture_target.h', | 1097 'browser/renderer_host/input/synthetic_gesture_target.h', |
| 1096 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 1098 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
| 1097 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 1099 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
| 1098 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', | 1100 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2006 'browser/media/media_web_contents_observer.h', | 2008 'browser/media/media_web_contents_observer.h', |
| 2007 ], | 2009 ], |
| 2008 }], | 2010 }], |
| 2009 ['OS == "linux" and use_openssl==1', { | 2011 ['OS == "linux" and use_openssl==1', { |
| 2010 'dependencies': [ | 2012 'dependencies': [ |
| 2011 '../third_party/boringssl/boringssl.gyp:boringssl', | 2013 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2012 ], | 2014 ], |
| 2013 }], | 2015 }], |
| 2014 ], | 2016 ], |
| 2015 } | 2017 } |
| OLD | NEW |