| 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/leveldb/leveldb.gyp:leveldb_lib', | 10 '../components/leveldb/leveldb.gyp:leveldb_lib', |
| 11 '../components/mime_util/mime_util.gyp:mime_util', | 11 '../components/mime_util/mime_util.gyp:mime_util', |
| 12 '../components/profile_service/profile_service.gyp:profile_service_lib', | 12 '../components/profile_service/profile_service.gyp:profile_service_lib', |
| 13 '../components/profile_service/profile_service.gyp:profile_service_public_li
b', |
| 13 '../components/scheduler/scheduler.gyp:scheduler_common', | 14 '../components/scheduler/scheduler.gyp:scheduler_common', |
| 14 '../components/url_formatter/url_formatter.gyp:url_formatter', | 15 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 15 '../crypto/crypto.gyp:crypto', | 16 '../crypto/crypto.gyp:crypto', |
| 16 '../device/battery/battery.gyp:device_battery', | 17 '../device/battery/battery.gyp:device_battery', |
| 17 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 18 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 18 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 19 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 19 '../device/usb/usb.gyp:device_usb', | 20 '../device/usb/usb.gyp:device_usb', |
| 20 '../device/vibration/vibration.gyp:device_vibration', | 21 '../device/vibration/vibration.gyp:device_vibration', |
| 21 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 22 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| 22 '../gin/gin.gyp:gin', | 23 '../gin/gin.gyp:gin', |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 'browser/memory/memory_message_filter.h', | 1116 'browser/memory/memory_message_filter.h', |
| 1116 'browser/memory/memory_pressure_controller_impl.cc', | 1117 'browser/memory/memory_pressure_controller_impl.cc', |
| 1117 'browser/memory/memory_pressure_controller_impl.h', | 1118 'browser/memory/memory_pressure_controller_impl.h', |
| 1118 'browser/message_port_message_filter.cc', | 1119 'browser/message_port_message_filter.cc', |
| 1119 'browser/message_port_message_filter.h', | 1120 'browser/message_port_message_filter.h', |
| 1120 'browser/message_port_provider.cc', | 1121 'browser/message_port_provider.cc', |
| 1121 'browser/message_port_service.cc', | 1122 'browser/message_port_service.cc', |
| 1122 'browser/message_port_service.h', | 1123 'browser/message_port_service.h', |
| 1123 'browser/mime_registry_message_filter.cc', | 1124 'browser/mime_registry_message_filter.cc', |
| 1124 'browser/mime_registry_message_filter.h', | 1125 'browser/mime_registry_message_filter.h', |
| 1126 'browser/mojo/browser_shell_connection.cc', |
| 1127 'browser/mojo/browser_shell_connection.h', |
| 1125 'browser/mojo/constants.cc', | 1128 'browser/mojo/constants.cc', |
| 1126 'browser/mojo/constants.h', | 1129 'browser/mojo/constants.h', |
| 1127 'browser/mojo/mojo_app_connection_impl.cc', | 1130 'browser/mojo/mojo_app_connection_impl.cc', |
| 1128 'browser/mojo/mojo_app_connection_impl.h', | 1131 'browser/mojo/mojo_app_connection_impl.h', |
| 1129 'browser/mojo/mojo_application_host.cc', | 1132 'browser/mojo/mojo_application_host.cc', |
| 1130 'browser/mojo/mojo_application_host.h', | 1133 'browser/mojo/mojo_application_host.h', |
| 1131 'browser/mojo/mojo_child_connection.cc', | 1134 'browser/mojo/mojo_child_connection.cc', |
| 1132 'browser/mojo/mojo_child_connection.h', | 1135 'browser/mojo/mojo_child_connection.h', |
| 1133 'browser/mojo/mojo_shell_context.cc', | 1136 'browser/mojo/mojo_shell_context.cc', |
| 1134 'browser/mojo/mojo_shell_context.h', | 1137 'browser/mojo/mojo_shell_context.h', |
| (...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2220 ['enable_webvr==1 and OS=="android"', { | 2223 ['enable_webvr==1 and OS=="android"', { |
| 2221 'sources': [ | 2224 'sources': [ |
| 2222 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2225 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2223 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2226 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2227 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2228 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2226 ], | 2229 ], |
| 2227 }], | 2230 }], |
| 2228 ], | 2231 ], |
| 2229 } | 2232 } |
| OLD | NEW |