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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 'browser/renderer_host/display_link_mac.h', | 1123 'browser/renderer_host/display_link_mac.h', |
1124 'browser/renderer_host/event_with_latency_info.h', | 1124 'browser/renderer_host/event_with_latency_info.h', |
1125 'browser/renderer_host/file_utilities_message_filter.cc', | 1125 'browser/renderer_host/file_utilities_message_filter.cc', |
1126 'browser/renderer_host/file_utilities_message_filter.h', | 1126 'browser/renderer_host/file_utilities_message_filter.h', |
1127 'browser/renderer_host/font_utils_linux.cc', | 1127 'browser/renderer_host/font_utils_linux.cc', |
1128 'browser/renderer_host/font_utils_linux.h', | 1128 'browser/renderer_host/font_utils_linux.h', |
1129 'browser/renderer_host/frame_metadata_util.cc', | 1129 'browser/renderer_host/frame_metadata_util.cc', |
1130 'browser/renderer_host/frame_metadata_util.h', | 1130 'browser/renderer_host/frame_metadata_util.h', |
1131 'browser/renderer_host/gamepad_browser_message_filter.cc', | 1131 'browser/renderer_host/gamepad_browser_message_filter.cc', |
1132 'browser/renderer_host/gamepad_browser_message_filter.h', | 1132 'browser/renderer_host/gamepad_browser_message_filter.h', |
| 1133 'browser/renderer_host/gpu_jpeg_decoder.cc', |
| 1134 'browser/renderer_host/gpu_jpeg_decoder.h', |
1133 'browser/renderer_host/gpu_message_filter.cc', | 1135 'browser/renderer_host/gpu_message_filter.cc', |
1134 'browser/renderer_host/gpu_message_filter.h', | 1136 'browser/renderer_host/gpu_message_filter.h', |
1135 'browser/renderer_host/ime_adapter_android.cc', | 1137 'browser/renderer_host/ime_adapter_android.cc', |
1136 'browser/renderer_host/ime_adapter_android.h', | 1138 'browser/renderer_host/ime_adapter_android.h', |
1137 'browser/renderer_host/input/gesture_event_queue.cc', | 1139 'browser/renderer_host/input/gesture_event_queue.cc', |
1138 'browser/renderer_host/input/gesture_event_queue.h', | 1140 'browser/renderer_host/input/gesture_event_queue.h', |
1139 'browser/renderer_host/input/input_ack_handler.h', | 1141 'browser/renderer_host/input/input_ack_handler.h', |
1140 'browser/renderer_host/input/input_router.h', | 1142 'browser/renderer_host/input/input_router.h', |
1141 'browser/renderer_host/input/input_router_client.h', | 1143 'browser/renderer_host/input/input_router_client.h', |
1142 'browser/renderer_host/input/input_router_config_helper.cc', | 1144 'browser/renderer_host/input/input_router_config_helper.cc', |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2076 'browser/media/media_web_contents_observer.h', | 2078 'browser/media/media_web_contents_observer.h', |
2077 ], | 2079 ], |
2078 }], | 2080 }], |
2079 ['OS == "linux" and use_openssl==1', { | 2081 ['OS == "linux" and use_openssl==1', { |
2080 'dependencies': [ | 2082 'dependencies': [ |
2081 '../third_party/boringssl/boringssl.gyp:boringssl', | 2083 '../third_party/boringssl/boringssl.gyp:boringssl', |
2082 ], | 2084 ], |
2083 }], | 2085 }], |
2084 ], | 2086 ], |
2085 } | 2087 } |
OLD | NEW |