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