| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "download/download_resource_handler.cc", | 552 "download/download_resource_handler.cc", |
| 553 "download/download_resource_handler.h", | 553 "download/download_resource_handler.h", |
| 554 "download/download_stats.cc", | 554 "download/download_stats.cc", |
| 555 "download/download_stats.h", | 555 "download/download_stats.h", |
| 556 "download/drag_download_file.cc", | 556 "download/drag_download_file.cc", |
| 557 "download/drag_download_file.h", | 557 "download/drag_download_file.h", |
| 558 "download/drag_download_util.cc", | 558 "download/drag_download_util.cc", |
| 559 "download/drag_download_util.h", | 559 "download/drag_download_util.h", |
| 560 "download/mhtml_generation_manager.cc", | 560 "download/mhtml_generation_manager.cc", |
| 561 "download/mhtml_generation_manager.h", | 561 "download/mhtml_generation_manager.h", |
| 562 "download/quarantine.cc", | |
| 563 "download/quarantine.h", | |
| 564 "download/quarantine_constants_linux.h", | |
| 565 "download/quarantine_linux.cc", | |
| 566 "download/quarantine_mac.mm", | |
| 567 "download/quarantine_win.cc", | |
| 568 "download/rate_estimator.cc", | 562 "download/rate_estimator.cc", |
| 569 "download/rate_estimator.h", | 563 "download/rate_estimator.h", |
| 570 "download/save_file.cc", | 564 "download/save_file.cc", |
| 571 "download/save_file.h", | 565 "download/save_file.h", |
| 572 "download/save_file_manager.cc", | 566 "download/save_file_manager.cc", |
| 573 "download/save_file_manager.h", | 567 "download/save_file_manager.h", |
| 574 "download/save_file_resource_handler.cc", | 568 "download/save_file_resource_handler.cc", |
| 575 "download/save_file_resource_handler.h", | 569 "download/save_file_resource_handler.h", |
| 576 "download/save_item.cc", | 570 "download/save_item.cc", |
| 577 "download/save_item.h", | 571 "download/save_item.h", |
| (...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 if (!is_component_build) { | 1963 if (!is_component_build) { |
| 1970 public_deps = [ | 1964 public_deps = [ |
| 1971 ":browser", | 1965 ":browser", |
| 1972 ] | 1966 ] |
| 1973 } else { | 1967 } else { |
| 1974 public_deps = [ | 1968 public_deps = [ |
| 1975 "//third_party/leveldatabase", | 1969 "//third_party/leveldatabase", |
| 1976 ] | 1970 ] |
| 1977 } | 1971 } |
| 1978 } | 1972 } |
| OLD | NEW |