| 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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 'browser/screen_orientation/screen_orientation_delegate_android.cc', | 1368 'browser/screen_orientation/screen_orientation_delegate_android.cc', |
| 1369 'browser/screen_orientation/screen_orientation_delegate_android.h', | 1369 'browser/screen_orientation/screen_orientation_delegate_android.h', |
| 1370 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', | 1370 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', |
| 1371 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', | 1371 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', |
| 1372 'browser/screen_orientation/screen_orientation_message_filter_android.cc', | 1372 'browser/screen_orientation/screen_orientation_message_filter_android.cc', |
| 1373 'browser/screen_orientation/screen_orientation_message_filter_android.h', | 1373 'browser/screen_orientation/screen_orientation_message_filter_android.h', |
| 1374 'browser/service_worker/embedded_worker_instance.cc', | 1374 'browser/service_worker/embedded_worker_instance.cc', |
| 1375 'browser/service_worker/embedded_worker_instance.h', | 1375 'browser/service_worker/embedded_worker_instance.h', |
| 1376 'browser/service_worker/embedded_worker_registry.cc', | 1376 'browser/service_worker/embedded_worker_registry.cc', |
| 1377 'browser/service_worker/embedded_worker_registry.h', | 1377 'browser/service_worker/embedded_worker_registry.h', |
| 1378 'browser/service_worker/service_worker_cache_writer.cc', | |
| 1379 'browser/service_worker/service_worker_cache_writer.h', | |
| 1380 'browser/service_worker/service_worker_context_core.cc', | 1378 'browser/service_worker/service_worker_context_core.cc', |
| 1381 'browser/service_worker/service_worker_context_core.h', | 1379 'browser/service_worker/service_worker_context_core.h', |
| 1382 'browser/service_worker/service_worker_context_observer.h', | 1380 'browser/service_worker/service_worker_context_observer.h', |
| 1383 'browser/service_worker/service_worker_context_request_handler.cc', | 1381 'browser/service_worker/service_worker_context_request_handler.cc', |
| 1384 'browser/service_worker/service_worker_context_request_handler.h', | 1382 'browser/service_worker/service_worker_context_request_handler.h', |
| 1385 'browser/service_worker/service_worker_context_watcher.cc', | 1383 'browser/service_worker/service_worker_context_watcher.cc', |
| 1386 'browser/service_worker/service_worker_context_watcher.h', | 1384 'browser/service_worker/service_worker_context_watcher.h', |
| 1387 'browser/service_worker/service_worker_context_wrapper.cc', | 1385 'browser/service_worker/service_worker_context_wrapper.cc', |
| 1388 'browser/service_worker/service_worker_context_wrapper.h', | 1386 'browser/service_worker/service_worker_context_wrapper.h', |
| 1389 'browser/service_worker/service_worker_controllee_request_handler.cc', | 1387 'browser/service_worker/service_worker_controllee_request_handler.cc', |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2187 ['enable_webvr==1 and OS=="android"', { | 2185 ['enable_webvr==1 and OS=="android"', { |
| 2188 'sources': [ | 2186 'sources': [ |
| 2189 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2187 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2190 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2188 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2191 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2189 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2190 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2193 ], | 2191 ], |
| 2194 }], | 2192 }], |
| 2195 ], | 2193 ], |
| 2196 } | 2194 } |
| OLD | NEW |