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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1090 'browser/mojo/service_registrar_android.cc', | 1090 'browser/mojo/service_registrar_android.cc', |
1091 'browser/mojo/service_registrar_android.h', | 1091 'browser/mojo/service_registrar_android.h', |
1092 'browser/mojo/service_registry_android.cc', | 1092 'browser/mojo/service_registry_android.cc', |
1093 'browser/mojo/service_registry_android.h', | 1093 'browser/mojo/service_registry_android.h', |
1094 'browser/navigator_connect/navigator_connect_context_impl.cc', | 1094 'browser/navigator_connect/navigator_connect_context_impl.cc', |
1095 'browser/navigator_connect/navigator_connect_context_impl.h', | 1095 'browser/navigator_connect/navigator_connect_context_impl.h', |
1096 'browser/navigator_connect/service_port_service_impl.cc', | 1096 'browser/navigator_connect/service_port_service_impl.cc', |
1097 'browser/navigator_connect/service_port_service_impl.h', | 1097 'browser/navigator_connect/service_port_service_impl.h', |
1098 'browser/net/browser_online_state_observer.cc', | 1098 'browser/net/browser_online_state_observer.cc', |
1099 'browser/net/browser_online_state_observer.h', | 1099 'browser/net/browser_online_state_observer.h', |
| 1100 'browser/net/network_errors_listing_ui.cc', |
| 1101 'browser/net/network_errors_listing_ui.h', |
1100 'browser/net/quota_policy_cookie_store.cc', | 1102 'browser/net/quota_policy_cookie_store.cc', |
1101 'browser/net/quota_policy_cookie_store.h', | 1103 'browser/net/quota_policy_cookie_store.h', |
1102 'browser/net/view_blob_internals_job_factory.cc', | 1104 'browser/net/view_blob_internals_job_factory.cc', |
1103 'browser/net/view_blob_internals_job_factory.h', | 1105 'browser/net/view_blob_internals_job_factory.h', |
1104 'browser/net/view_http_cache_job_factory.cc', | 1106 'browser/net/view_http_cache_job_factory.cc', |
1105 'browser/net/view_http_cache_job_factory.h', | 1107 'browser/net/view_http_cache_job_factory.h', |
1106 'browser/notification_service_impl.cc', | 1108 'browser/notification_service_impl.cc', |
1107 'browser/notification_service_impl.h', | 1109 'browser/notification_service_impl.h', |
1108 'browser/notifications/notification_database.cc', | 1110 'browser/notifications/notification_database.cc', |
1109 'browser/notifications/notification_database.h', | 1111 'browser/notifications/notification_database.h', |
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2191 ['enable_webvr==1 and OS=="android"', { | 2193 ['enable_webvr==1 and OS=="android"', { |
2192 'sources': [ | 2194 'sources': [ |
2193 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2195 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2194 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2196 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2195 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2196 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2197 ], | 2199 ], |
2198 }], | 2200 }], |
2199 ], | 2201 ], |
2200 } | 2202 } |
OLD | NEW |