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 '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 Loading... | |
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', | |
rvargas (doing something else)
2012/06/04 23:28:30
Can we just use the same file as before so that th
Avi (use Gerrit)
2012/06/05 00:21:52
Clever! I like it, as long as we comment PowerSave
Mike Mammarella
2012/06/05 00:28:42
Done.
| |
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 Loading... | |
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 |
OLD | NEW |