| 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 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'public/browser/android/browser_media_player_manager_register.cc', | 64 'public/browser/android/browser_media_player_manager_register.cc', |
| 65 'public/browser/android/browser_media_player_manager_register.h', | 65 'public/browser/android/browser_media_player_manager_register.h', |
| 66 'public/browser/android/compositor.h', | 66 'public/browser/android/compositor.h', |
| 67 'public/browser/android/compositor_client.h', | 67 'public/browser/android/compositor_client.h', |
| 68 'public/browser/android/content_protocol_handler.h', | 68 'public/browser/android/content_protocol_handler.h', |
| 69 'public/browser/android/content_view_core.h', | 69 'public/browser/android/content_view_core.h', |
| 70 'public/browser/android/content_view_layer_renderer.h', | 70 'public/browser/android/content_view_layer_renderer.h', |
| 71 'public/browser/android/devtools_auth.h', | 71 'public/browser/android/devtools_auth.h', |
| 72 'public/browser/android/download_controller_android.h', | 72 'public/browser/android/download_controller_android.h', |
| 73 'public/browser/android/external_video_surface_container.h', | 73 'public/browser/android/external_video_surface_container.h', |
| 74 'public/browser/android/media_controls_delegate.h', |
| 74 'public/browser/android/synchronous_compositor.h', | 75 'public/browser/android/synchronous_compositor.h', |
| 75 'public/browser/android/synchronous_compositor_client.h', | 76 'public/browser/android/synchronous_compositor_client.h', |
| 76 'public/browser/appcache_service.h', | 77 'public/browser/appcache_service.h', |
| 77 'public/browser/ax_event_notification_details.cc', | 78 'public/browser/ax_event_notification_details.cc', |
| 78 'public/browser/ax_event_notification_details.h', | 79 'public/browser/ax_event_notification_details.h', |
| 79 'public/browser/background_tracing_config.cc', | 80 'public/browser/background_tracing_config.cc', |
| 80 'public/browser/background_tracing_config.h', | 81 'public/browser/background_tracing_config.h', |
| 81 'public/browser/background_tracing_manager.h', | 82 'public/browser/background_tracing_manager.h', |
| 82 'public/browser/background_tracing_preemptive_config.cc', | 83 'public/browser/background_tracing_preemptive_config.cc', |
| 83 'public/browser/background_tracing_preemptive_config.h', | 84 'public/browser/background_tracing_preemptive_config.h', |
| (...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2099 'sources': [ | 2100 'sources': [ |
| 2100 'browser/vr/vr_device.cc', | 2101 'browser/vr/vr_device.cc', |
| 2101 'browser/vr/vr_device.h', | 2102 'browser/vr/vr_device.h', |
| 2102 'browser/vr/vr_device_manager.cc', | 2103 'browser/vr/vr_device_manager.cc', |
| 2103 'browser/vr/vr_device_manager.h', | 2104 'browser/vr/vr_device_manager.h', |
| 2104 'browser/vr/vr_device_provider.h', | 2105 'browser/vr/vr_device_provider.h', |
| 2105 ] | 2106 ] |
| 2106 }], | 2107 }], |
| 2107 ], | 2108 ], |
| 2108 } | 2109 } |
| OLD | NEW |