| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'public/browser/cookie_store_factory.h', | 71 'public/browser/cookie_store_factory.h', |
| 72 'public/browser/devtools_agent_host.h', | 72 'public/browser/devtools_agent_host.h', |
| 73 'public/browser/devtools_client_host.h', | 73 'public/browser/devtools_client_host.h', |
| 74 'public/browser/devtools_external_agent_proxy.h', | 74 'public/browser/devtools_external_agent_proxy.h', |
| 75 'public/browser/devtools_external_agent_proxy_delegate.h', | 75 'public/browser/devtools_external_agent_proxy_delegate.h', |
| 76 'public/browser/download_danger_type.h', | 76 'public/browser/download_danger_type.h', |
| 77 'public/browser/devtools_frontend_host_delegate.h', | 77 'public/browser/devtools_frontend_host_delegate.h', |
| 78 'public/browser/devtools_http_handler.h', | 78 'public/browser/devtools_http_handler.h', |
| 79 'public/browser/devtools_http_handler_delegate.h', | 79 'public/browser/devtools_http_handler_delegate.h', |
| 80 'public/browser/devtools_manager.h', | 80 'public/browser/devtools_manager.h', |
| 81 'public/browser/devtools_target_descriptor.h', |
| 81 'public/browser/dom_operation_notification_details.h', | 82 'public/browser/dom_operation_notification_details.h', |
| 82 'public/browser/dom_storage_context.h', | 83 'public/browser/dom_storage_context.h', |
| 83 'public/browser/download_destination_observer.h', | 84 'public/browser/download_destination_observer.h', |
| 84 'public/browser/download_interrupt_reason_values.h', | 85 'public/browser/download_interrupt_reason_values.h', |
| 85 'public/browser/download_interrupt_reasons.h', | 86 'public/browser/download_interrupt_reasons.h', |
| 86 'public/browser/download_item.h', | 87 'public/browser/download_item.h', |
| 87 'public/browser/download_manager.h', | 88 'public/browser/download_manager.h', |
| 88 'public/browser/download_manager_delegate.cc', | 89 'public/browser/download_manager_delegate.cc', |
| 89 'public/browser/download_manager_delegate.h', | 90 'public/browser/download_manager_delegate.h', |
| 90 'public/browser/download_save_info.cc', | 91 'public/browser/download_save_info.cc', |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'browser/devtools/devtools_manager_impl.cc', | 367 'browser/devtools/devtools_manager_impl.cc', |
| 367 'browser/devtools/devtools_manager_impl.h', | 368 'browser/devtools/devtools_manager_impl.h', |
| 368 'browser/devtools/devtools_netlog_observer.cc', | 369 'browser/devtools/devtools_netlog_observer.cc', |
| 369 'browser/devtools/devtools_netlog_observer.h', | 370 'browser/devtools/devtools_netlog_observer.h', |
| 370 'browser/devtools/devtools_protocol.cc', | 371 'browser/devtools/devtools_protocol.cc', |
| 371 'browser/devtools/devtools_protocol.h', | 372 'browser/devtools/devtools_protocol.h', |
| 372 'browser/devtools/devtools_protocol_constants.cc', | 373 'browser/devtools/devtools_protocol_constants.cc', |
| 373 'browser/devtools/devtools_protocol_constants.h', | 374 'browser/devtools/devtools_protocol_constants.h', |
| 374 'browser/devtools/devtools_system_info_handler.cc', | 375 'browser/devtools/devtools_system_info_handler.cc', |
| 375 'browser/devtools/devtools_system_info_handler.h', | 376 'browser/devtools/devtools_system_info_handler.h', |
| 377 'browser/devtools/devtools_target_descriptor_impl.cc', |
| 376 'browser/devtools/devtools_tracing_handler.h', | 378 'browser/devtools/devtools_tracing_handler.h', |
| 377 'browser/devtools/devtools_tracing_handler.cc', | 379 'browser/devtools/devtools_tracing_handler.cc', |
| 378 'browser/devtools/ipc_devtools_agent_host.cc', | 380 'browser/devtools/ipc_devtools_agent_host.cc', |
| 379 'browser/devtools/ipc_devtools_agent_host.h', | 381 'browser/devtools/ipc_devtools_agent_host.h', |
| 380 'browser/devtools/render_view_devtools_agent_host.cc', | 382 'browser/devtools/render_view_devtools_agent_host.cc', |
| 381 'browser/devtools/render_view_devtools_agent_host.h', | 383 'browser/devtools/render_view_devtools_agent_host.h', |
| 382 'browser/devtools/renderer_overrides_handler.cc', | 384 'browser/devtools/renderer_overrides_handler.cc', |
| 383 'browser/devtools/renderer_overrides_handler.h', | 385 'browser/devtools/renderer_overrides_handler.h', |
| 384 'browser/devtools/tethering_handler.h', | 386 'browser/devtools/tethering_handler.h', |
| 385 'browser/devtools/tethering_handler.cc', | 387 'browser/devtools/tethering_handler.cc', |
| (...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 '../third_party/speex/speex.gyp:libspeex', | 1560 '../third_party/speex/speex.gyp:libspeex', |
| 1559 ], | 1561 ], |
| 1560 }], | 1562 }], |
| 1561 ['linux_use_libgps==1', { | 1563 ['linux_use_libgps==1', { |
| 1562 'dependencies': [ | 1564 'dependencies': [ |
| 1563 '../build/linux/system.gyp:libgps', | 1565 '../build/linux/system.gyp:libgps', |
| 1564 ], | 1566 ], |
| 1565 }], | 1567 }], |
| 1566 ], | 1568 ], |
| 1567 } | 1569 } |
| OLD | NEW |