| 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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1339 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1340 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1340 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1341 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1341 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
| 1342 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1342 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
| 1343 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1343 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1344 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1344 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1345 'browser/service_worker/embedded_worker_instance.cc', | 1345 'browser/service_worker/embedded_worker_instance.cc', |
| 1346 'browser/service_worker/embedded_worker_instance.h', | 1346 'browser/service_worker/embedded_worker_instance.h', |
| 1347 'browser/service_worker/embedded_worker_registry.cc', | 1347 'browser/service_worker/embedded_worker_registry.cc', |
| 1348 'browser/service_worker/embedded_worker_registry.h', | 1348 'browser/service_worker/embedded_worker_registry.h', |
| 1349 'browser/service_worker/service_worker_cache_writer.cc', |
| 1350 'browser/service_worker/service_worker_cache_writer.h', |
| 1349 'browser/service_worker/service_worker_context_core.cc', | 1351 'browser/service_worker/service_worker_context_core.cc', |
| 1350 'browser/service_worker/service_worker_context_core.h', | 1352 'browser/service_worker/service_worker_context_core.h', |
| 1351 'browser/service_worker/service_worker_context_observer.h', | 1353 'browser/service_worker/service_worker_context_observer.h', |
| 1352 'browser/service_worker/service_worker_context_request_handler.cc', | 1354 'browser/service_worker/service_worker_context_request_handler.cc', |
| 1353 'browser/service_worker/service_worker_context_request_handler.h', | 1355 'browser/service_worker/service_worker_context_request_handler.h', |
| 1354 'browser/service_worker/service_worker_context_watcher.cc', | 1356 'browser/service_worker/service_worker_context_watcher.cc', |
| 1355 'browser/service_worker/service_worker_context_watcher.h', | 1357 'browser/service_worker/service_worker_context_watcher.h', |
| 1356 'browser/service_worker/service_worker_context_wrapper.cc', | 1358 'browser/service_worker/service_worker_context_wrapper.cc', |
| 1357 'browser/service_worker/service_worker_context_wrapper.h', | 1359 'browser/service_worker/service_worker_context_wrapper.h', |
| 1358 'browser/service_worker/service_worker_controllee_request_handler.cc', | 1360 'browser/service_worker/service_worker_controllee_request_handler.cc', |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2156 ['enable_webvr==1 and OS=="android"', { | 2158 ['enable_webvr==1 and OS=="android"', { |
| 2157 'sources': [ | 2159 'sources': [ |
| 2158 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2160 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2159 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2161 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2160 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2162 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2161 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2163 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2162 ], | 2164 ], |
| 2163 }], | 2165 }], |
| 2164 ], | 2166 ], |
| 2165 } | 2167 } |
| OLD | NEW |