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