| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 "download/download_resource_handler.cc", | 599 "download/download_resource_handler.cc", |
| 600 "download/download_resource_handler.h", | 600 "download/download_resource_handler.h", |
| 601 "download/download_stats.cc", | 601 "download/download_stats.cc", |
| 602 "download/download_stats.h", | 602 "download/download_stats.h", |
| 603 "download/download_worker.cc", | 603 "download/download_worker.cc", |
| 604 "download/download_worker.h", | 604 "download/download_worker.h", |
| 605 "download/drag_download_file.cc", | 605 "download/drag_download_file.cc", |
| 606 "download/drag_download_file.h", | 606 "download/drag_download_file.h", |
| 607 "download/drag_download_util.cc", | 607 "download/drag_download_util.cc", |
| 608 "download/drag_download_util.h", | 608 "download/drag_download_util.h", |
| 609 "download/mhtml_extra_parts_impl.cc", |
| 610 "download/mhtml_extra_parts_impl.h", |
| 609 "download/mhtml_generation_manager.cc", | 611 "download/mhtml_generation_manager.cc", |
| 610 "download/mhtml_generation_manager.h", | 612 "download/mhtml_generation_manager.h", |
| 611 "download/parallel_download_job.cc", | 613 "download/parallel_download_job.cc", |
| 612 "download/parallel_download_job.h", | 614 "download/parallel_download_job.h", |
| 613 "download/parallel_download_utils.cc", | 615 "download/parallel_download_utils.cc", |
| 614 "download/parallel_download_utils.h", | 616 "download/parallel_download_utils.h", |
| 615 "download/rate_estimator.cc", | 617 "download/rate_estimator.cc", |
| 616 "download/rate_estimator.h", | 618 "download/rate_estimator.h", |
| 617 "download/save_file.cc", | 619 "download/save_file.cc", |
| 618 "download/save_file.h", | 620 "download/save_file.h", |
| (...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2056 if (!is_component_build) { |
| 2055 public_deps = [ | 2057 public_deps = [ |
| 2056 ":browser", | 2058 ":browser", |
| 2057 ] | 2059 ] |
| 2058 } else { | 2060 } else { |
| 2059 public_deps = [ | 2061 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
| 2061 ] | 2063 ] |
| 2062 } | 2064 } |
| 2063 } | 2065 } |
| OLD | NEW |