| 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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1347 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1348 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1348 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1349 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1349 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
| 1350 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1350 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
| 1351 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1351 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1352 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1352 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1353 'browser/service_worker/embedded_worker_instance.cc', | 1353 'browser/service_worker/embedded_worker_instance.cc', |
| 1354 'browser/service_worker/embedded_worker_instance.h', | 1354 'browser/service_worker/embedded_worker_instance.h', |
| 1355 'browser/service_worker/embedded_worker_registry.cc', | 1355 'browser/service_worker/embedded_worker_registry.cc', |
| 1356 'browser/service_worker/embedded_worker_registry.h', | 1356 'browser/service_worker/embedded_worker_registry.h', |
| 1357 'browser/service_worker/service_worker_cache_writer.cc', |
| 1358 'browser/service_worker/service_worker_cache_writer.h', |
| 1357 'browser/service_worker/service_worker_context_core.cc', | 1359 'browser/service_worker/service_worker_context_core.cc', |
| 1358 'browser/service_worker/service_worker_context_core.h', | 1360 'browser/service_worker/service_worker_context_core.h', |
| 1359 'browser/service_worker/service_worker_context_observer.h', | 1361 'browser/service_worker/service_worker_context_observer.h', |
| 1360 'browser/service_worker/service_worker_context_request_handler.cc', | 1362 'browser/service_worker/service_worker_context_request_handler.cc', |
| 1361 'browser/service_worker/service_worker_context_request_handler.h', | 1363 'browser/service_worker/service_worker_context_request_handler.h', |
| 1362 'browser/service_worker/service_worker_context_watcher.cc', | 1364 'browser/service_worker/service_worker_context_watcher.cc', |
| 1363 'browser/service_worker/service_worker_context_watcher.h', | 1365 'browser/service_worker/service_worker_context_watcher.h', |
| 1364 'browser/service_worker/service_worker_context_wrapper.cc', | 1366 'browser/service_worker/service_worker_context_wrapper.cc', |
| 1365 'browser/service_worker/service_worker_context_wrapper.h', | 1367 'browser/service_worker/service_worker_context_wrapper.h', |
| 1366 'browser/service_worker/service_worker_controllee_request_handler.cc', | 1368 'browser/service_worker/service_worker_controllee_request_handler.cc', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2169 ['enable_webvr==1 and OS=="android"', { | 2171 ['enable_webvr==1 and OS=="android"', { |
| 2170 'sources': [ | 2172 'sources': [ |
| 2171 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2173 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2172 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2174 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2173 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2175 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2174 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2176 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2175 ], | 2177 ], |
| 2176 }], | 2178 }], |
| 2177 ], | 2179 ], |
| 2178 } | 2180 } |
| OLD | NEW |