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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'public/browser/cookie_store_factory.h', | 106 'public/browser/cookie_store_factory.h', |
107 'public/browser/desktop_media_id.cc', | 107 'public/browser/desktop_media_id.cc', |
108 'public/browser/desktop_media_id.h', | 108 'public/browser/desktop_media_id.h', |
109 'public/browser/desktop_notification_delegate.h', | 109 'public/browser/desktop_notification_delegate.h', |
110 'public/browser/devtools_agent_host.h', | 110 'public/browser/devtools_agent_host.h', |
111 'public/browser/devtools_agent_host_client.h', | 111 'public/browser/devtools_agent_host_client.h', |
112 'public/browser/devtools_external_agent_proxy.h', | 112 'public/browser/devtools_external_agent_proxy.h', |
113 'public/browser/devtools_external_agent_proxy_delegate.h', | 113 'public/browser/devtools_external_agent_proxy_delegate.h', |
114 'public/browser/devtools_frontend_host.h', | 114 'public/browser/devtools_frontend_host.h', |
115 'public/browser/devtools_manager_delegate.h', | 115 'public/browser/devtools_manager_delegate.h', |
116 'public/browser/devtools_target.h', | |
117 'public/browser/dom_operation_notification_details.h', | 116 'public/browser/dom_operation_notification_details.h', |
118 'public/browser/dom_storage_context.h', | 117 'public/browser/dom_storage_context.h', |
119 'public/browser/download_danger_type.h', | 118 'public/browser/download_danger_type.h', |
120 'public/browser/download_destination_observer.h', | 119 'public/browser/download_destination_observer.h', |
121 'public/browser/download_interrupt_reason_values.h', | 120 'public/browser/download_interrupt_reason_values.h', |
122 'public/browser/download_interrupt_reasons.h', | 121 'public/browser/download_interrupt_reasons.h', |
123 'public/browser/download_item.h', | 122 'public/browser/download_item.h', |
124 'public/browser/download_manager.h', | 123 'public/browser/download_manager.h', |
125 'public/browser/download_manager_delegate.cc', | 124 'public/browser/download_manager_delegate.cc', |
126 'public/browser/download_manager_delegate.h', | 125 'public/browser/download_manager_delegate.h', |
(...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2033 'browser/media/media_web_contents_observer.h', | 2032 'browser/media/media_web_contents_observer.h', |
2034 ], | 2033 ], |
2035 }], | 2034 }], |
2036 ['OS == "linux" and use_openssl==1', { | 2035 ['OS == "linux" and use_openssl==1', { |
2037 'dependencies': [ | 2036 'dependencies': [ |
2038 '../third_party/boringssl/boringssl.gyp:boringssl', | 2037 '../third_party/boringssl/boringssl.gyp:boringssl', |
2039 ], | 2038 ], |
2040 }], | 2039 }], |
2041 ], | 2040 ], |
2042 } | 2041 } |
OLD | NEW |