| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 "gpu/gpu_data_manager_impl_private.cc", | 718 "gpu/gpu_data_manager_impl_private.cc", |
| 719 "gpu/gpu_data_manager_impl_private.h", | 719 "gpu/gpu_data_manager_impl_private.h", |
| 720 "gpu/gpu_feature_checker_impl.cc", | 720 "gpu/gpu_feature_checker_impl.cc", |
| 721 "gpu/gpu_feature_checker_impl.h", | 721 "gpu/gpu_feature_checker_impl.h", |
| 722 "gpu/gpu_internals_ui.cc", | 722 "gpu/gpu_internals_ui.cc", |
| 723 "gpu/gpu_internals_ui.h", | 723 "gpu/gpu_internals_ui.h", |
| 724 "gpu/gpu_main_thread_factory.cc", | 724 "gpu/gpu_main_thread_factory.cc", |
| 725 "gpu/gpu_main_thread_factory.h", | 725 "gpu/gpu_main_thread_factory.h", |
| 726 "gpu/gpu_process_host.cc", | 726 "gpu/gpu_process_host.cc", |
| 727 "gpu/gpu_process_host.h", | 727 "gpu/gpu_process_host.h", |
| 728 "gpu/gpu_process_host_ui_shim.cc", | |
| 729 "gpu/gpu_process_host_ui_shim.h", | |
| 730 "gpu/shader_cache_factory.cc", | 728 "gpu/shader_cache_factory.cc", |
| 731 "gpu/shader_cache_factory.h", | 729 "gpu/shader_cache_factory.h", |
| 732 "histogram_controller.cc", | 730 "histogram_controller.cc", |
| 733 "histogram_controller.h", | 731 "histogram_controller.h", |
| 734 "histogram_internals_request_job.cc", | 732 "histogram_internals_request_job.cc", |
| 735 "histogram_internals_request_job.h", | 733 "histogram_internals_request_job.h", |
| 736 "histogram_message_filter.cc", | 734 "histogram_message_filter.cc", |
| 737 "histogram_message_filter.h", | 735 "histogram_message_filter.h", |
| 738 "histogram_subscriber.h", | 736 "histogram_subscriber.h", |
| 739 "histogram_synchronizer.cc", | 737 "histogram_synchronizer.cc", |
| (...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2067 if (!is_component_build) { | 2065 if (!is_component_build) { |
| 2068 public_deps = [ | 2066 public_deps = [ |
| 2069 ":browser", | 2067 ":browser", |
| 2070 ] | 2068 ] |
| 2071 } else { | 2069 } else { |
| 2072 public_deps = [ | 2070 public_deps = [ |
| 2073 "//third_party/leveldatabase", | 2071 "//third_party/leveldatabase", |
| 2074 ] | 2072 ] |
| 2075 } | 2073 } |
| 2076 } | 2074 } |
| OLD | NEW |