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

Side by Side Diff: content/content_browser.gypi

Issue 10511021: Add a new version of the power save blocker class, to be implemented for all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'browser/plugin_data_remover_impl.cc', 431 'browser/plugin_data_remover_impl.cc',
432 'browser/plugin_data_remover_impl.h', 432 'browser/plugin_data_remover_impl.h',
433 'browser/plugin_loader_posix.cc', 433 'browser/plugin_loader_posix.cc',
434 'browser/plugin_loader_posix.h', 434 'browser/plugin_loader_posix.h',
435 'browser/plugin_process_host.cc', 435 'browser/plugin_process_host.cc',
436 'browser/plugin_process_host.h', 436 'browser/plugin_process_host.h',
437 'browser/plugin_process_host_mac.cc', 437 'browser/plugin_process_host_mac.cc',
438 'browser/plugin_service_impl.cc', 438 'browser/plugin_service_impl.cc',
439 'browser/plugin_service_impl.h', 439 'browser/plugin_service_impl.h',
440 'browser/power_save_blocker.h', 440 'browser/power_save_blocker.h',
441 'browser/power_save_blocker2.h',
441 'browser/power_save_blocker_android.cc', 442 'browser/power_save_blocker_android.cc',
442 'browser/power_save_blocker_common.cc', 443 'browser/power_save_blocker_common.cc',
443 'browser/power_save_blocker_linux.cc', 444 'browser/power_save_blocker_linux.cc',
444 'browser/power_save_blocker_mac.cc', 445 'browser/power_save_blocker_mac.cc',
445 'browser/power_save_blocker_win.cc', 446 'browser/power_save_blocker_win.cc',
446 'browser/ppapi_plugin_process_host.cc', 447 'browser/ppapi_plugin_process_host.cc',
447 'browser/ppapi_plugin_process_host.h', 448 'browser/ppapi_plugin_process_host.h',
448 'browser/profiler_controller_impl.cc', 449 'browser/profiler_controller_impl.cc',
449 'browser/profiler_controller_impl.h', 450 'browser/profiler_controller_impl.h',
450 'browser/profiler_message_filter.cc', 451 'browser/profiler_message_filter.cc',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 ], 958 ],
958 }], 959 }],
959 ['input_speech==0', { 960 ['input_speech==0', {
960 'sources/': [ 961 'sources/': [
961 ['exclude', '^browser/speech/'], 962 ['exclude', '^browser/speech/'],
962 ], 963 ],
963 }], 964 }],
964 ], 965 ],
965 } 966 }
966 967
OLDNEW
« content/browser/power_save_blocker2.h ('K') | « content/browser/power_save_blocker2.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698