| 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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 'browser/renderer_host/display_link_mac.h', | 1093 'browser/renderer_host/display_link_mac.h', |
| 1094 'browser/renderer_host/event_with_latency_info.h', | 1094 'browser/renderer_host/event_with_latency_info.h', |
| 1095 'browser/renderer_host/file_utilities_message_filter.cc', | 1095 'browser/renderer_host/file_utilities_message_filter.cc', |
| 1096 'browser/renderer_host/file_utilities_message_filter.h', | 1096 'browser/renderer_host/file_utilities_message_filter.h', |
| 1097 'browser/renderer_host/font_utils_linux.cc', | 1097 'browser/renderer_host/font_utils_linux.cc', |
| 1098 'browser/renderer_host/font_utils_linux.h', | 1098 'browser/renderer_host/font_utils_linux.h', |
| 1099 'browser/renderer_host/frame_metadata_util.cc', | 1099 'browser/renderer_host/frame_metadata_util.cc', |
| 1100 'browser/renderer_host/frame_metadata_util.h', | 1100 'browser/renderer_host/frame_metadata_util.h', |
| 1101 'browser/renderer_host/gamepad_browser_message_filter.cc', | 1101 'browser/renderer_host/gamepad_browser_message_filter.cc', |
| 1102 'browser/renderer_host/gamepad_browser_message_filter.h', | 1102 'browser/renderer_host/gamepad_browser_message_filter.h', |
| 1103 'browser/renderer_host/gpu_jpeg_decode_accelerator_adapter.cc', |
| 1104 'browser/renderer_host/gpu_jpeg_decode_accelerator_adapter.h', |
| 1103 'browser/renderer_host/gpu_message_filter.cc', | 1105 'browser/renderer_host/gpu_message_filter.cc', |
| 1104 'browser/renderer_host/gpu_message_filter.h', | 1106 'browser/renderer_host/gpu_message_filter.h', |
| 1105 'browser/renderer_host/ime_adapter_android.cc', | 1107 'browser/renderer_host/ime_adapter_android.cc', |
| 1106 'browser/renderer_host/ime_adapter_android.h', | 1108 'browser/renderer_host/ime_adapter_android.h', |
| 1107 'browser/renderer_host/input/gesture_event_queue.cc', | 1109 'browser/renderer_host/input/gesture_event_queue.cc', |
| 1108 'browser/renderer_host/input/gesture_event_queue.h', | 1110 'browser/renderer_host/input/gesture_event_queue.h', |
| 1109 'browser/renderer_host/input/input_ack_handler.h', | 1111 'browser/renderer_host/input/input_ack_handler.h', |
| 1110 'browser/renderer_host/input/input_router.h', | 1112 'browser/renderer_host/input/input_router.h', |
| 1111 'browser/renderer_host/input/input_router_client.h', | 1113 'browser/renderer_host/input/input_router_client.h', |
| 1112 'browser/renderer_host/input/input_router_config_helper.cc', | 1114 'browser/renderer_host/input/input_router_config_helper.cc', |
| (...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2031 'browser/media/media_web_contents_observer.h', | 2033 'browser/media/media_web_contents_observer.h', |
| 2032 ], | 2034 ], |
| 2033 }], | 2035 }], |
| 2034 ['OS == "linux" and use_openssl==1', { | 2036 ['OS == "linux" and use_openssl==1', { |
| 2035 'dependencies': [ | 2037 'dependencies': [ |
| 2036 '../third_party/boringssl/boringssl.gyp:boringssl', | 2038 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2037 ], | 2039 ], |
| 2038 }], | 2040 }], |
| 2039 ], | 2041 ], |
| 2040 } | 2042 } |
| OLD | NEW |