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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'browser/android/browser_surface_texture_manager.h', | 399 'browser/android/browser_surface_texture_manager.h', |
400 'browser/android/child_process_launcher_android.cc', | 400 'browser/android/child_process_launcher_android.cc', |
401 'browser/android/child_process_launcher_android.h', | 401 'browser/android/child_process_launcher_android.h', |
402 'browser/android/content_protocol_handler_impl.cc', | 402 'browser/android/content_protocol_handler_impl.cc', |
403 'browser/android/content_protocol_handler_impl.h', | 403 'browser/android/content_protocol_handler_impl.h', |
404 'browser/android/content_startup_flags.cc', | 404 'browser/android/content_startup_flags.cc', |
405 'browser/android/content_startup_flags.h', | 405 'browser/android/content_startup_flags.h', |
406 'browser/android/content_video_view.cc', | 406 'browser/android/content_video_view.cc', |
407 'browser/android/content_video_view.h', | 407 'browser/android/content_video_view.h', |
408 'browser/android/devtools_auth.cc', | 408 'browser/android/devtools_auth.cc', |
409 'browser/android/in_process_surface_texture_manager.cc', | |
410 'browser/android/in_process_surface_texture_manager.h', | |
411 'browser/android/service_registry_android_impl.cc', | 409 'browser/android/service_registry_android_impl.cc', |
412 'browser/android/service_registry_android_impl.h', | 410 'browser/android/service_registry_android_impl.h', |
413 'browser/android/url_request_content_job.cc', | 411 'browser/android/url_request_content_job.cc', |
414 'browser/android/url_request_content_job.h', | 412 'browser/android/url_request_content_job.h', |
415 'browser/appcache/appcache.cc', | 413 'browser/appcache/appcache.cc', |
416 'browser/appcache/appcache.h', | 414 'browser/appcache/appcache.h', |
417 'browser/appcache/appcache_backend_impl.cc', | 415 'browser/appcache/appcache_backend_impl.cc', |
418 'browser/appcache/appcache_backend_impl.h', | 416 'browser/appcache/appcache_backend_impl.h', |
419 'browser/appcache/appcache_database.cc', | 417 'browser/appcache/appcache_database.cc', |
420 'browser/appcache/appcache_database.h', | 418 'browser/appcache/appcache_database.h', |
(...skipping 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2203 ['enable_webvr==1 and OS=="android"', { | 2201 ['enable_webvr==1 and OS=="android"', { |
2204 'sources': [ | 2202 'sources': [ |
2205 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2203 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2206 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2204 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2205 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2206 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2209 ], | 2207 ], |
2210 }], | 2208 }], |
2211 ], | 2209 ], |
2212 } | 2210 } |
OLD | NEW |