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/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'browser/manifest/manifest_manager_host.h', | 924 'browser/manifest/manifest_manager_host.h', |
925 'browser/message_port_message_filter.cc', | 925 'browser/message_port_message_filter.cc', |
926 'browser/message_port_message_filter.h', | 926 'browser/message_port_message_filter.h', |
927 'browser/message_port_provider.cc', | 927 'browser/message_port_provider.cc', |
928 'browser/message_port_service.cc', | 928 'browser/message_port_service.cc', |
929 'browser/message_port_service.h', | 929 'browser/message_port_service.h', |
930 'browser/mime_registry_message_filter.cc', | 930 'browser/mime_registry_message_filter.cc', |
931 'browser/mime_registry_message_filter.h', | 931 'browser/mime_registry_message_filter.h', |
932 'browser/mojo/mojo_application_host.cc', | 932 'browser/mojo/mojo_application_host.cc', |
933 'browser/mojo/mojo_application_host.h', | 933 'browser/mojo/mojo_application_host.h', |
| 934 'browser/mojo/service_registrar_android.cc', |
| 935 'browser/mojo/service_registrar_android.h', |
934 'browser/mojo/service_registry_android.cc', | 936 'browser/mojo/service_registry_android.cc', |
935 'browser/mojo/service_registry_android.h', | 937 'browser/mojo/service_registry_android.h', |
936 'browser/navigator_connect/navigator_connect_dispatcher_host.cc', | 938 'browser/navigator_connect/navigator_connect_dispatcher_host.cc', |
937 'browser/navigator_connect/navigator_connect_dispatcher_host.h', | 939 'browser/navigator_connect/navigator_connect_dispatcher_host.h', |
938 'browser/net/browser_online_state_observer.cc', | 940 'browser/net/browser_online_state_observer.cc', |
939 'browser/net/browser_online_state_observer.h', | 941 'browser/net/browser_online_state_observer.h', |
940 'browser/net/sqlite_persistent_cookie_store.cc', | 942 'browser/net/sqlite_persistent_cookie_store.cc', |
941 'browser/net/sqlite_persistent_cookie_store.h', | 943 'browser/net/sqlite_persistent_cookie_store.h', |
942 'browser/net/view_blob_internals_job_factory.cc', | 944 'browser/net/view_blob_internals_job_factory.cc', |
943 'browser/net/view_blob_internals_job_factory.h', | 945 'browser/net/view_blob_internals_job_factory.h', |
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1936 'sources': [ | 1938 'sources': [ |
1937 'browser/media/cdm/browser_cdm_manager.cc', | 1939 'browser/media/cdm/browser_cdm_manager.cc', |
1938 'browser/media/cdm/browser_cdm_manager.h', | 1940 'browser/media/cdm/browser_cdm_manager.h', |
1939 # This works on Android because enable_browser_cdms==1 on Android. | 1941 # This works on Android because enable_browser_cdms==1 on Android. |
1940 'browser/media/media_web_contents_observer.cc', | 1942 'browser/media/media_web_contents_observer.cc', |
1941 'browser/media/media_web_contents_observer.h', | 1943 'browser/media/media_web_contents_observer.h', |
1942 ], | 1944 ], |
1943 }], | 1945 }], |
1944 ], | 1946 ], |
1945 } | 1947 } |
OLD | NEW |