| 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 "gpu/gpu_main_thread_factory.cc", | 753 "gpu/gpu_main_thread_factory.cc", |
| 754 "gpu/gpu_main_thread_factory.h", | 754 "gpu/gpu_main_thread_factory.h", |
| 755 "gpu/gpu_process_host.cc", | 755 "gpu/gpu_process_host.cc", |
| 756 "gpu/gpu_process_host.h", | 756 "gpu/gpu_process_host.h", |
| 757 "gpu/shader_cache_factory.cc", | 757 "gpu/shader_cache_factory.cc", |
| 758 "gpu/shader_cache_factory.h", | 758 "gpu/shader_cache_factory.h", |
| 759 "histogram_controller.cc", | 759 "histogram_controller.cc", |
| 760 "histogram_controller.h", | 760 "histogram_controller.h", |
| 761 "histogram_internals_request_job.cc", | 761 "histogram_internals_request_job.cc", |
| 762 "histogram_internals_request_job.h", | 762 "histogram_internals_request_job.h", |
| 763 "histogram_internals_url_loader.cc", |
| 764 "histogram_internals_url_loader.h", |
| 763 "histogram_message_filter.cc", | 765 "histogram_message_filter.cc", |
| 764 "histogram_message_filter.h", | 766 "histogram_message_filter.h", |
| 765 "histogram_subscriber.h", | 767 "histogram_subscriber.h", |
| 766 "histogram_synchronizer.cc", | 768 "histogram_synchronizer.cc", |
| 767 "histogram_synchronizer.h", | 769 "histogram_synchronizer.h", |
| 768 "host_zoom_level_context.cc", | 770 "host_zoom_level_context.cc", |
| 769 "host_zoom_level_context.h", | 771 "host_zoom_level_context.h", |
| 770 "host_zoom_map_impl.cc", | 772 "host_zoom_map_impl.cc", |
| 771 "host_zoom_map_impl.h", | 773 "host_zoom_map_impl.h", |
| 772 "host_zoom_map_observer.cc", | 774 "host_zoom_map_observer.cc", |
| (...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 if (!is_component_build) { | 2139 if (!is_component_build) { |
| 2138 public_deps = [ | 2140 public_deps = [ |
| 2139 ":browser", | 2141 ":browser", |
| 2140 ] | 2142 ] |
| 2141 } else { | 2143 } else { |
| 2142 public_deps = [ | 2144 public_deps = [ |
| 2143 "//third_party/leveldatabase", | 2145 "//third_party/leveldatabase", |
| 2144 ] | 2146 ] |
| 2145 } | 2147 } |
| 2146 } | 2148 } |
| OLD | NEW |