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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'public/browser/speech_recognition_session_context.cc', | 224 'public/browser/speech_recognition_session_context.cc', |
225 'public/browser/speech_recognition_session_context.h', | 225 'public/browser/speech_recognition_session_context.h', |
226 'public/browser/speech_recognition_session_preamble.cc', | 226 'public/browser/speech_recognition_session_preamble.cc', |
227 'public/browser/speech_recognition_session_preamble.h', | 227 'public/browser/speech_recognition_session_preamble.h', |
228 'public/browser/ssl_host_state_delegate.h', | 228 'public/browser/ssl_host_state_delegate.h', |
229 'public/browser/storage_partition.h', | 229 'public/browser/storage_partition.h', |
230 'public/browser/stream_handle.h', | 230 'public/browser/stream_handle.h', |
231 'public/browser/stream_info.cc', | 231 'public/browser/stream_info.cc', |
232 'public/browser/stream_info.h', | 232 'public/browser/stream_info.h', |
233 'public/browser/tracing_controller.h', | 233 'public/browser/tracing_controller.h', |
| 234 'public/browser/trace_uploader.h', |
| 235 'public_browser/tracing_delegate.h', |
234 'public/browser/user_metrics.h', | 236 'public/browser/user_metrics.h', |
235 'public/browser/utility_process_host.h', | 237 'public/browser/utility_process_host.h', |
236 'public/browser/web_contents.cc', | 238 'public/browser/web_contents.cc', |
237 'public/browser/web_contents.h', | 239 'public/browser/web_contents.h', |
238 'public/browser/web_contents_delegate.cc', | 240 'public/browser/web_contents_delegate.cc', |
239 'public/browser/web_contents_delegate.h', | 241 'public/browser/web_contents_delegate.h', |
240 'public/browser/web_contents_observer.cc', | 242 'public/browser/web_contents_observer.cc', |
241 'public/browser/web_contents_observer.h', | 243 'public/browser/web_contents_observer.h', |
242 'public/browser/web_contents_user_data.h', | 244 'public/browser/web_contents_user_data.h', |
243 'public/browser/web_contents_view_delegate.cc', | 245 'public/browser/web_contents_view_delegate.cc', |
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 'browser/time_zone_monitor_chromeos.cc', | 1371 'browser/time_zone_monitor_chromeos.cc', |
1370 'browser/time_zone_monitor_linux.cc', | 1372 'browser/time_zone_monitor_linux.cc', |
1371 'browser/time_zone_monitor_mac.mm', | 1373 'browser/time_zone_monitor_mac.mm', |
1372 'browser/time_zone_monitor_win.cc', | 1374 'browser/time_zone_monitor_win.cc', |
1373 'browser/theme_helper_mac.mm', | 1375 'browser/theme_helper_mac.mm', |
1374 'browser/theme_helper_mac.h', | 1376 'browser/theme_helper_mac.h', |
1375 'browser/tracing/trace_message_filter.cc', | 1377 'browser/tracing/trace_message_filter.cc', |
1376 'browser/tracing/trace_message_filter.h', | 1378 'browser/tracing/trace_message_filter.h', |
1377 'browser/tracing/etw_system_event_consumer_win.cc', | 1379 'browser/tracing/etw_system_event_consumer_win.cc', |
1378 'browser/tracing/etw_system_event_consumer_win.h', | 1380 'browser/tracing/etw_system_event_consumer_win.h', |
1379 'browser/tracing/trace_uploader.cc', | |
1380 'browser/tracing/trace_uploader.h', | |
1381 'browser/tracing/tracing_controller_impl.cc', | 1381 'browser/tracing/tracing_controller_impl.cc', |
1382 'browser/tracing/tracing_controller_impl.h', | 1382 'browser/tracing/tracing_controller_impl.h', |
1383 'browser/tracing/tracing_ui.cc', | 1383 'browser/tracing/tracing_ui.cc', |
1384 'browser/tracing/tracing_ui.h', | 1384 'browser/tracing/tracing_ui.h', |
1385 'browser/transition_request_manager.cc', | 1385 'browser/transition_request_manager.cc', |
1386 'browser/transition_request_manager.h', | 1386 'browser/transition_request_manager.h', |
1387 'browser/udev_linux.cc', | 1387 'browser/udev_linux.cc', |
1388 'browser/udev_linux.h', | 1388 'browser/udev_linux.h', |
1389 'browser/user_metrics.cc', | 1389 'browser/user_metrics.cc', |
1390 'browser/utility_process_host_impl.cc', | 1390 'browser/utility_process_host_impl.cc', |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 'browser/media/media_web_contents_observer.h', | 1976 'browser/media/media_web_contents_observer.h', |
1977 ], | 1977 ], |
1978 }], | 1978 }], |
1979 ['OS == "linux" and use_openssl==1', { | 1979 ['OS == "linux" and use_openssl==1', { |
1980 'dependencies': [ | 1980 'dependencies': [ |
1981 '../third_party/boringssl/boringssl.gyp:boringssl', | 1981 '../third_party/boringssl/boringssl.gyp:boringssl', |
1982 ], | 1982 ], |
1983 }], | 1983 }], |
1984 ], | 1984 ], |
1985 } | 1985 } |
OLD | NEW |