| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |