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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'browser/browser_plugin/browser_plugin_guest_manager.cc', | 308 'browser/browser_plugin/browser_plugin_guest_manager.cc', |
309 'browser/browser_plugin/browser_plugin_guest_manager.h', | 309 'browser/browser_plugin/browser_plugin_guest_manager.h', |
310 'browser/browser_plugin/browser_plugin_host_factory.h', | 310 'browser/browser_plugin/browser_plugin_host_factory.h', |
311 'browser/browser_plugin/browser_plugin_message_filter.cc', | 311 'browser/browser_plugin/browser_plugin_message_filter.cc', |
312 'browser/browser_plugin/browser_plugin_message_filter.h', | 312 'browser/browser_plugin/browser_plugin_message_filter.h', |
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_startup_configuration.cc', |
| 319 'browser/browser_startup_configuration.h', |
318 'browser/browser_thread_impl.h', | 320 'browser/browser_thread_impl.h', |
319 'browser/browser_url_handler_impl.cc', | 321 'browser/browser_url_handler_impl.cc', |
320 'browser/browser_url_handler_impl.h', | 322 'browser/browser_url_handler_impl.h', |
321 'browser/browsing_instance.cc', | 323 'browser/browsing_instance.cc', |
322 'browser/browsing_instance.h', | 324 'browser/browsing_instance.h', |
323 'browser/byte_stream.cc', | 325 'browser/byte_stream.cc', |
324 'browser/byte_stream.h', | 326 'browser/byte_stream.h', |
325 'browser/cert_store_impl.cc', | 327 'browser/cert_store_impl.cc', |
326 'browser/cert_store_impl.h', | 328 'browser/cert_store_impl.h', |
327 'browser/child_process_launcher.cc', | 329 'browser/child_process_launcher.cc', |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 'browser/ssl/ssl_host_state.cc', | 1029 'browser/ssl/ssl_host_state.cc', |
1028 'browser/ssl/ssl_host_state.h', | 1030 'browser/ssl/ssl_host_state.h', |
1029 'browser/ssl/ssl_manager.cc', | 1031 'browser/ssl/ssl_manager.cc', |
1030 'browser/ssl/ssl_manager.h', | 1032 'browser/ssl/ssl_manager.h', |
1031 'browser/ssl/ssl_policy_backend.cc', | 1033 'browser/ssl/ssl_policy_backend.cc', |
1032 'browser/ssl/ssl_policy_backend.h', | 1034 'browser/ssl/ssl_policy_backend.h', |
1033 'browser/ssl/ssl_policy.cc', | 1035 'browser/ssl/ssl_policy.cc', |
1034 'browser/ssl/ssl_policy.h', | 1036 'browser/ssl/ssl_policy.h', |
1035 'browser/ssl/ssl_request_info.cc', | 1037 'browser/ssl/ssl_request_info.cc', |
1036 'browser/ssl/ssl_request_info.h', | 1038 'browser/ssl/ssl_request_info.h', |
| 1039 'browser/startup_task_runner.cc', |
| 1040 'browser/startup_task_runner.h', |
1037 'browser/streams/stream.cc', | 1041 'browser/streams/stream.cc', |
1038 'browser/streams/stream.h', | 1042 'browser/streams/stream.h', |
1039 'browser/streams/stream_context.cc', | 1043 'browser/streams/stream_context.cc', |
1040 'browser/streams/stream_handle_impl.cc', | 1044 'browser/streams/stream_handle_impl.cc', |
1041 'browser/streams/stream_handle_impl.h', | 1045 'browser/streams/stream_handle_impl.h', |
1042 'browser/streams/stream_context.h', | 1046 'browser/streams/stream_context.h', |
1043 'browser/streams/stream_read_observer.h', | 1047 'browser/streams/stream_read_observer.h', |
1044 'browser/streams/stream_registry.cc', | 1048 'browser/streams/stream_registry.cc', |
1045 'browser/streams/stream_registry.h', | 1049 'browser/streams/stream_registry.h', |
1046 'browser/streams/stream_url_request_job.cc', | 1050 'browser/streams/stream_url_request_job.cc', |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1486 '../third_party/speex/speex.gyp:libspeex', | 1490 '../third_party/speex/speex.gyp:libspeex', |
1487 ], | 1491 ], |
1488 }], | 1492 }], |
1489 ['linux_use_libgps==1', { | 1493 ['linux_use_libgps==1', { |
1490 'dependencies': [ | 1494 'dependencies': [ |
1491 '../build/linux/system.gyp:libgps', | 1495 '../build/linux/system.gyp:libgps', |
1492 ], | 1496 ], |
1493 }], | 1497 }], |
1494 ], | 1498 ], |
1495 } | 1499 } |
OLD | NEW |