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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 'browser/power_profiler/power_profiler_service.h', | 939 'browser/power_profiler/power_profiler_service.h', |
940 'browser/power_save_blocker_android.cc', | 940 'browser/power_save_blocker_android.cc', |
941 'browser/power_save_blocker_android.h', | 941 'browser/power_save_blocker_android.h', |
942 'browser/power_save_blocker_chromeos.cc', | 942 'browser/power_save_blocker_chromeos.cc', |
943 'browser/power_save_blocker_impl.cc', | 943 'browser/power_save_blocker_impl.cc', |
944 'browser/power_save_blocker_impl.h', | 944 'browser/power_save_blocker_impl.h', |
945 'browser/power_save_blocker_mac.cc', | 945 'browser/power_save_blocker_mac.cc', |
946 'browser/power_save_blocker_ozone.cc', | 946 'browser/power_save_blocker_ozone.cc', |
947 'browser/power_save_blocker_win.cc', | 947 'browser/power_save_blocker_win.cc', |
948 'browser/power_save_blocker_x11.cc', | 948 'browser/power_save_blocker_x11.cc', |
| 949 'browser/power_usage_monitor_impl.cc', |
| 950 'browser/power_usage_monitor_impl.h', |
949 'browser/profiler_controller_impl.cc', | 951 'browser/profiler_controller_impl.cc', |
950 'browser/profiler_controller_impl.h', | 952 'browser/profiler_controller_impl.h', |
951 'browser/profiler_message_filter.cc', | 953 'browser/profiler_message_filter.cc', |
952 'browser/profiler_message_filter.h', | 954 'browser/profiler_message_filter.h', |
953 'browser/push_messaging_message_filter.cc', | 955 'browser/push_messaging_message_filter.cc', |
954 'browser/push_messaging_message_filter.h', | 956 'browser/push_messaging_message_filter.h', |
955 'browser/push_messaging_router.cc', | 957 'browser/push_messaging_router.cc', |
956 'browser/push_messaging_router.h', | 958 'browser/push_messaging_router.h', |
957 'browser/quota_dispatcher_host.cc', | 959 'browser/quota_dispatcher_host.cc', |
958 'browser/quota_dispatcher_host.h', | 960 'browser/quota_dispatcher_host.h', |
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1922 'sources': [ | 1924 'sources': [ |
1923 'browser/media/cdm/browser_cdm_manager.cc', | 1925 'browser/media/cdm/browser_cdm_manager.cc', |
1924 'browser/media/cdm/browser_cdm_manager.h', | 1926 'browser/media/cdm/browser_cdm_manager.h', |
1925 # This works on Android because enable_browser_cdms==1 on Android. | 1927 # This works on Android because enable_browser_cdms==1 on Android. |
1926 'browser/media/media_web_contents_observer.cc', | 1928 'browser/media/media_web_contents_observer.cc', |
1927 'browser/media/media_web_contents_observer.h', | 1929 'browser/media/media_web_contents_observer.h', |
1928 ], | 1930 ], |
1929 }], | 1931 }], |
1930 ], | 1932 ], |
1931 } | 1933 } |
OLD | NEW |