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