| 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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "leveldb_wrapper_impl.cc", | 737 "leveldb_wrapper_impl.cc", |
| 738 "leveldb_wrapper_impl.h", | 738 "leveldb_wrapper_impl.h", |
| 739 "loader/async_resource_handler.cc", | 739 "loader/async_resource_handler.cc", |
| 740 "loader/async_resource_handler.h", | 740 "loader/async_resource_handler.h", |
| 741 "loader/async_revalidation_driver.cc", | 741 "loader/async_revalidation_driver.cc", |
| 742 "loader/async_revalidation_driver.h", | 742 "loader/async_revalidation_driver.h", |
| 743 "loader/async_revalidation_manager.cc", | 743 "loader/async_revalidation_manager.cc", |
| 744 "loader/async_revalidation_manager.h", | 744 "loader/async_revalidation_manager.h", |
| 745 "loader/detachable_resource_handler.cc", | 745 "loader/detachable_resource_handler.cc", |
| 746 "loader/detachable_resource_handler.h", | 746 "loader/detachable_resource_handler.h", |
| 747 "loader/downloaded_temp_file_impl.cc", |
| 748 "loader/downloaded_temp_file_impl.h", |
| 747 "loader/global_routing_id.h", | 749 "loader/global_routing_id.h", |
| 748 "loader/intercepting_resource_handler.cc", | 750 "loader/intercepting_resource_handler.cc", |
| 749 "loader/intercepting_resource_handler.h", | 751 "loader/intercepting_resource_handler.h", |
| 750 "loader/layered_resource_handler.cc", | 752 "loader/layered_resource_handler.cc", |
| 751 "loader/layered_resource_handler.h", | 753 "loader/layered_resource_handler.h", |
| 752 "loader/loader_delegate.h", | 754 "loader/loader_delegate.h", |
| 753 "loader/loader_io_thread_notifier.cc", | 755 "loader/loader_io_thread_notifier.cc", |
| 754 "loader/loader_io_thread_notifier.h", | 756 "loader/loader_io_thread_notifier.h", |
| 755 "loader/mime_sniffing_resource_handler.cc", | 757 "loader/mime_sniffing_resource_handler.cc", |
| 756 "loader/mime_sniffing_resource_handler.h", | 758 "loader/mime_sniffing_resource_handler.h", |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 if (!is_component_build) { | 1967 if (!is_component_build) { |
| 1966 public_deps = [ | 1968 public_deps = [ |
| 1967 ":browser", | 1969 ":browser", |
| 1968 ] | 1970 ] |
| 1969 } else { | 1971 } else { |
| 1970 public_deps = [ | 1972 public_deps = [ |
| 1971 "//third_party/leveldatabase", | 1973 "//third_party/leveldatabase", |
| 1972 ] | 1974 ] |
| 1973 } | 1975 } |
| 1974 } | 1976 } |
| OLD | NEW |