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

Unified Diff: chrome/chrome.gyp

Issue 287017: Disable system suspend while downloading files on win32.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 'Fix Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/power_save_blocker_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 29355)
+++ chrome/chrome.gyp (working copy)
@@ -1835,6 +1835,10 @@
'browser/plugin_service.h',
'browser/possible_url_model.cc',
'browser/possible_url_model.h',
+ 'browser/power_save_blocker.h',
+ 'browser/power_save_blocker_common.cc',
+ 'browser/power_save_blocker_stub.cc',
+ 'browser/power_save_blocker_win.cc',
'browser/printing/print_dialog_gtk.cc',
'browser/printing/print_dialog_gtk.h',
'browser/printing/print_job.cc',
@@ -2607,6 +2611,7 @@
'browser/password_manager/password_store_gnome.cc',
'browser/password_manager/password_store_kwallet.h',
'browser/password_manager/password_store_kwallet.cc',
+ 'browser/power_save_blocker_stub.cc',
'browser/views/compact_navigation_bar.cc',
'browser/views/compact_navigation_bar.h',
'browser/views/new_browser_window_widget.cc',
« no previous file with comments | « chrome/browser/power_save_blocker_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698