| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'public/browser/cookie_store_factory.h', | 73 'public/browser/cookie_store_factory.h', |
| 74 'public/browser/devtools_agent_host.h', | 74 'public/browser/devtools_agent_host.h', |
| 75 'public/browser/devtools_client_host.h', | 75 'public/browser/devtools_client_host.h', |
| 76 'public/browser/devtools_external_agent_proxy.h', | 76 'public/browser/devtools_external_agent_proxy.h', |
| 77 'public/browser/devtools_external_agent_proxy_delegate.h', | 77 'public/browser/devtools_external_agent_proxy_delegate.h', |
| 78 'public/browser/download_danger_type.h', | 78 'public/browser/download_danger_type.h', |
| 79 'public/browser/devtools_frontend_host_delegate.h', | 79 'public/browser/devtools_frontend_host_delegate.h', |
| 80 'public/browser/devtools_http_handler.h', | 80 'public/browser/devtools_http_handler.h', |
| 81 'public/browser/devtools_http_handler_delegate.h', | 81 'public/browser/devtools_http_handler_delegate.h', |
| 82 'public/browser/devtools_manager.h', | 82 'public/browser/devtools_manager.h', |
| 83 'public/browser/devtools_target.h', |
| 83 'public/browser/dom_operation_notification_details.h', | 84 'public/browser/dom_operation_notification_details.h', |
| 84 'public/browser/dom_storage_context.h', | 85 'public/browser/dom_storage_context.h', |
| 85 'public/browser/download_destination_observer.h', | 86 'public/browser/download_destination_observer.h', |
| 86 'public/browser/download_interrupt_reason_values.h', | 87 'public/browser/download_interrupt_reason_values.h', |
| 87 'public/browser/download_interrupt_reasons.h', | 88 'public/browser/download_interrupt_reasons.h', |
| 88 'public/browser/download_item.h', | 89 'public/browser/download_item.h', |
| 89 'public/browser/download_manager.h', | 90 'public/browser/download_manager.h', |
| 90 'public/browser/download_manager_delegate.cc', | 91 'public/browser/download_manager_delegate.cc', |
| 91 'public/browser/download_manager_delegate.h', | 92 'public/browser/download_manager_delegate.h', |
| 92 'public/browser/download_save_info.cc', | 93 'public/browser/download_save_info.cc', |
| (...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 '../third_party/speex/speex.gyp:libspeex', | 1552 '../third_party/speex/speex.gyp:libspeex', |
| 1552 ], | 1553 ], |
| 1553 }], | 1554 }], |
| 1554 ['linux_use_libgps==1', { | 1555 ['linux_use_libgps==1', { |
| 1555 'dependencies': [ | 1556 'dependencies': [ |
| 1556 '../build/linux/system.gyp:libgps', | 1557 '../build/linux/system.gyp:libgps', |
| 1557 ], | 1558 ], |
| 1558 }], | 1559 }], |
| 1559 ], | 1560 ], |
| 1560 } | 1561 } |
| OLD | NEW |