| 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 "loader/navigation_url_loader_impl_core.cc", | 783 "loader/navigation_url_loader_impl_core.cc", |
| 784 "loader/navigation_url_loader_impl_core.h", | 784 "loader/navigation_url_loader_impl_core.h", |
| 785 "loader/netlog_observer.cc", | 785 "loader/netlog_observer.cc", |
| 786 "loader/netlog_observer.h", | 786 "loader/netlog_observer.h", |
| 787 "loader/power_save_block_resource_throttle.cc", | 787 "loader/power_save_block_resource_throttle.cc", |
| 788 "loader/power_save_block_resource_throttle.h", | 788 "loader/power_save_block_resource_throttle.h", |
| 789 "loader/redirect_to_file_resource_handler.cc", | 789 "loader/redirect_to_file_resource_handler.cc", |
| 790 "loader/redirect_to_file_resource_handler.h", | 790 "loader/redirect_to_file_resource_handler.h", |
| 791 "loader/resource_buffer.cc", | 791 "loader/resource_buffer.cc", |
| 792 "loader/resource_buffer.h", | 792 "loader/resource_buffer.h", |
| 793 "loader/resource_controller.h", |
| 793 "loader/resource_dispatcher_host_impl.cc", | 794 "loader/resource_dispatcher_host_impl.cc", |
| 794 "loader/resource_dispatcher_host_impl.h", | 795 "loader/resource_dispatcher_host_impl.h", |
| 795 "loader/resource_handler.cc", | 796 "loader/resource_handler.cc", |
| 796 "loader/resource_handler.h", | 797 "loader/resource_handler.h", |
| 797 "loader/resource_hints_impl.cc", | 798 "loader/resource_hints_impl.cc", |
| 798 "loader/resource_loader.cc", | 799 "loader/resource_loader.cc", |
| 799 "loader/resource_loader.h", | 800 "loader/resource_loader.h", |
| 800 "loader/resource_loader_delegate.h", | 801 "loader/resource_loader_delegate.h", |
| 801 "loader/resource_message_delegate.cc", | 802 "loader/resource_message_delegate.cc", |
| 802 "loader/resource_message_delegate.h", | 803 "loader/resource_message_delegate.h", |
| (...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1967 if (!is_component_build) { | 1968 if (!is_component_build) { |
| 1968 public_deps = [ | 1969 public_deps = [ |
| 1969 ":browser", | 1970 ":browser", |
| 1970 ] | 1971 ] |
| 1971 } else { | 1972 } else { |
| 1972 public_deps = [ | 1973 public_deps = [ |
| 1973 "//third_party/leveldatabase", | 1974 "//third_party/leveldatabase", |
| 1974 ] | 1975 ] |
| 1975 } | 1976 } |
| 1976 } | 1977 } |
| OLD | NEW |