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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', | 313 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', |
314 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', | 314 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', |
315 'browser/browser_process_sub_thread.cc', | 315 'browser/browser_process_sub_thread.cc', |
316 'browser/browser_process_sub_thread.h', | 316 'browser/browser_process_sub_thread.h', |
317 'browser/browser_thread_impl.cc', | 317 'browser/browser_thread_impl.cc', |
318 'browser/browser_thread_impl.h', | 318 'browser/browser_thread_impl.h', |
319 'browser/browser_url_handler_impl.cc', | 319 'browser/browser_url_handler_impl.cc', |
320 'browser/browser_url_handler_impl.h', | 320 'browser/browser_url_handler_impl.h', |
321 'browser/browsing_instance.cc', | 321 'browser/browsing_instance.cc', |
322 'browser/browsing_instance.h', | 322 'browser/browsing_instance.h', |
323 'browser/byte_stream.cc', | |
324 'browser/byte_stream.h', | 323 'browser/byte_stream.h', |
325 'browser/cert_store_impl.cc', | 324 'browser/cert_store_impl.cc', |
326 'browser/cert_store_impl.h', | 325 'browser/cert_store_impl.h', |
327 'browser/child_process_launcher.cc', | 326 'browser/child_process_launcher.cc', |
328 'browser/child_process_launcher.h', | 327 'browser/child_process_launcher.h', |
329 'browser/child_process_security_policy_impl.cc', | 328 'browser/child_process_security_policy_impl.cc', |
330 'browser/child_process_security_policy_impl.h', | 329 'browser/child_process_security_policy_impl.h', |
331 'browser/cross_site_request_manager.cc', | 330 'browser/cross_site_request_manager.cc', |
332 'browser/cross_site_request_manager.h', | 331 'browser/cross_site_request_manager.h', |
333 'browser/devtools/devtools_agent_host_impl.cc', | 332 'browser/devtools/devtools_agent_host_impl.cc', |
(...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1484 '../third_party/speex/speex.gyp:libspeex', | 1483 '../third_party/speex/speex.gyp:libspeex', |
1485 ], | 1484 ], |
1486 }], | 1485 }], |
1487 ['linux_use_libgps==1', { | 1486 ['linux_use_libgps==1', { |
1488 'dependencies': [ | 1487 'dependencies': [ |
1489 '../build/linux/system.gyp:libgps', | 1488 '../build/linux/system.gyp:libgps', |
1490 ], | 1489 ], |
1491 }], | 1490 }], |
1492 ], | 1491 ], |
1493 } | 1492 } |
OLD | NEW |