| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 "download/download_net_log_parameters.cc", | 634 "download/download_net_log_parameters.cc", |
| 635 "download/download_net_log_parameters.h", | 635 "download/download_net_log_parameters.h", |
| 636 "download/download_request_core.cc", | 636 "download/download_request_core.cc", |
| 637 "download/download_request_core.h", | 637 "download/download_request_core.h", |
| 638 "download/download_request_handle.cc", | 638 "download/download_request_handle.cc", |
| 639 "download/download_request_handle.h", | 639 "download/download_request_handle.h", |
| 640 "download/download_resource_handler.cc", | 640 "download/download_resource_handler.cc", |
| 641 "download/download_resource_handler.h", | 641 "download/download_resource_handler.h", |
| 642 "download/download_stats.cc", | 642 "download/download_stats.cc", |
| 643 "download/download_stats.h", | 643 "download/download_stats.h", |
| 644 "download/download_task_runner.cc", |
| 645 "download/download_task_runner.h", |
| 644 "download/download_worker.cc", | 646 "download/download_worker.cc", |
| 645 "download/download_worker.h", | 647 "download/download_worker.h", |
| 646 "download/drag_download_file.cc", | 648 "download/drag_download_file.cc", |
| 647 "download/drag_download_file.h", | 649 "download/drag_download_file.h", |
| 648 "download/drag_download_util.cc", | 650 "download/drag_download_util.cc", |
| 649 "download/drag_download_util.h", | 651 "download/drag_download_util.h", |
| 650 "download/mhtml_extra_parts_impl.cc", | 652 "download/mhtml_extra_parts_impl.cc", |
| 651 "download/mhtml_extra_parts_impl.h", | 653 "download/mhtml_extra_parts_impl.h", |
| 652 "download/mhtml_generation_manager.cc", | 654 "download/mhtml_generation_manager.cc", |
| 653 "download/mhtml_generation_manager.h", | 655 "download/mhtml_generation_manager.h", |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2147 if (!is_component_build) { | 2149 if (!is_component_build) { |
| 2148 public_deps = [ | 2150 public_deps = [ |
| 2149 ":browser", | 2151 ":browser", |
| 2150 ] | 2152 ] |
| 2151 } else { | 2153 } else { |
| 2152 public_deps = [ | 2154 public_deps = [ |
| 2153 "//third_party/leveldatabase", | 2155 "//third_party/leveldatabase", |
| 2154 ] | 2156 ] |
| 2155 } | 2157 } |
| 2156 } | 2158 } |
| OLD | NEW |