| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "loader/resource_hints_impl.cc", | 768 "loader/resource_hints_impl.cc", |
| 769 "loader/resource_loader.cc", | 769 "loader/resource_loader.cc", |
| 770 "loader/resource_loader.h", | 770 "loader/resource_loader.h", |
| 771 "loader/resource_loader_delegate.h", | 771 "loader/resource_loader_delegate.h", |
| 772 "loader/resource_message_delegate.cc", | 772 "loader/resource_message_delegate.cc", |
| 773 "loader/resource_message_delegate.h", | 773 "loader/resource_message_delegate.h", |
| 774 "loader/resource_message_filter.cc", | 774 "loader/resource_message_filter.cc", |
| 775 "loader/resource_message_filter.h", | 775 "loader/resource_message_filter.h", |
| 776 "loader/resource_request_info_impl.cc", | 776 "loader/resource_request_info_impl.cc", |
| 777 "loader/resource_request_info_impl.h", | 777 "loader/resource_request_info_impl.h", |
| 778 "loader/resource_requester_info.cc", |
| 779 "loader/resource_requester_info.h", |
| 778 "loader/resource_scheduler.cc", | 780 "loader/resource_scheduler.cc", |
| 779 "loader/resource_scheduler.h", | 781 "loader/resource_scheduler.h", |
| 780 "loader/resource_scheduler_filter.cc", | 782 "loader/resource_scheduler_filter.cc", |
| 781 "loader/resource_scheduler_filter.h", | 783 "loader/resource_scheduler_filter.h", |
| 782 "loader/stream_resource_handler.cc", | 784 "loader/stream_resource_handler.cc", |
| 783 "loader/stream_resource_handler.h", | 785 "loader/stream_resource_handler.h", |
| 784 "loader/stream_writer.cc", | 786 "loader/stream_writer.cc", |
| 785 "loader/stream_writer.h", | 787 "loader/stream_writer.h", |
| 786 "loader/sync_resource_handler.cc", | 788 "loader/sync_resource_handler.cc", |
| 787 "loader/sync_resource_handler.h", | 789 "loader/sync_resource_handler.h", |
| (...skipping 1165 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 |