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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'browser/power_profiler/power_profiler_service.h', | 932 'browser/power_profiler/power_profiler_service.h', |
933 'browser/power_save_blocker_android.cc', | 933 'browser/power_save_blocker_android.cc', |
934 'browser/power_save_blocker_android.h', | 934 'browser/power_save_blocker_android.h', |
935 'browser/power_save_blocker_chromeos.cc', | 935 'browser/power_save_blocker_chromeos.cc', |
936 'browser/power_save_blocker_impl.cc', | 936 'browser/power_save_blocker_impl.cc', |
937 'browser/power_save_blocker_impl.h', | 937 'browser/power_save_blocker_impl.h', |
938 'browser/power_save_blocker_mac.cc', | 938 'browser/power_save_blocker_mac.cc', |
939 'browser/power_save_blocker_ozone.cc', | 939 'browser/power_save_blocker_ozone.cc', |
940 'browser/power_save_blocker_win.cc', | 940 'browser/power_save_blocker_win.cc', |
941 'browser/power_save_blocker_x11.cc', | 941 'browser/power_save_blocker_x11.cc', |
| 942 'browser/power_usage_monitor_impl.cc', |
| 943 'browser/power_usage_monitor_impl.h', |
942 'browser/profiler_controller_impl.cc', | 944 'browser/profiler_controller_impl.cc', |
943 'browser/profiler_controller_impl.h', | 945 'browser/profiler_controller_impl.h', |
944 'browser/profiler_message_filter.cc', | 946 'browser/profiler_message_filter.cc', |
945 'browser/profiler_message_filter.h', | 947 'browser/profiler_message_filter.h', |
946 'browser/push_messaging_message_filter.cc', | 948 'browser/push_messaging_message_filter.cc', |
947 'browser/push_messaging_message_filter.h', | 949 'browser/push_messaging_message_filter.h', |
948 'browser/push_messaging_router.cc', | 950 'browser/push_messaging_router.cc', |
949 'browser/push_messaging_router.h', | 951 'browser/push_messaging_router.h', |
950 'browser/quota_dispatcher_host.cc', | 952 'browser/quota_dispatcher_host.cc', |
951 'browser/quota_dispatcher_host.h', | 953 'browser/quota_dispatcher_host.h', |
(...skipping 974 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 |