OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//content/browser/browser.gni") | 8 import("//content/browser/browser.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 | 10 |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 "android/content_view_core_impl.cc", | 446 "android/content_view_core_impl.cc", |
447 "android/content_view_core_impl.h", | 447 "android/content_view_core_impl.h", |
448 "android/content_view_render_view.cc", | 448 "android/content_view_render_view.cc", |
449 "android/content_view_render_view.h", | 449 "android/content_view_render_view.h", |
450 "android/content_view_statics.cc", | 450 "android/content_view_statics.cc", |
451 "android/content_view_statics.h", | 451 "android/content_view_statics.h", |
452 "android/date_time_chooser_android.cc", | 452 "android/date_time_chooser_android.cc", |
453 "android/date_time_chooser_android.h", | 453 "android/date_time_chooser_android.h", |
454 "android/deferred_download_observer.cc", | 454 "android/deferred_download_observer.cc", |
455 "android/deferred_download_observer.h", | 455 "android/deferred_download_observer.h", |
456 "android/devtools_auth.cc", | 456 # "android/devtools_auth.cc", |
457 "android/download_controller_android_impl.cc", | 457 "android/download_controller_android_impl.cc", |
458 "android/download_controller_android_impl.h", | 458 "android/download_controller_android_impl.h", |
459 "android/edge_effect.cc", | 459 "android/edge_effect.cc", |
460 "android/edge_effect.h", | 460 "android/edge_effect.h", |
461 "android/edge_effect_l.cc", | 461 "android/edge_effect_l.cc", |
462 "android/edge_effect_l.h", | 462 "android/edge_effect_l.h", |
463 "android/in_process/context_provider_in_process.cc", | 463 "android/in_process/context_provider_in_process.cc", |
464 "android/in_process/context_provider_in_process.h", | 464 "android/in_process/context_provider_in_process.h", |
465 "android/in_process/synchronous_compositor_external_begin_frame_source.cc"
, | 465 "android/in_process/synchronous_compositor_external_begin_frame_source.cc"
, |
466 "android/in_process/synchronous_compositor_external_begin_frame_source.h", | 466 "android/in_process/synchronous_compositor_external_begin_frame_source.h", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 if (enable_webvr) { | 614 if (enable_webvr) { |
615 sources += [ | 615 sources += [ |
616 "vr/vr_device.cc", | 616 "vr/vr_device.cc", |
617 "vr/vr_device.h", | 617 "vr/vr_device.h", |
618 "vr/vr_device_manager.cc", | 618 "vr/vr_device_manager.cc", |
619 "vr/vr_device_manager.h", | 619 "vr/vr_device_manager.h", |
620 "vr/vr_device_provider.h", | 620 "vr/vr_device_provider.h", |
621 ] | 621 ] |
622 } | 622 } |
623 } | 623 } |
OLD | NEW |