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/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'browser/pepper_flash_settings_helper_impl.h', | 707 'browser/pepper_flash_settings_helper_impl.h', |
708 'browser/plugin_data_remover_impl.cc', | 708 'browser/plugin_data_remover_impl.cc', |
709 'browser/plugin_data_remover_impl.h', | 709 'browser/plugin_data_remover_impl.h', |
710 'browser/plugin_loader_posix.cc', | 710 'browser/plugin_loader_posix.cc', |
711 'browser/plugin_loader_posix.h', | 711 'browser/plugin_loader_posix.h', |
712 'browser/plugin_process_host.cc', | 712 'browser/plugin_process_host.cc', |
713 'browser/plugin_process_host.h', | 713 'browser/plugin_process_host.h', |
714 'browser/plugin_process_host_mac.cc', | 714 'browser/plugin_process_host_mac.cc', |
715 'browser/plugin_service_impl.cc', | 715 'browser/plugin_service_impl.cc', |
716 'browser/plugin_service_impl.h', | 716 'browser/plugin_service_impl.h', |
| 717 'browser/power_monitor_message_broadcaster.cc', |
| 718 'browser/power_monitor_message_broadcaster.h', |
717 'browser/power_save_blocker_android.cc', | 719 'browser/power_save_blocker_android.cc', |
718 'browser/power_save_blocker_android.h', | 720 'browser/power_save_blocker_android.h', |
719 'browser/power_save_blocker_chromeos.cc', | 721 'browser/power_save_blocker_chromeos.cc', |
720 'browser/power_save_blocker_impl.cc', | 722 'browser/power_save_blocker_impl.cc', |
721 'browser/power_save_blocker_impl.h', | 723 'browser/power_save_blocker_impl.h', |
722 'browser/power_save_blocker_mac.cc', | 724 'browser/power_save_blocker_mac.cc', |
723 'browser/power_save_blocker_ozone.cc', | 725 'browser/power_save_blocker_ozone.cc', |
724 'browser/power_save_blocker_win.cc', | 726 'browser/power_save_blocker_win.cc', |
725 'browser/power_save_blocker_x11.cc', | 727 'browser/power_save_blocker_x11.cc', |
726 'browser/ppapi_plugin_process_host.cc', | 728 'browser/ppapi_plugin_process_host.cc', |
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1495 '../third_party/speex/speex.gyp:libspeex', | 1497 '../third_party/speex/speex.gyp:libspeex', |
1496 ], | 1498 ], |
1497 }], | 1499 }], |
1498 ['linux_use_libgps==1', { | 1500 ['linux_use_libgps==1', { |
1499 'dependencies': [ | 1501 'dependencies': [ |
1500 '../build/linux/system.gyp:libgps', | 1502 '../build/linux/system.gyp:libgps', |
1501 ], | 1503 ], |
1502 }], | 1504 }], |
1503 ], | 1505 ], |
1504 } | 1506 } |
OLD | NEW |