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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 'browser/media/media_internals_ui.cc', | 854 'browser/media/media_internals_ui.cc', |
855 'browser/media/media_internals_ui.h', | 855 'browser/media/media_internals_ui.h', |
856 'browser/media/midi_dispatcher_host.cc', | 856 'browser/media/midi_dispatcher_host.cc', |
857 'browser/media/midi_dispatcher_host.h', | 857 'browser/media/midi_dispatcher_host.h', |
858 'browser/media/midi_host.cc', | 858 'browser/media/midi_host.cc', |
859 'browser/media/midi_host.h', | 859 'browser/media/midi_host.h', |
860 'browser/media/webrtc_identity_store.cc', | 860 'browser/media/webrtc_identity_store.cc', |
861 'browser/media/webrtc_identity_store.h', | 861 'browser/media/webrtc_identity_store.h', |
862 'browser/media/webrtc_identity_store_backend.cc', | 862 'browser/media/webrtc_identity_store_backend.cc', |
863 'browser/media/webrtc_identity_store_backend.h', | 863 'browser/media/webrtc_identity_store_backend.h', |
| 864 'browser/manifest/manifest_manager_host.cc', |
| 865 'browser/manifest/manifest_manager_host.h', |
864 'browser/message_port_message_filter.cc', | 866 'browser/message_port_message_filter.cc', |
865 'browser/message_port_message_filter.h', | 867 'browser/message_port_message_filter.h', |
866 'browser/message_port_service.cc', | 868 'browser/message_port_service.cc', |
867 'browser/message_port_service.h', | 869 'browser/message_port_service.h', |
868 'browser/mime_registry_message_filter.cc', | 870 'browser/mime_registry_message_filter.cc', |
869 'browser/mime_registry_message_filter.h', | 871 'browser/mime_registry_message_filter.h', |
870 'browser/mojo/mojo_application_host.cc', | 872 'browser/mojo/mojo_application_host.cc', |
871 'browser/mojo/mojo_application_host.h', | 873 'browser/mojo/mojo_application_host.h', |
872 'browser/net/browser_online_state_observer.cc', | 874 'browser/net/browser_online_state_observer.cc', |
873 'browser/net/browser_online_state_observer.h', | 875 'browser/net/browser_online_state_observer.h', |
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'sources': [ | 1871 'sources': [ |
1870 'browser/media/cdm/browser_cdm_manager.cc', | 1872 'browser/media/cdm/browser_cdm_manager.cc', |
1871 'browser/media/cdm/browser_cdm_manager.h', | 1873 'browser/media/cdm/browser_cdm_manager.h', |
1872 # This works on Android because enable_browser_cdms==1 on Android. | 1874 # This works on Android because enable_browser_cdms==1 on Android. |
1873 'browser/media/media_web_contents_observer.cc', | 1875 'browser/media/media_web_contents_observer.cc', |
1874 'browser/media/media_web_contents_observer.h', | 1876 'browser/media/media_web_contents_observer.h', |
1875 ], | 1877 ], |
1876 }], | 1878 }], |
1877 ], | 1879 ], |
1878 } | 1880 } |
OLD | NEW |