| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "download/download_worker.cc", | 586 "download/download_worker.cc", |
| 587 "download/download_worker.h", | 587 "download/download_worker.h", |
| 588 "download/drag_download_file.cc", | 588 "download/drag_download_file.cc", |
| 589 "download/drag_download_file.h", | 589 "download/drag_download_file.h", |
| 590 "download/drag_download_util.cc", | 590 "download/drag_download_util.cc", |
| 591 "download/drag_download_util.h", | 591 "download/drag_download_util.h", |
| 592 "download/mhtml_generation_manager.cc", | 592 "download/mhtml_generation_manager.cc", |
| 593 "download/mhtml_generation_manager.h", | 593 "download/mhtml_generation_manager.h", |
| 594 "download/parallel_download_job.cc", | 594 "download/parallel_download_job.cc", |
| 595 "download/parallel_download_job.h", | 595 "download/parallel_download_job.h", |
| 596 "download/parallel_download_utils.cc", |
| 597 "download/parallel_download_utils.h", |
| 596 "download/rate_estimator.cc", | 598 "download/rate_estimator.cc", |
| 597 "download/rate_estimator.h", | 599 "download/rate_estimator.h", |
| 598 "download/save_file.cc", | 600 "download/save_file.cc", |
| 599 "download/save_file.h", | 601 "download/save_file.h", |
| 600 "download/save_file_manager.cc", | 602 "download/save_file_manager.cc", |
| 601 "download/save_file_manager.h", | 603 "download/save_file_manager.h", |
| 602 "download/save_file_resource_handler.cc", | 604 "download/save_file_resource_handler.cc", |
| 603 "download/save_file_resource_handler.h", | 605 "download/save_file_resource_handler.h", |
| 604 "download/save_item.cc", | 606 "download/save_item.cc", |
| 605 "download/save_item.h", | 607 "download/save_item.h", |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2031 if (!is_component_build) { | 2033 if (!is_component_build) { |
| 2032 public_deps = [ | 2034 public_deps = [ |
| 2033 ":browser", | 2035 ":browser", |
| 2034 ] | 2036 ] |
| 2035 } else { | 2037 } else { |
| 2036 public_deps = [ | 2038 public_deps = [ |
| 2037 "//third_party/leveldatabase", | 2039 "//third_party/leveldatabase", |
| 2038 ] | 2040 ] |
| 2039 } | 2041 } |
| 2040 } | 2042 } |
| OLD | NEW |