| 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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'public/browser/resource_dispatcher_host.h', | 184 'public/browser/resource_dispatcher_host.h', |
| 185 'public/browser/resource_dispatcher_host_delegate.cc', | 185 'public/browser/resource_dispatcher_host_delegate.cc', |
| 186 'public/browser/resource_dispatcher_host_delegate.h', | 186 'public/browser/resource_dispatcher_host_delegate.h', |
| 187 'public/browser/resource_dispatcher_host_login_delegate.h', | 187 'public/browser/resource_dispatcher_host_login_delegate.h', |
| 188 'public/browser/resource_request_details.cc', | 188 'public/browser/resource_request_details.cc', |
| 189 'public/browser/resource_request_details.h', | 189 'public/browser/resource_request_details.h', |
| 190 'public/browser/resource_request_info.h', | 190 'public/browser/resource_request_info.h', |
| 191 'public/browser/resource_throttle.h', | 191 'public/browser/resource_throttle.h', |
| 192 'public/browser/save_page_type.h', | 192 'public/browser/save_page_type.h', |
| 193 'public/browser/screen_orientation_dispatcher_host.h', | 193 'public/browser/screen_orientation_dispatcher_host.h', |
| 194 'public/browser/screen_orientation_provider.cc', |
| 194 'public/browser/screen_orientation_provider.h', | 195 'public/browser/screen_orientation_provider.h', |
| 196 'public/browser/screen_orientation_provider_factory.h', |
| 195 'public/browser/service_worker_context.h', | 197 'public/browser/service_worker_context.h', |
| 196 'public/browser/service_worker_usage_info.cc', | 198 'public/browser/service_worker_usage_info.cc', |
| 197 'public/browser/service_worker_usage_info.h', | 199 'public/browser/service_worker_usage_info.h', |
| 198 'public/browser/session_storage_namespace.h', | 200 'public/browser/session_storage_namespace.h', |
| 199 'public/browser/session_storage_usage_info.h', | 201 'public/browser/session_storage_usage_info.h', |
| 200 'public/browser/signed_certificate_timestamp_store.h', | 202 'public/browser/signed_certificate_timestamp_store.h', |
| 201 'public/browser/site_instance.h', | 203 'public/browser/site_instance.h', |
| 202 'public/browser/speech_recognition_event_listener.h', | 204 'public/browser/speech_recognition_event_listener.h', |
| 203 'public/browser/speech_recognition_manager.h', | 205 'public/browser/speech_recognition_manager.h', |
| 204 'public/browser/speech_recognition_manager_delegate.h', | 206 'public/browser/speech_recognition_manager_delegate.h', |
| (...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1875 'sources': [ | 1877 'sources': [ |
| 1876 'browser/media/cdm/browser_cdm_manager.cc', | 1878 'browser/media/cdm/browser_cdm_manager.cc', |
| 1877 'browser/media/cdm/browser_cdm_manager.h', | 1879 'browser/media/cdm/browser_cdm_manager.h', |
| 1878 # This works on Android because enable_browser_cdms==1 on Android. | 1880 # This works on Android because enable_browser_cdms==1 on Android. |
| 1879 'browser/media/media_web_contents_observer.cc', | 1881 'browser/media/media_web_contents_observer.cc', |
| 1880 'browser/media/media_web_contents_observer.h', | 1882 'browser/media/media_web_contents_observer.h', |
| 1881 ], | 1883 ], |
| 1882 }], | 1884 }], |
| 1883 ], | 1885 ], |
| 1884 } | 1886 } |
| OLD | NEW |