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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'public/browser/notification_service.h', | 137 'public/browser/notification_service.h', |
138 'public/browser/notification_source.h', | 138 'public/browser/notification_source.h', |
139 'public/browser/notification_types.h', | 139 'public/browser/notification_types.h', |
140 'public/browser/overscroll_configuration.h', | 140 'public/browser/overscroll_configuration.h', |
141 'public/browser/page_navigator.cc', | 141 'public/browser/page_navigator.cc', |
142 'public/browser/page_navigator.h', | 142 'public/browser/page_navigator.h', |
143 'public/browser/pepper_flash_settings_helper.h', | 143 'public/browser/pepper_flash_settings_helper.h', |
144 'public/browser/plugin_data_remover.h', | 144 'public/browser/plugin_data_remover.h', |
145 'public/browser/plugin_service.h', | 145 'public/browser/plugin_service.h', |
146 'public/browser/plugin_service_filter.h', | 146 'public/browser/plugin_service_filter.h', |
| 147 'public/browser/power_data_provider.h', |
| 148 'public/browser/power_profiler_observer.h', |
| 149 'public/browser/power_profiler_service.h', |
147 'public/browser/power_save_blocker.h', | 150 'public/browser/power_save_blocker.h', |
148 'public/browser/profiler_controller.h', | 151 'public/browser/profiler_controller.h', |
149 'public/browser/profiler_subscriber.h', | 152 'public/browser/profiler_subscriber.h', |
150 'public/browser/quota_permission_context.h', | 153 'public/browser/quota_permission_context.h', |
151 'public/browser/render_frame_host.h', | 154 'public/browser/render_frame_host.h', |
152 'public/browser/render_process_host.h', | 155 'public/browser/render_process_host.h', |
153 'public/browser/render_process_host_factory.h', | 156 'public/browser/render_process_host_factory.h', |
154 'public/browser/render_process_host_observer.h', | 157 'public/browser/render_process_host_observer.h', |
155 'public/browser/render_view_host.h', | 158 'public/browser/render_view_host.h', |
156 'public/browser/render_widget_host.h', | 159 'public/browser/render_widget_host.h', |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 'browser/plugin_data_remover_impl.h', | 766 'browser/plugin_data_remover_impl.h', |
764 'browser/plugin_loader_posix.cc', | 767 'browser/plugin_loader_posix.cc', |
765 'browser/plugin_loader_posix.h', | 768 'browser/plugin_loader_posix.h', |
766 'browser/plugin_process_host.cc', | 769 'browser/plugin_process_host.cc', |
767 'browser/plugin_process_host.h', | 770 'browser/plugin_process_host.h', |
768 'browser/plugin_process_host_mac.cc', | 771 'browser/plugin_process_host_mac.cc', |
769 'browser/plugin_service_impl.cc', | 772 'browser/plugin_service_impl.cc', |
770 'browser/plugin_service_impl.h', | 773 'browser/plugin_service_impl.h', |
771 'browser/power_monitor_message_broadcaster.cc', | 774 'browser/power_monitor_message_broadcaster.cc', |
772 'browser/power_monitor_message_broadcaster.h', | 775 'browser/power_monitor_message_broadcaster.h', |
| 776 'browser/power_profiler/power_data_provider_factory.cc', |
| 777 'browser/power_profiler/power_profiler_service.cc', |
773 'browser/power_save_blocker_android.cc', | 778 'browser/power_save_blocker_android.cc', |
774 'browser/power_save_blocker_android.h', | 779 'browser/power_save_blocker_android.h', |
775 'browser/power_save_blocker_chromeos.cc', | 780 'browser/power_save_blocker_chromeos.cc', |
776 'browser/power_save_blocker_impl.cc', | 781 'browser/power_save_blocker_impl.cc', |
777 'browser/power_save_blocker_impl.h', | 782 'browser/power_save_blocker_impl.h', |
778 'browser/power_save_blocker_mac.cc', | 783 'browser/power_save_blocker_mac.cc', |
779 'browser/power_save_blocker_ozone.cc', | 784 'browser/power_save_blocker_ozone.cc', |
780 'browser/power_save_blocker_win.cc', | 785 'browser/power_save_blocker_win.cc', |
781 'browser/power_save_blocker_x11.cc', | 786 'browser/power_save_blocker_x11.cc', |
782 'browser/ppapi_plugin_process_host.cc', | 787 'browser/ppapi_plugin_process_host.cc', |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1644 '../build/linux/system.gyp:dbus', | 1649 '../build/linux/system.gyp:dbus', |
1645 '../dbus/dbus.gyp:dbus', | 1650 '../dbus/dbus.gyp:dbus', |
1646 ], | 1651 ], |
1647 }, { # OS != "linux" or use_dbus==0 | 1652 }, { # OS != "linux" or use_dbus==0 |
1648 'sources!': [ | 1653 'sources!': [ |
1649 'browser/geolocation/wifi_data_provider_linux.cc', | 1654 'browser/geolocation/wifi_data_provider_linux.cc', |
1650 ], | 1655 ], |
1651 }], | 1656 }], |
1652 ], | 1657 ], |
1653 } | 1658 } |
OLD | NEW |