| 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 "loader/navigation_url_loader.cc", | 792 "loader/navigation_url_loader.cc", |
| 793 "loader/navigation_url_loader.h", | 793 "loader/navigation_url_loader.h", |
| 794 "loader/navigation_url_loader_delegate.h", | 794 "loader/navigation_url_loader_delegate.h", |
| 795 "loader/navigation_url_loader_factory.h", | 795 "loader/navigation_url_loader_factory.h", |
| 796 "loader/navigation_url_loader_impl.cc", | 796 "loader/navigation_url_loader_impl.cc", |
| 797 "loader/navigation_url_loader_impl.h", | 797 "loader/navigation_url_loader_impl.h", |
| 798 "loader/navigation_url_loader_impl_core.cc", | 798 "loader/navigation_url_loader_impl_core.cc", |
| 799 "loader/navigation_url_loader_impl_core.h", | 799 "loader/navigation_url_loader_impl_core.h", |
| 800 "loader/netlog_observer.cc", | 800 "loader/netlog_observer.cc", |
| 801 "loader/netlog_observer.h", | 801 "loader/netlog_observer.h", |
| 802 "loader/null_resource_controller.cc", |
| 803 "loader/null_resource_controller.h", |
| 802 "loader/power_save_block_resource_throttle.cc", | 804 "loader/power_save_block_resource_throttle.cc", |
| 803 "loader/power_save_block_resource_throttle.h", | 805 "loader/power_save_block_resource_throttle.h", |
| 804 "loader/redirect_to_file_resource_handler.cc", | 806 "loader/redirect_to_file_resource_handler.cc", |
| 805 "loader/redirect_to_file_resource_handler.h", | 807 "loader/redirect_to_file_resource_handler.h", |
| 806 "loader/resource_buffer.cc", | 808 "loader/resource_buffer.cc", |
| 807 "loader/resource_buffer.h", | 809 "loader/resource_buffer.h", |
| 808 "loader/resource_controller.h", | 810 "loader/resource_controller.h", |
| 809 "loader/resource_dispatcher_host_impl.cc", | 811 "loader/resource_dispatcher_host_impl.cc", |
| 810 "loader/resource_dispatcher_host_impl.h", | 812 "loader/resource_dispatcher_host_impl.h", |
| 811 "loader/resource_handler.cc", | 813 "loader/resource_handler.cc", |
| (...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2010 if (!is_component_build) { | 2012 if (!is_component_build) { |
| 2011 public_deps = [ | 2013 public_deps = [ |
| 2012 ":browser", | 2014 ":browser", |
| 2013 ] | 2015 ] |
| 2014 } else { | 2016 } else { |
| 2015 public_deps = [ | 2017 public_deps = [ |
| 2016 "//third_party/leveldatabase", | 2018 "//third_party/leveldatabase", |
| 2017 ] | 2019 ] |
| 2018 } | 2020 } |
| 2019 } | 2021 } |
| OLD | NEW |