| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/mime_util/mime_util.gyp:mime_util', | 10 '../components/mime_util/mime_util.gyp:mime_util', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'public/browser/speech_recognition_session_config.h', | 300 'public/browser/speech_recognition_session_config.h', |
| 301 'public/browser/speech_recognition_session_context.cc', | 301 'public/browser/speech_recognition_session_context.cc', |
| 302 'public/browser/speech_recognition_session_context.h', | 302 'public/browser/speech_recognition_session_context.h', |
| 303 'public/browser/speech_recognition_session_preamble.cc', | 303 'public/browser/speech_recognition_session_preamble.cc', |
| 304 'public/browser/speech_recognition_session_preamble.h', | 304 'public/browser/speech_recognition_session_preamble.h', |
| 305 'public/browser/ssl_host_state_delegate.h', | 305 'public/browser/ssl_host_state_delegate.h', |
| 306 'public/browser/storage_partition.h', | 306 'public/browser/storage_partition.h', |
| 307 'public/browser/stream_handle.h', | 307 'public/browser/stream_handle.h', |
| 308 'public/browser/stream_info.cc', | 308 'public/browser/stream_info.cc', |
| 309 'public/browser/stream_info.h', | 309 'public/browser/stream_info.h', |
| 310 'public/browser/surface_utils.cc', |
| 311 'public/browser/surface_utils.h', |
| 310 'public/browser/trace_uploader.h', | 312 'public/browser/trace_uploader.h', |
| 311 'public/browser/tracing_controller.h', | 313 'public/browser/tracing_controller.h', |
| 312 'public/browser/tracing_delegate.cc', | 314 'public/browser/tracing_delegate.cc', |
| 313 'public/browser/tracing_delegate.h', | 315 'public/browser/tracing_delegate.h', |
| 314 'public/browser/url_data_source.cc', | 316 'public/browser/url_data_source.cc', |
| 315 'public/browser/url_data_source.h', | 317 'public/browser/url_data_source.h', |
| 316 'public/browser/user_metrics.h', | 318 'public/browser/user_metrics.h', |
| 317 'public/browser/utility_process_host.h', | 319 'public/browser/utility_process_host.h', |
| 318 'public/browser/web_contents.cc', | 320 'public/browser/web_contents.cc', |
| 319 'public/browser/web_contents.h', | 321 'public/browser/web_contents.h', |
| (...skipping 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2206 ['enable_webvr==1 and OS=="android"', { | 2208 ['enable_webvr==1 and OS=="android"', { |
| 2207 'sources': [ | 2209 'sources': [ |
| 2208 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2209 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2211 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2212 ], | 2214 ], |
| 2213 }], | 2215 }], |
| 2214 ], | 2216 ], |
| 2215 } | 2217 } |
| OLD | NEW |