| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'public/browser/resource_dispatcher_host_login_delegate.h', | 189 'public/browser/resource_dispatcher_host_login_delegate.h', |
| 190 'public/browser/resource_request_details.cc', | 190 'public/browser/resource_request_details.cc', |
| 191 'public/browser/resource_request_details.h', | 191 'public/browser/resource_request_details.h', |
| 192 'public/browser/resource_request_info.h', | 192 'public/browser/resource_request_info.h', |
| 193 'public/browser/resource_throttle.h', | 193 'public/browser/resource_throttle.h', |
| 194 'public/browser/save_page_type.h', | 194 'public/browser/save_page_type.h', |
| 195 'public/browser/screen_orientation_dispatcher_host.h', | 195 'public/browser/screen_orientation_dispatcher_host.h', |
| 196 'public/browser/screen_orientation_delegate.h', | 196 'public/browser/screen_orientation_delegate.h', |
| 197 'public/browser/screen_orientation_provider.cc', | 197 'public/browser/screen_orientation_provider.cc', |
| 198 'public/browser/screen_orientation_provider.h', | 198 'public/browser/screen_orientation_provider.h', |
| 199 'public/browser/service_worker_context.cc', |
| 199 'public/browser/service_worker_context.h', | 200 'public/browser/service_worker_context.h', |
| 200 'public/browser/service_worker_usage_info.cc', | 201 'public/browser/service_worker_usage_info.cc', |
| 201 'public/browser/service_worker_usage_info.h', | 202 'public/browser/service_worker_usage_info.h', |
| 202 'public/browser/session_storage_namespace.h', | 203 'public/browser/session_storage_namespace.h', |
| 203 'public/browser/session_storage_usage_info.h', | 204 'public/browser/session_storage_usage_info.h', |
| 204 'public/browser/signed_certificate_timestamp_store.h', | 205 'public/browser/signed_certificate_timestamp_store.h', |
| 205 'public/browser/site_instance.h', | 206 'public/browser/site_instance.h', |
| 206 'public/browser/speech_recognition_event_listener.h', | 207 'public/browser/speech_recognition_event_listener.h', |
| 207 'public/browser/speech_recognition_manager.h', | 208 'public/browser/speech_recognition_manager.h', |
| 208 'public/browser/speech_recognition_manager_delegate.h', | 209 'public/browser/speech_recognition_manager_delegate.h', |
| (...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1906 'sources': [ | 1907 'sources': [ |
| 1907 'browser/media/cdm/browser_cdm_manager.cc', | 1908 'browser/media/cdm/browser_cdm_manager.cc', |
| 1908 'browser/media/cdm/browser_cdm_manager.h', | 1909 'browser/media/cdm/browser_cdm_manager.h', |
| 1909 # This works on Android because enable_browser_cdms==1 on Android. | 1910 # This works on Android because enable_browser_cdms==1 on Android. |
| 1910 'browser/media/media_web_contents_observer.cc', | 1911 'browser/media/media_web_contents_observer.cc', |
| 1911 'browser/media/media_web_contents_observer.h', | 1912 'browser/media/media_web_contents_observer.h', |
| 1912 ], | 1913 ], |
| 1913 }], | 1914 }], |
| 1914 ], | 1915 ], |
| 1915 } | 1916 } |
| OLD | NEW |