| 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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 'browser/media/media_internals_proxy.cc', | 1051 'browser/media/media_internals_proxy.cc', |
| 1052 'browser/media/media_internals_proxy.h', | 1052 'browser/media/media_internals_proxy.h', |
| 1053 'browser/media/media_internals_ui.cc', | 1053 'browser/media/media_internals_ui.cc', |
| 1054 'browser/media/media_internals_ui.h', | 1054 'browser/media/media_internals_ui.h', |
| 1055 'browser/media/midi_host.cc', | 1055 'browser/media/midi_host.cc', |
| 1056 'browser/media/midi_host.h', | 1056 'browser/media/midi_host.h', |
| 1057 'browser/media/webrtc_identity_store.cc', | 1057 'browser/media/webrtc_identity_store.cc', |
| 1058 'browser/media/webrtc_identity_store.h', | 1058 'browser/media/webrtc_identity_store.h', |
| 1059 'browser/media/webrtc_identity_store_backend.cc', | 1059 'browser/media/webrtc_identity_store_backend.cc', |
| 1060 'browser/media/webrtc_identity_store_backend.h', | 1060 'browser/media/webrtc_identity_store_backend.h', |
| 1061 'browser/memory/memory_message_filter.cc', |
| 1062 'browser/memory/memory_message_filter.h', |
| 1063 'browser/memory/memory_pressure_controller.cc', |
| 1064 'browser/memory/memory_pressure_controller.h', |
| 1061 'browser/message_port_message_filter.cc', | 1065 'browser/message_port_message_filter.cc', |
| 1062 'browser/message_port_message_filter.h', | 1066 'browser/message_port_message_filter.h', |
| 1063 'browser/message_port_provider.cc', | 1067 'browser/message_port_provider.cc', |
| 1064 'browser/message_port_service.cc', | 1068 'browser/message_port_service.cc', |
| 1065 'browser/message_port_service.h', | 1069 'browser/message_port_service.h', |
| 1066 'browser/mime_registry_message_filter.cc', | 1070 'browser/mime_registry_message_filter.cc', |
| 1067 'browser/mime_registry_message_filter.h', | 1071 'browser/mime_registry_message_filter.h', |
| 1068 'browser/mojo/mojo_app_connection_impl.cc', | 1072 'browser/mojo/mojo_app_connection_impl.cc', |
| 1069 'browser/mojo/mojo_app_connection_impl.h', | 1073 'browser/mojo/mojo_app_connection_impl.h', |
| 1070 'browser/mojo/mojo_application_host.cc', | 1074 'browser/mojo/mojo_application_host.cc', |
| (...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2178 ['enable_webvr==1 and OS=="android"', { | 2182 ['enable_webvr==1 and OS=="android"', { |
| 2179 'sources': [ | 2183 'sources': [ |
| 2180 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2184 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2181 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2185 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2182 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2186 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2183 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2187 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2184 ], | 2188 ], |
| 2185 }], | 2189 }], |
| 2186 ], | 2190 ], |
| 2187 } | 2191 } |
| OLD | NEW |