| 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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 'browser/pepper_flash_settings_helper_impl.h', | 689 'browser/pepper_flash_settings_helper_impl.h', |
| 690 'browser/plugin_data_remover_impl.cc', | 690 'browser/plugin_data_remover_impl.cc', |
| 691 'browser/plugin_data_remover_impl.h', | 691 'browser/plugin_data_remover_impl.h', |
| 692 'browser/plugin_loader_posix.cc', | 692 'browser/plugin_loader_posix.cc', |
| 693 'browser/plugin_loader_posix.h', | 693 'browser/plugin_loader_posix.h', |
| 694 'browser/plugin_process_host.cc', | 694 'browser/plugin_process_host.cc', |
| 695 'browser/plugin_process_host.h', | 695 'browser/plugin_process_host.h', |
| 696 'browser/plugin_process_host_mac.cc', | 696 'browser/plugin_process_host_mac.cc', |
| 697 'browser/plugin_service_impl.cc', | 697 'browser/plugin_service_impl.cc', |
| 698 'browser/plugin_service_impl.h', | 698 'browser/plugin_service_impl.h', |
| 699 'browser/power_monitor_message_broadcaster.cc', |
| 700 'browser/power_monitor_message_broadcaster.h', |
| 699 'browser/power_save_blocker_android.cc', | 701 'browser/power_save_blocker_android.cc', |
| 700 'browser/power_save_blocker_android.h', | 702 'browser/power_save_blocker_android.h', |
| 701 'browser/power_save_blocker_chromeos.cc', | 703 'browser/power_save_blocker_chromeos.cc', |
| 702 'browser/power_save_blocker_impl.cc', | 704 'browser/power_save_blocker_impl.cc', |
| 703 'browser/power_save_blocker_impl.h', | 705 'browser/power_save_blocker_impl.h', |
| 704 'browser/power_save_blocker_mac.cc', | 706 'browser/power_save_blocker_mac.cc', |
| 705 'browser/power_save_blocker_ozone.cc', | 707 'browser/power_save_blocker_ozone.cc', |
| 706 'browser/power_save_blocker_win.cc', | 708 'browser/power_save_blocker_win.cc', |
| 707 'browser/power_save_blocker_x11.cc', | 709 'browser/power_save_blocker_x11.cc', |
| 708 'browser/ppapi_plugin_process_host.cc', | 710 'browser/ppapi_plugin_process_host.cc', |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1484 '../third_party/speex/speex.gyp:libspeex', | 1486 '../third_party/speex/speex.gyp:libspeex', |
| 1485 ], | 1487 ], |
| 1486 }], | 1488 }], |
| 1487 ['linux_use_libgps==1', { | 1489 ['linux_use_libgps==1', { |
| 1488 'dependencies': [ | 1490 'dependencies': [ |
| 1489 '../build/linux/system.gyp:libgps', | 1491 '../build/linux/system.gyp:libgps', |
| 1490 ], | 1492 ], |
| 1491 }], | 1493 }], |
| 1492 ], | 1494 ], |
| 1493 } | 1495 } |
| OLD | NEW |