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

Side by Side Diff: content/content_browser.gypi

Issue 10542089: Power save blocker: switch to new implementation. (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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'browser/plugin_data_remover_impl.h', 436 'browser/plugin_data_remover_impl.h',
437 'browser/plugin_loader_posix.cc', 437 'browser/plugin_loader_posix.cc',
438 'browser/plugin_loader_posix.h', 438 'browser/plugin_loader_posix.h',
439 'browser/plugin_process_host.cc', 439 'browser/plugin_process_host.cc',
440 'browser/plugin_process_host.h', 440 'browser/plugin_process_host.h',
441 'browser/plugin_process_host_mac.cc', 441 'browser/plugin_process_host_mac.cc',
442 'browser/plugin_service_impl.cc', 442 'browser/plugin_service_impl.cc',
443 'browser/plugin_service_impl.h', 443 'browser/plugin_service_impl.h',
444 'browser/power_save_blocker.h', 444 'browser/power_save_blocker.h',
445 'browser/power_save_blocker_android.cc', 445 'browser/power_save_blocker_android.cc',
446 'browser/power_save_blocker_common.cc',
447 'browser/power_save_blocker_linux.cc', 446 'browser/power_save_blocker_linux.cc',
448 'browser/power_save_blocker_mac.cc', 447 'browser/power_save_blocker_mac.cc',
449 'browser/power_save_blocker_win.cc', 448 'browser/power_save_blocker_win.cc',
450 'browser/ppapi_plugin_process_host.cc', 449 'browser/ppapi_plugin_process_host.cc',
451 'browser/ppapi_plugin_process_host.h', 450 'browser/ppapi_plugin_process_host.h',
452 'browser/profiler_controller_impl.cc', 451 'browser/profiler_controller_impl.cc',
453 'browser/profiler_controller_impl.h', 452 'browser/profiler_controller_impl.h',
454 'browser/profiler_message_filter.cc', 453 'browser/profiler_message_filter.cc',
455 'browser/profiler_message_filter.h', 454 'browser/profiler_message_filter.h',
456 'browser/renderer_host/accelerated_plugin_view_mac.h', 455 'browser/renderer_host/accelerated_plugin_view_mac.h',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 ], 953 ],
955 }], 954 }],
956 ['input_speech==0', { 955 ['input_speech==0', {
957 'sources/': [ 956 'sources/': [
958 ['exclude', '^browser/speech/'], 957 ['exclude', '^browser/speech/'],
959 ], 958 ],
960 }], 959 }],
961 ], 960 ],
962 } 961 }
963 962
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698