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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 'browser/power_profiler/power_profiler_service.h', | 899 'browser/power_profiler/power_profiler_service.h', |
900 'browser/power_save_blocker_android.cc', | 900 'browser/power_save_blocker_android.cc', |
901 'browser/power_save_blocker_android.h', | 901 'browser/power_save_blocker_android.h', |
902 'browser/power_save_blocker_chromeos.cc', | 902 'browser/power_save_blocker_chromeos.cc', |
903 'browser/power_save_blocker_impl.cc', | 903 'browser/power_save_blocker_impl.cc', |
904 'browser/power_save_blocker_impl.h', | 904 'browser/power_save_blocker_impl.h', |
905 'browser/power_save_blocker_mac.cc', | 905 'browser/power_save_blocker_mac.cc', |
906 'browser/power_save_blocker_ozone.cc', | 906 'browser/power_save_blocker_ozone.cc', |
907 'browser/power_save_blocker_win.cc', | 907 'browser/power_save_blocker_win.cc', |
908 'browser/power_save_blocker_x11.cc', | 908 'browser/power_save_blocker_x11.cc', |
| 909 'browser/power_usage_monitor_impl.cc', |
| 910 'browser/power_usage_monitor_impl.h', |
909 'browser/profiler_controller_impl.cc', | 911 'browser/profiler_controller_impl.cc', |
910 'browser/profiler_controller_impl.h', | 912 'browser/profiler_controller_impl.h', |
911 'browser/profiler_message_filter.cc', | 913 'browser/profiler_message_filter.cc', |
912 'browser/profiler_message_filter.h', | 914 'browser/profiler_message_filter.h', |
913 'browser/push_messaging_message_filter.cc', | 915 'browser/push_messaging_message_filter.cc', |
914 'browser/push_messaging_message_filter.h', | 916 'browser/push_messaging_message_filter.h', |
915 'browser/push_messaging_router.cc', | 917 'browser/push_messaging_router.cc', |
916 'browser/push_messaging_router.h', | 918 'browser/push_messaging_router.h', |
917 'browser/quota_dispatcher_host.cc', | 919 'browser/quota_dispatcher_host.cc', |
918 'browser/quota_dispatcher_host.h', | 920 'browser/quota_dispatcher_host.h', |
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1883 'sources': [ | 1885 'sources': [ |
1884 'browser/media/cdm/browser_cdm_manager.cc', | 1886 'browser/media/cdm/browser_cdm_manager.cc', |
1885 'browser/media/cdm/browser_cdm_manager.h', | 1887 'browser/media/cdm/browser_cdm_manager.h', |
1886 # This works on Android because enable_browser_cdms==1 on Android. | 1888 # This works on Android because enable_browser_cdms==1 on Android. |
1887 'browser/media/media_web_contents_observer.cc', | 1889 'browser/media/media_web_contents_observer.cc', |
1888 'browser/media/media_web_contents_observer.h', | 1890 'browser/media/media_web_contents_observer.h', |
1889 ], | 1891 ], |
1890 }], | 1892 }], |
1891 ], | 1893 ], |
1892 } | 1894 } |
OLD | NEW |