| 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 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1359 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1359 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1360 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1360 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1361 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1361 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
| 1362 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1362 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
| 1363 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1363 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1364 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1364 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1365 'browser/service_worker/embedded_worker_instance.cc', | 1365 'browser/service_worker/embedded_worker_instance.cc', |
| 1366 'browser/service_worker/embedded_worker_instance.h', | 1366 'browser/service_worker/embedded_worker_instance.h', |
| 1367 'browser/service_worker/embedded_worker_registry.cc', | 1367 'browser/service_worker/embedded_worker_registry.cc', |
| 1368 'browser/service_worker/embedded_worker_registry.h', | 1368 'browser/service_worker/embedded_worker_registry.h', |
| 1369 'browser/service_worker/service_worker_cache_writer.cc', | |
| 1370 'browser/service_worker/service_worker_cache_writer.h', | |
| 1371 'browser/service_worker/service_worker_context_core.cc', | 1369 'browser/service_worker/service_worker_context_core.cc', |
| 1372 'browser/service_worker/service_worker_context_core.h', | 1370 'browser/service_worker/service_worker_context_core.h', |
| 1373 'browser/service_worker/service_worker_context_observer.h', | 1371 'browser/service_worker/service_worker_context_observer.h', |
| 1374 'browser/service_worker/service_worker_context_request_handler.cc', | 1372 'browser/service_worker/service_worker_context_request_handler.cc', |
| 1375 'browser/service_worker/service_worker_context_request_handler.h', | 1373 'browser/service_worker/service_worker_context_request_handler.h', |
| 1376 'browser/service_worker/service_worker_context_watcher.cc', | 1374 'browser/service_worker/service_worker_context_watcher.cc', |
| 1377 'browser/service_worker/service_worker_context_watcher.h', | 1375 'browser/service_worker/service_worker_context_watcher.h', |
| 1378 'browser/service_worker/service_worker_context_wrapper.cc', | 1376 'browser/service_worker/service_worker_context_wrapper.cc', |
| 1379 'browser/service_worker/service_worker_context_wrapper.h', | 1377 'browser/service_worker/service_worker_context_wrapper.h', |
| 1380 'browser/service_worker/service_worker_controllee_request_handler.cc', | 1378 'browser/service_worker/service_worker_controllee_request_handler.cc', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2183 ['enable_webvr==1 and OS=="android"', { | 2181 ['enable_webvr==1 and OS=="android"', { |
| 2184 'sources': [ | 2182 'sources': [ |
| 2185 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2183 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2186 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2184 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2187 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2185 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2188 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2186 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2189 ], | 2187 ], |
| 2190 }], | 2188 }], |
| 2191 ], | 2189 ], |
| 2192 } | 2190 } |
| OLD | NEW |