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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 'browser/mojo/service_registry_android.cc', | 915 'browser/mojo/service_registry_android.cc', |
916 'browser/mojo/service_registry_android.h', | 916 'browser/mojo/service_registry_android.h', |
917 'browser/net/browser_online_state_observer.cc', | 917 'browser/net/browser_online_state_observer.cc', |
918 'browser/net/browser_online_state_observer.h', | 918 'browser/net/browser_online_state_observer.h', |
919 'browser/net/sqlite_persistent_cookie_store.cc', | 919 'browser/net/sqlite_persistent_cookie_store.cc', |
920 'browser/net/sqlite_persistent_cookie_store.h', | 920 'browser/net/sqlite_persistent_cookie_store.h', |
921 'browser/net/view_blob_internals_job_factory.cc', | 921 'browser/net/view_blob_internals_job_factory.cc', |
922 'browser/net/view_blob_internals_job_factory.h', | 922 'browser/net/view_blob_internals_job_factory.h', |
923 'browser/net/view_http_cache_job_factory.cc', | 923 'browser/net/view_http_cache_job_factory.cc', |
924 'browser/net/view_http_cache_job_factory.h', | 924 'browser/net/view_http_cache_job_factory.h', |
925 'browser/notification_message_filter.cc', | 925 'browser/notifications/notification_message_filter.cc', |
926 'browser/notification_message_filter.h', | 926 'browser/notifications/notification_message_filter.h', |
| 927 'browser/notifications/page_notification_delegate.cc', |
| 928 'browser/notifications/page_notification_delegate.h', |
927 'browser/notification_service_impl.cc', | 929 'browser/notification_service_impl.cc', |
928 'browser/notification_service_impl.h', | 930 'browser/notification_service_impl.h', |
929 'browser/power_monitor_message_broadcaster.cc', | 931 'browser/power_monitor_message_broadcaster.cc', |
930 'browser/power_monitor_message_broadcaster.h', | 932 'browser/power_monitor_message_broadcaster.h', |
931 'browser/power_profiler/power_data_provider.h', | 933 'browser/power_profiler/power_data_provider.h', |
932 'browser/power_profiler/power_event.cc', | 934 'browser/power_profiler/power_event.cc', |
933 'browser/power_profiler/power_event.h', | 935 'browser/power_profiler/power_event.h', |
934 'browser/power_profiler/power_profiler_observer.h', | 936 'browser/power_profiler/power_profiler_observer.h', |
935 'browser/power_profiler/power_profiler_service.cc', | 937 'browser/power_profiler/power_profiler_service.cc', |
936 'browser/power_profiler/power_profiler_service.h', | 938 'browser/power_profiler/power_profiler_service.h', |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 'sources': [ | 1928 'sources': [ |
1927 'browser/media/cdm/browser_cdm_manager.cc', | 1929 'browser/media/cdm/browser_cdm_manager.cc', |
1928 'browser/media/cdm/browser_cdm_manager.h', | 1930 'browser/media/cdm/browser_cdm_manager.h', |
1929 # This works on Android because enable_browser_cdms==1 on Android. | 1931 # This works on Android because enable_browser_cdms==1 on Android. |
1930 'browser/media/media_web_contents_observer.cc', | 1932 'browser/media/media_web_contents_observer.cc', |
1931 'browser/media/media_web_contents_observer.h', | 1933 'browser/media/media_web_contents_observer.h', |
1932 ], | 1934 ], |
1933 }], | 1935 }], |
1934 ], | 1936 ], |
1935 } | 1937 } |
OLD | NEW |