| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_delegate.h', | 194 'public/browser/screen_orientation_delegate.h', |
| 195 'public/browser/screen_orientation_provider.cc', | 195 'public/browser/screen_orientation_provider.cc', |
| 196 'public/browser/screen_orientation_provider.h', | 196 'public/browser/screen_orientation_provider.h', |
| 197 'public/browser/service_worker_context.cc', |
| 197 'public/browser/service_worker_context.h', | 198 'public/browser/service_worker_context.h', |
| 198 'public/browser/service_worker_usage_info.cc', | 199 'public/browser/service_worker_usage_info.cc', |
| 199 'public/browser/service_worker_usage_info.h', | 200 'public/browser/service_worker_usage_info.h', |
| 200 'public/browser/session_storage_namespace.h', | 201 'public/browser/session_storage_namespace.h', |
| 201 'public/browser/session_storage_usage_info.h', | 202 'public/browser/session_storage_usage_info.h', |
| 202 'public/browser/signed_certificate_timestamp_store.h', | 203 'public/browser/signed_certificate_timestamp_store.h', |
| 203 'public/browser/site_instance.h', | 204 'public/browser/site_instance.h', |
| 204 'public/browser/speech_recognition_event_listener.h', | 205 'public/browser/speech_recognition_event_listener.h', |
| 205 'public/browser/speech_recognition_manager.h', | 206 'public/browser/speech_recognition_manager.h', |
| 206 'public/browser/speech_recognition_manager_delegate.h', | 207 'public/browser/speech_recognition_manager_delegate.h', |
| (...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 'sources': [ | 1926 'sources': [ |
| 1926 'browser/media/cdm/browser_cdm_manager.cc', | 1927 'browser/media/cdm/browser_cdm_manager.cc', |
| 1927 'browser/media/cdm/browser_cdm_manager.h', | 1928 'browser/media/cdm/browser_cdm_manager.h', |
| 1928 # This works on Android because enable_browser_cdms==1 on Android. | 1929 # This works on Android because enable_browser_cdms==1 on Android. |
| 1929 'browser/media/media_web_contents_observer.cc', | 1930 'browser/media/media_web_contents_observer.cc', |
| 1930 'browser/media/media_web_contents_observer.h', | 1931 'browser/media/media_web_contents_observer.h', |
| 1931 ], | 1932 ], |
| 1932 }], | 1933 }], |
| 1933 ], | 1934 ], |
| 1934 } | 1935 } |
| OLD | NEW |