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/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'public/browser/speech_recognition_session_context.h', | 252 'public/browser/speech_recognition_session_context.h', |
253 'public/browser/speech_recognition_session_preamble.cc', | 253 'public/browser/speech_recognition_session_preamble.cc', |
254 'public/browser/speech_recognition_session_preamble.h', | 254 'public/browser/speech_recognition_session_preamble.h', |
255 'public/browser/ssl_host_state_delegate.h', | 255 'public/browser/ssl_host_state_delegate.h', |
256 'public/browser/storage_partition.h', | 256 'public/browser/storage_partition.h', |
257 'public/browser/stream_handle.h', | 257 'public/browser/stream_handle.h', |
258 'public/browser/stream_info.cc', | 258 'public/browser/stream_info.cc', |
259 'public/browser/stream_info.h', | 259 'public/browser/stream_info.h', |
260 'public/browser/trace_uploader.h', | 260 'public/browser/trace_uploader.h', |
261 'public/browser/tracing_controller.h', | 261 'public/browser/tracing_controller.h', |
| 262 'public/browser/tracing_delegate.cc', |
262 'public/browser/tracing_delegate.h', | 263 'public/browser/tracing_delegate.h', |
263 'public/browser/url_data_source.cc', | 264 'public/browser/url_data_source.cc', |
264 'public/browser/url_data_source.h', | 265 'public/browser/url_data_source.h', |
265 'public/browser/user_metrics.h', | 266 'public/browser/user_metrics.h', |
266 'public/browser/utility_process_host.h', | 267 'public/browser/utility_process_host.h', |
267 'public/browser/web_contents.cc', | 268 'public/browser/web_contents.cc', |
268 'public/browser/web_contents.h', | 269 'public/browser/web_contents.h', |
269 'public/browser/web_contents_delegate.cc', | 270 'public/browser/web_contents_delegate.cc', |
270 'public/browser/web_contents_delegate.h', | 271 'public/browser/web_contents_delegate.h', |
271 'public/browser/web_contents_observer.cc', | 272 'public/browser/web_contents_observer.cc', |
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2086 'browser/media/media_web_contents_observer.h', | 2087 'browser/media/media_web_contents_observer.h', |
2087 ], | 2088 ], |
2088 }], | 2089 }], |
2089 ['OS == "linux" and use_openssl==1', { | 2090 ['OS == "linux" and use_openssl==1', { |
2090 'dependencies': [ | 2091 'dependencies': [ |
2091 '../third_party/boringssl/boringssl.gyp:boringssl', | 2092 '../third_party/boringssl/boringssl.gyp:boringssl', |
2092 ], | 2093 ], |
2093 }], | 2094 }], |
2094 ], | 2095 ], |
2095 } | 2096 } |
OLD | NEW |