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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 "leveldb_wrapper_impl.cc", | 725 "leveldb_wrapper_impl.cc", |
726 "leveldb_wrapper_impl.h", | 726 "leveldb_wrapper_impl.h", |
727 "loader/async_resource_handler.cc", | 727 "loader/async_resource_handler.cc", |
728 "loader/async_resource_handler.h", | 728 "loader/async_resource_handler.h", |
729 "loader/async_revalidation_driver.cc", | 729 "loader/async_revalidation_driver.cc", |
730 "loader/async_revalidation_driver.h", | 730 "loader/async_revalidation_driver.h", |
731 "loader/async_revalidation_manager.cc", | 731 "loader/async_revalidation_manager.cc", |
732 "loader/async_revalidation_manager.h", | 732 "loader/async_revalidation_manager.h", |
733 "loader/detachable_resource_handler.cc", | 733 "loader/detachable_resource_handler.cc", |
734 "loader/detachable_resource_handler.h", | 734 "loader/detachable_resource_handler.h", |
| 735 "loader/downloaded_temp_file_impl.cc", |
| 736 "loader/downloaded_temp_file_impl.h", |
735 "loader/global_routing_id.h", | 737 "loader/global_routing_id.h", |
736 "loader/intercepting_resource_handler.cc", | 738 "loader/intercepting_resource_handler.cc", |
737 "loader/intercepting_resource_handler.h", | 739 "loader/intercepting_resource_handler.h", |
738 "loader/layered_resource_handler.cc", | 740 "loader/layered_resource_handler.cc", |
739 "loader/layered_resource_handler.h", | 741 "loader/layered_resource_handler.h", |
740 "loader/loader_delegate.h", | 742 "loader/loader_delegate.h", |
741 "loader/loader_io_thread_notifier.cc", | 743 "loader/loader_io_thread_notifier.cc", |
742 "loader/loader_io_thread_notifier.h", | 744 "loader/loader_io_thread_notifier.h", |
743 "loader/mime_sniffing_resource_handler.cc", | 745 "loader/mime_sniffing_resource_handler.cc", |
744 "loader/mime_sniffing_resource_handler.h", | 746 "loader/mime_sniffing_resource_handler.h", |
(...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1953 if (!is_component_build) { | 1955 if (!is_component_build) { |
1954 public_deps = [ | 1956 public_deps = [ |
1955 ":browser", | 1957 ":browser", |
1956 ] | 1958 ] |
1957 } else { | 1959 } else { |
1958 public_deps = [ | 1960 public_deps = [ |
1959 "//third_party/leveldatabase", | 1961 "//third_party/leveldatabase", |
1960 ] | 1962 ] |
1961 } | 1963 } |
1962 } | 1964 } |
OLD | NEW |