| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'public/browser/javascript_dialog_manager.h', | 137 'public/browser/javascript_dialog_manager.h', |
| 138 'public/browser/load_from_memory_cache_details.cc', | 138 'public/browser/load_from_memory_cache_details.cc', |
| 139 'public/browser/load_from_memory_cache_details.h', | 139 'public/browser/load_from_memory_cache_details.h', |
| 140 'public/browser/load_notification_details.h', | 140 'public/browser/load_notification_details.h', |
| 141 'public/browser/local_storage_usage_info.cc', | 141 'public/browser/local_storage_usage_info.cc', |
| 142 'public/browser/local_storage_usage_info.h', | 142 'public/browser/local_storage_usage_info.h', |
| 143 'public/browser/location_provider.h', | 143 'public/browser/location_provider.h', |
| 144 'public/browser/media_capture_devices.h', | 144 'public/browser/media_capture_devices.h', |
| 145 'public/browser/media_device_id.cc', | 145 'public/browser/media_device_id.cc', |
| 146 'public/browser/media_device_id.h', | 146 'public/browser/media_device_id.h', |
| 147 'public/browser/message_port_provider.h', |
| 147 'public/browser/native_web_keyboard_event.h', | 148 'public/browser/native_web_keyboard_event.h', |
| 148 'public/browser/navigation_controller.cc', | 149 'public/browser/navigation_controller.cc', |
| 149 'public/browser/navigation_controller.h', | 150 'public/browser/navigation_controller.h', |
| 150 'public/browser/navigation_details.cc', | 151 'public/browser/navigation_details.cc', |
| 151 'public/browser/navigation_details.h', | 152 'public/browser/navigation_details.h', |
| 152 'public/browser/navigation_entry.h', | 153 'public/browser/navigation_entry.h', |
| 153 'public/browser/navigation_type.h', | 154 'public/browser/navigation_type.h', |
| 154 'public/browser/notification_details.h', | 155 'public/browser/notification_details.h', |
| 155 'public/browser/notification_observer.h', | 156 'public/browser/notification_observer.h', |
| 156 'public/browser/notification_registrar.cc', | 157 'public/browser/notification_registrar.cc', |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 'browser/media/midi_host.cc', | 898 'browser/media/midi_host.cc', |
| 898 'browser/media/midi_host.h', | 899 'browser/media/midi_host.h', |
| 899 'browser/media/webrtc_identity_store.cc', | 900 'browser/media/webrtc_identity_store.cc', |
| 900 'browser/media/webrtc_identity_store.h', | 901 'browser/media/webrtc_identity_store.h', |
| 901 'browser/media/webrtc_identity_store_backend.cc', | 902 'browser/media/webrtc_identity_store_backend.cc', |
| 902 'browser/media/webrtc_identity_store_backend.h', | 903 'browser/media/webrtc_identity_store_backend.h', |
| 903 'browser/manifest/manifest_manager_host.cc', | 904 'browser/manifest/manifest_manager_host.cc', |
| 904 'browser/manifest/manifest_manager_host.h', | 905 'browser/manifest/manifest_manager_host.h', |
| 905 'browser/message_port_message_filter.cc', | 906 'browser/message_port_message_filter.cc', |
| 906 'browser/message_port_message_filter.h', | 907 'browser/message_port_message_filter.h', |
| 908 'browser/message_port_provider.cc', |
| 907 'browser/message_port_service.cc', | 909 'browser/message_port_service.cc', |
| 908 'browser/message_port_service.h', | 910 'browser/message_port_service.h', |
| 909 'browser/mime_registry_message_filter.cc', | 911 'browser/mime_registry_message_filter.cc', |
| 910 'browser/mime_registry_message_filter.h', | 912 'browser/mime_registry_message_filter.h', |
| 911 'browser/mojo/mojo_application_host.cc', | 913 'browser/mojo/mojo_application_host.cc', |
| 912 'browser/mojo/mojo_application_host.h', | 914 'browser/mojo/mojo_application_host.h', |
| 913 'browser/mojo/service_registry_android.cc', | 915 'browser/mojo/service_registry_android.cc', |
| 914 'browser/mojo/service_registry_android.h', | 916 'browser/mojo/service_registry_android.h', |
| 915 'browser/net/browser_online_state_observer.cc', | 917 'browser/net/browser_online_state_observer.cc', |
| 916 'browser/net/browser_online_state_observer.h', | 918 'browser/net/browser_online_state_observer.h', |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1928 'sources': [ | 1930 'sources': [ |
| 1929 'browser/media/cdm/browser_cdm_manager.cc', | 1931 'browser/media/cdm/browser_cdm_manager.cc', |
| 1930 'browser/media/cdm/browser_cdm_manager.h', | 1932 'browser/media/cdm/browser_cdm_manager.h', |
| 1931 # This works on Android because enable_browser_cdms==1 on Android. | 1933 # This works on Android because enable_browser_cdms==1 on Android. |
| 1932 'browser/media/media_web_contents_observer.cc', | 1934 'browser/media/media_web_contents_observer.cc', |
| 1933 'browser/media/media_web_contents_observer.h', | 1935 'browser/media/media_web_contents_observer.h', |
| 1934 ], | 1936 ], |
| 1935 }], | 1937 }], |
| 1936 ], | 1938 ], |
| 1937 } | 1939 } |
| OLD | NEW |