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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 'browser/renderer_host/webmenurunner_mac.h', | 1155 'browser/renderer_host/webmenurunner_mac.h', |
1156 'browser/renderer_host/webmenurunner_mac.mm', | 1156 'browser/renderer_host/webmenurunner_mac.mm', |
1157 'browser/renderer_host/websocket_dispatcher_host.cc', | 1157 'browser/renderer_host/websocket_dispatcher_host.cc', |
1158 'browser/renderer_host/websocket_dispatcher_host.h', | 1158 'browser/renderer_host/websocket_dispatcher_host.h', |
1159 'browser/renderer_host/websocket_host.cc', | 1159 'browser/renderer_host/websocket_host.cc', |
1160 'browser/renderer_host/websocket_host.h', | 1160 'browser/renderer_host/websocket_host.h', |
1161 'browser/resolve_proxy_msg_helper.cc', | 1161 'browser/resolve_proxy_msg_helper.cc', |
1162 'browser/resolve_proxy_msg_helper.h', | 1162 'browser/resolve_proxy_msg_helper.h', |
1163 'browser/resource_context_impl.cc', | 1163 'browser/resource_context_impl.cc', |
1164 'browser/resource_context_impl.h', | 1164 'browser/resource_context_impl.h', |
| 1165 'browser/resource_protocol_handler.cc', |
| 1166 'browser/resource_protocol_handler.h', |
1165 'browser/safe_util_win.cc', | 1167 'browser/safe_util_win.cc', |
1166 'browser/safe_util_win.h', | 1168 'browser/safe_util_win.h', |
1167 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1169 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
1168 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1170 'browser/screen_orientation/screen_orientation_delegate_android.h', |
1169 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1171 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
1170 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1172 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
1171 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1173 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
1172 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1174 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
1173 'browser/service_worker/embedded_worker_instance.cc', | 1175 'browser/service_worker/embedded_worker_instance.cc', |
1174 'browser/service_worker/embedded_worker_instance.h', | 1176 'browser/service_worker/embedded_worker_instance.h', |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1937 'sources': [ | 1939 'sources': [ |
1938 'browser/media/cdm/browser_cdm_manager.cc', | 1940 'browser/media/cdm/browser_cdm_manager.cc', |
1939 'browser/media/cdm/browser_cdm_manager.h', | 1941 'browser/media/cdm/browser_cdm_manager.h', |
1940 # This works on Android because enable_browser_cdms==1 on Android. | 1942 # This works on Android because enable_browser_cdms==1 on Android. |
1941 'browser/media/media_web_contents_observer.cc', | 1943 'browser/media/media_web_contents_observer.cc', |
1942 'browser/media/media_web_contents_observer.h', | 1944 'browser/media/media_web_contents_observer.h', |
1943 ], | 1945 ], |
1944 }], | 1946 }], |
1945 ], | 1947 ], |
1946 } | 1948 } |
OLD | NEW |