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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1145 'browser/renderer_host/webmenurunner_mac.h', | 1145 'browser/renderer_host/webmenurunner_mac.h', |
1146 'browser/renderer_host/webmenurunner_mac.mm', | 1146 'browser/renderer_host/webmenurunner_mac.mm', |
1147 'browser/renderer_host/websocket_dispatcher_host.cc', | 1147 'browser/renderer_host/websocket_dispatcher_host.cc', |
1148 'browser/renderer_host/websocket_dispatcher_host.h', | 1148 'browser/renderer_host/websocket_dispatcher_host.h', |
1149 'browser/renderer_host/websocket_host.cc', | 1149 'browser/renderer_host/websocket_host.cc', |
1150 'browser/renderer_host/websocket_host.h', | 1150 'browser/renderer_host/websocket_host.h', |
1151 'browser/resolve_proxy_msg_helper.cc', | 1151 'browser/resolve_proxy_msg_helper.cc', |
1152 'browser/resolve_proxy_msg_helper.h', | 1152 'browser/resolve_proxy_msg_helper.h', |
1153 'browser/resource_context_impl.cc', | 1153 'browser/resource_context_impl.cc', |
1154 'browser/resource_context_impl.h', | 1154 'browser/resource_context_impl.h', |
| 1155 'browser/resource_protocol.cc', |
| 1156 'browser/resource_protocol.h', |
1155 'browser/safe_util_win.cc', | 1157 'browser/safe_util_win.cc', |
1156 'browser/safe_util_win.h', | 1158 'browser/safe_util_win.h', |
1157 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1159 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
1158 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1160 'browser/screen_orientation/screen_orientation_delegate_android.h', |
1159 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1161 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
1160 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1162 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
1161 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1163 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
1162 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1164 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
1163 'browser/service_worker/embedded_worker_instance.cc', | 1165 'browser/service_worker/embedded_worker_instance.cc', |
1164 'browser/service_worker/embedded_worker_instance.h', | 1166 'browser/service_worker/embedded_worker_instance.h', |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'sources': [ | 1929 'sources': [ |
1928 'browser/media/cdm/browser_cdm_manager.cc', | 1930 'browser/media/cdm/browser_cdm_manager.cc', |
1929 'browser/media/cdm/browser_cdm_manager.h', | 1931 'browser/media/cdm/browser_cdm_manager.h', |
1930 # This works on Android because enable_browser_cdms==1 on Android. | 1932 # This works on Android because enable_browser_cdms==1 on Android. |
1931 'browser/media/media_web_contents_observer.cc', | 1933 'browser/media/media_web_contents_observer.cc', |
1932 'browser/media/media_web_contents_observer.h', | 1934 'browser/media/media_web_contents_observer.h', |
1933 ], | 1935 ], |
1934 }], | 1936 }], |
1935 ], | 1937 ], |
1936 } | 1938 } |
OLD | NEW |