| 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 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 'browser/renderer_host/dip_util.h', | 1140 'browser/renderer_host/dip_util.h', |
| 1141 'browser/renderer_host/event_with_latency_info.h', | 1141 'browser/renderer_host/event_with_latency_info.h', |
| 1142 'browser/renderer_host/file_utilities_message_filter.cc', | 1142 'browser/renderer_host/file_utilities_message_filter.cc', |
| 1143 'browser/renderer_host/file_utilities_message_filter.h', | 1143 'browser/renderer_host/file_utilities_message_filter.h', |
| 1144 'browser/renderer_host/font_utils_linux.cc', | 1144 'browser/renderer_host/font_utils_linux.cc', |
| 1145 'browser/renderer_host/font_utils_linux.h', | 1145 'browser/renderer_host/font_utils_linux.h', |
| 1146 'browser/renderer_host/frame_metadata_util.cc', | 1146 'browser/renderer_host/frame_metadata_util.cc', |
| 1147 'browser/renderer_host/frame_metadata_util.h', | 1147 'browser/renderer_host/frame_metadata_util.h', |
| 1148 'browser/renderer_host/gamepad_browser_message_filter.cc', | 1148 'browser/renderer_host/gamepad_browser_message_filter.cc', |
| 1149 'browser/renderer_host/gamepad_browser_message_filter.h', | 1149 'browser/renderer_host/gamepad_browser_message_filter.h', |
| 1150 'browser/renderer_host/gpu_jpeg_decoder.cc', |
| 1151 'browser/renderer_host/gpu_jpeg_decoder.h', |
| 1150 'browser/renderer_host/gpu_message_filter.cc', | 1152 'browser/renderer_host/gpu_message_filter.cc', |
| 1151 'browser/renderer_host/gpu_message_filter.h', | 1153 'browser/renderer_host/gpu_message_filter.h', |
| 1152 'browser/renderer_host/ime_adapter_android.cc', | 1154 'browser/renderer_host/ime_adapter_android.cc', |
| 1153 'browser/renderer_host/ime_adapter_android.h', | 1155 'browser/renderer_host/ime_adapter_android.h', |
| 1154 'browser/renderer_host/input/gesture_event_queue.cc', | 1156 'browser/renderer_host/input/gesture_event_queue.cc', |
| 1155 'browser/renderer_host/input/gesture_event_queue.h', | 1157 'browser/renderer_host/input/gesture_event_queue.h', |
| 1156 'browser/renderer_host/input/input_ack_handler.h', | 1158 'browser/renderer_host/input/input_ack_handler.h', |
| 1157 'browser/renderer_host/input/input_router.h', | 1159 'browser/renderer_host/input/input_router.h', |
| 1158 'browser/renderer_host/input/input_router_client.h', | 1160 'browser/renderer_host/input/input_router_client.h', |
| 1159 'browser/renderer_host/input/input_router_config_helper.cc', | 1161 'browser/renderer_host/input/input_router_config_helper.cc', |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2093 'browser/media/media_web_contents_observer.h', | 2095 'browser/media/media_web_contents_observer.h', |
| 2094 ], | 2096 ], |
| 2095 }], | 2097 }], |
| 2096 ['OS == "linux" and use_openssl==1', { | 2098 ['OS == "linux" and use_openssl==1', { |
| 2097 'dependencies': [ | 2099 'dependencies': [ |
| 2098 '../third_party/boringssl/boringssl.gyp:boringssl', | 2100 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2099 ], | 2101 ], |
| 2100 }], | 2102 }], |
| 2101 ], | 2103 ], |
| 2102 } | 2104 } |
| OLD | NEW |