| 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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 "loader/detachable_resource_handler.cc", | 816 "loader/detachable_resource_handler.cc", |
| 817 "loader/detachable_resource_handler.h", | 817 "loader/detachable_resource_handler.h", |
| 818 "loader/downloaded_temp_file_impl.cc", | 818 "loader/downloaded_temp_file_impl.cc", |
| 819 "loader/downloaded_temp_file_impl.h", | 819 "loader/downloaded_temp_file_impl.h", |
| 820 "loader/global_routing_id.h", | 820 "loader/global_routing_id.h", |
| 821 "loader/intercepting_resource_handler.cc", | 821 "loader/intercepting_resource_handler.cc", |
| 822 "loader/intercepting_resource_handler.h", | 822 "loader/intercepting_resource_handler.h", |
| 823 "loader/layered_resource_handler.cc", | 823 "loader/layered_resource_handler.cc", |
| 824 "loader/layered_resource_handler.h", | 824 "loader/layered_resource_handler.h", |
| 825 "loader/loader_delegate.h", | 825 "loader/loader_delegate.h", |
| 826 "loader/loader_globals.cc", |
| 827 "loader/loader_globals.h", |
| 826 "loader/loader_io_thread_notifier.cc", | 828 "loader/loader_io_thread_notifier.cc", |
| 827 "loader/loader_io_thread_notifier.h", | 829 "loader/loader_io_thread_notifier.h", |
| 828 "loader/mime_sniffing_resource_handler.cc", | 830 "loader/mime_sniffing_resource_handler.cc", |
| 829 "loader/mime_sniffing_resource_handler.h", | 831 "loader/mime_sniffing_resource_handler.h", |
| 830 "loader/mojo_async_resource_handler.cc", | 832 "loader/mojo_async_resource_handler.cc", |
| 831 "loader/mojo_async_resource_handler.h", | 833 "loader/mojo_async_resource_handler.h", |
| 832 "loader/navigation_resource_handler.cc", | 834 "loader/navigation_resource_handler.cc", |
| 833 "loader/navigation_resource_handler.h", | 835 "loader/navigation_resource_handler.h", |
| 834 "loader/navigation_resource_throttle.cc", | 836 "loader/navigation_resource_throttle.cc", |
| 835 "loader/navigation_resource_throttle.h", | 837 "loader/navigation_resource_throttle.h", |
| (...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 if (!is_component_build) { | 2058 if (!is_component_build) { |
| 2057 public_deps = [ | 2059 public_deps = [ |
| 2058 ":browser", | 2060 ":browser", |
| 2059 ] | 2061 ] |
| 2060 } else { | 2062 } else { |
| 2061 public_deps = [ | 2063 public_deps = [ |
| 2062 "//third_party/leveldatabase", | 2064 "//third_party/leveldatabase", |
| 2063 ] | 2065 ] |
| 2064 } | 2066 } |
| 2065 } | 2067 } |
| OLD | NEW |