| 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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1352 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1353 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1353 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1354 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1354 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
| 1355 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1355 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
| 1356 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1356 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1357 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1357 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1358 'browser/service_worker/embedded_worker_instance.cc', | 1358 'browser/service_worker/embedded_worker_instance.cc', |
| 1359 'browser/service_worker/embedded_worker_instance.h', | 1359 'browser/service_worker/embedded_worker_instance.h', |
| 1360 'browser/service_worker/embedded_worker_registry.cc', | 1360 'browser/service_worker/embedded_worker_registry.cc', |
| 1361 'browser/service_worker/embedded_worker_registry.h', | 1361 'browser/service_worker/embedded_worker_registry.h', |
| 1362 'browser/service_worker/service_worker_cache_writer.cc', | |
| 1363 'browser/service_worker/service_worker_cache_writer.h', | |
| 1364 'browser/service_worker/service_worker_context_core.cc', | 1362 'browser/service_worker/service_worker_context_core.cc', |
| 1365 'browser/service_worker/service_worker_context_core.h', | 1363 'browser/service_worker/service_worker_context_core.h', |
| 1366 'browser/service_worker/service_worker_context_observer.h', | 1364 'browser/service_worker/service_worker_context_observer.h', |
| 1367 'browser/service_worker/service_worker_context_request_handler.cc', | 1365 'browser/service_worker/service_worker_context_request_handler.cc', |
| 1368 'browser/service_worker/service_worker_context_request_handler.h', | 1366 'browser/service_worker/service_worker_context_request_handler.h', |
| 1369 'browser/service_worker/service_worker_context_watcher.cc', | 1367 'browser/service_worker/service_worker_context_watcher.cc', |
| 1370 'browser/service_worker/service_worker_context_watcher.h', | 1368 'browser/service_worker/service_worker_context_watcher.h', |
| 1371 'browser/service_worker/service_worker_context_wrapper.cc', | 1369 'browser/service_worker/service_worker_context_wrapper.cc', |
| 1372 'browser/service_worker/service_worker_context_wrapper.h', | 1370 'browser/service_worker/service_worker_context_wrapper.h', |
| 1373 'browser/service_worker/service_worker_controllee_request_handler.cc', | 1371 'browser/service_worker/service_worker_controllee_request_handler.cc', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2176 ['enable_webvr==1 and OS=="android"', { | 2174 ['enable_webvr==1 and OS=="android"', { |
| 2177 'sources': [ | 2175 'sources': [ |
| 2178 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2176 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2179 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2177 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2180 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2178 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2181 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2179 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2182 ], | 2180 ], |
| 2183 }], | 2181 }], |
| 2184 ], | 2182 ], |
| 2185 } | 2183 } |
| OLD | NEW |