Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: content/content_browser.gypi

Issue 2012853003: Reland of Pass SequencedTaskRunner to PowerSaveBlocker for ui/file ops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SingleThreadTaskRunner for _x11 Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'public/browser/page_navigator.h', 247 'public/browser/page_navigator.h',
248 'public/browser/pepper_flash_settings_helper.h', 248 'public/browser/pepper_flash_settings_helper.h',
249 'public/browser/permission_manager.h', 249 'public/browser/permission_manager.h',
250 'public/browser/permission_type.h', 250 'public/browser/permission_type.h',
251 'public/browser/platform_notification_context.h', 251 'public/browser/platform_notification_context.h',
252 'public/browser/platform_notification_service.h', 252 'public/browser/platform_notification_service.h',
253 'public/browser/plugin_data_remover.h', 253 'public/browser/plugin_data_remover.h',
254 'public/browser/plugin_service.h', 254 'public/browser/plugin_service.h',
255 'public/browser/plugin_service_filter.h', 255 'public/browser/plugin_service_filter.h',
256 'public/browser/power_save_blocker.h', 256 'public/browser/power_save_blocker.h',
257 'public/browser/power_save_blocker_factory.h',
257 'public/browser/presentation_screen_availability_listener.h', 258 'public/browser/presentation_screen_availability_listener.h',
258 'public/browser/presentation_service_delegate.h', 259 'public/browser/presentation_service_delegate.h',
259 'public/browser/presentation_session.cc', 260 'public/browser/presentation_session.cc',
260 'public/browser/presentation_session.h', 261 'public/browser/presentation_session.h',
261 'public/browser/presentation_session_message.cc', 262 'public/browser/presentation_session_message.cc',
262 'public/browser/presentation_session_message.h', 263 'public/browser/presentation_session_message.h',
263 'public/browser/profiler_controller.h', 264 'public/browser/profiler_controller.h',
264 'public/browser/profiler_subscriber.h', 265 'public/browser/profiler_subscriber.h',
265 'public/browser/push_messaging_service.cc', 266 'public/browser/push_messaging_service.cc',
266 'public/browser/push_messaging_service.h', 267 'public/browser/push_messaging_service.h',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'browser/notifications/type_converters.cc', 1167 'browser/notifications/type_converters.cc',
1167 'browser/notifications/type_converters.h', 1168 'browser/notifications/type_converters.h',
1168 'browser/permissions/permission_service_context.cc', 1169 'browser/permissions/permission_service_context.cc',
1169 'browser/permissions/permission_service_context.h', 1170 'browser/permissions/permission_service_context.h',
1170 'browser/permissions/permission_service_impl.cc', 1171 'browser/permissions/permission_service_impl.cc',
1171 'browser/permissions/permission_service_impl.h', 1172 'browser/permissions/permission_service_impl.h',
1172 'browser/power_monitor_message_broadcaster.cc', 1173 'browser/power_monitor_message_broadcaster.cc',
1173 'browser/power_monitor_message_broadcaster.h', 1174 'browser/power_monitor_message_broadcaster.h',
1174 'browser/power_save_blocker_android.h', 1175 'browser/power_save_blocker_android.h',
1175 'browser/power_save_blocker_chromeos.cc', 1176 'browser/power_save_blocker_chromeos.cc',
1177 'browser/power_save_blocker_factory.cc',
1176 'browser/power_save_blocker_impl.cc', 1178 'browser/power_save_blocker_impl.cc',
1177 'browser/power_save_blocker_impl.h', 1179 'browser/power_save_blocker_impl.h',
1178 'browser/power_save_blocker_mac.cc', 1180 'browser/power_save_blocker_mac.cc',
1179 'browser/power_save_blocker_ozone.cc', 1181 'browser/power_save_blocker_ozone.cc',
1180 'browser/power_save_blocker_win.cc', 1182 'browser/power_save_blocker_win.cc',
1181 'browser/power_save_blocker_x11.cc', 1183 'browser/power_save_blocker_x11.cc',
1182 'browser/power_usage_monitor_impl.cc', 1184 'browser/power_usage_monitor_impl.cc',
1183 'browser/power_usage_monitor_impl.h', 1185 'browser/power_usage_monitor_impl.h',
1184 'browser/presentation/presentation_service_impl.cc', 1186 'browser/presentation/presentation_service_impl.cc',
1185 'browser/presentation/presentation_service_impl.h', 1187 'browser/presentation/presentation_service_impl.h',
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 ], 2201 ],
2200 }], 2202 }],
2201 ['OS != "mac" and OS != "android"', { 2203 ['OS != "mac" and OS != "android"', {
2202 'sources!': [ 2204 'sources!': [
2203 'browser/gpu/gpu_surface_tracker.cc', 2205 'browser/gpu/gpu_surface_tracker.cc',
2204 'browser/gpu/gpu_surface_tracker.h', 2206 'browser/gpu/gpu_surface_tracker.h',
2205 ], 2207 ],
2206 }], 2208 }],
2207 ], 2209 ],
2208 } 2210 }
OLDNEW
« no previous file with comments | « content/browser/wake_lock/wake_lock_service_context.cc ('k') | content/public/browser/power_save_blocker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698