| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'browser/browser_plugin/browser_plugin_guest_helper.h', | 326 'browser/browser_plugin/browser_plugin_guest_helper.h', |
| 327 'browser/browser_plugin/browser_plugin_guest_manager.cc', | 327 'browser/browser_plugin/browser_plugin_guest_manager.cc', |
| 328 'browser/browser_plugin/browser_plugin_guest_manager.h', | 328 'browser/browser_plugin/browser_plugin_guest_manager.h', |
| 329 'browser/browser_plugin/browser_plugin_host_factory.h', | 329 'browser/browser_plugin/browser_plugin_host_factory.h', |
| 330 'browser/browser_plugin/browser_plugin_message_filter.cc', | 330 'browser/browser_plugin/browser_plugin_message_filter.cc', |
| 331 'browser/browser_plugin/browser_plugin_message_filter.h', | 331 'browser/browser_plugin/browser_plugin_message_filter.h', |
| 332 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 332 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
| 333 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 333 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
| 334 'browser/browser_process_sub_thread.cc', | 334 'browser/browser_process_sub_thread.cc', |
| 335 'browser/browser_process_sub_thread.h', | 335 'browser/browser_process_sub_thread.h', |
| 336 'browser/browser_shutdown_profile_dumper.cc', |
| 337 'browser/browser_shutdown_profile_dumper.h', |
| 336 'browser/browser_thread_impl.cc', | 338 'browser/browser_thread_impl.cc', |
| 337 'browser/browser_thread_impl.h', | 339 'browser/browser_thread_impl.h', |
| 338 'browser/browser_url_handler_impl.cc', | 340 'browser/browser_url_handler_impl.cc', |
| 339 'browser/browser_url_handler_impl.h', | 341 'browser/browser_url_handler_impl.h', |
| 340 'browser/browsing_instance.cc', | 342 'browser/browsing_instance.cc', |
| 341 'browser/browsing_instance.h', | 343 'browser/browsing_instance.h', |
| 342 'browser/byte_stream.cc', | 344 'browser/byte_stream.cc', |
| 343 'browser/byte_stream.h', | 345 'browser/byte_stream.h', |
| 344 'browser/cert_store_impl.cc', | 346 'browser/cert_store_impl.cc', |
| 345 'browser/cert_store_impl.h', | 347 'browser/cert_store_impl.h', |
| (...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1521 '../third_party/speex/speex.gyp:libspeex', | 1523 '../third_party/speex/speex.gyp:libspeex', |
| 1522 ], | 1524 ], |
| 1523 }], | 1525 }], |
| 1524 ['linux_use_libgps==1', { | 1526 ['linux_use_libgps==1', { |
| 1525 'dependencies': [ | 1527 'dependencies': [ |
| 1526 '../build/linux/system.gyp:libgps', | 1528 '../build/linux/system.gyp:libgps', |
| 1527 ], | 1529 ], |
| 1528 }], | 1530 }], |
| 1529 ], | 1531 ], |
| 1530 } | 1532 } |
| OLD | NEW |