| 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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 "loader/navigation_url_loader.cc", | 788 "loader/navigation_url_loader.cc", |
| 789 "loader/navigation_url_loader.h", | 789 "loader/navigation_url_loader.h", |
| 790 "loader/navigation_url_loader_delegate.h", | 790 "loader/navigation_url_loader_delegate.h", |
| 791 "loader/navigation_url_loader_factory.h", | 791 "loader/navigation_url_loader_factory.h", |
| 792 "loader/navigation_url_loader_impl.cc", | 792 "loader/navigation_url_loader_impl.cc", |
| 793 "loader/navigation_url_loader_impl.h", | 793 "loader/navigation_url_loader_impl.h", |
| 794 "loader/navigation_url_loader_impl_core.cc", | 794 "loader/navigation_url_loader_impl_core.cc", |
| 795 "loader/navigation_url_loader_impl_core.h", | 795 "loader/navigation_url_loader_impl_core.h", |
| 796 "loader/netlog_observer.cc", | 796 "loader/netlog_observer.cc", |
| 797 "loader/netlog_observer.h", | 797 "loader/netlog_observer.h", |
| 798 "loader/null_resource_controller.cc", |
| 799 "loader/null_resource_controller.h", |
| 798 "loader/power_save_block_resource_throttle.cc", | 800 "loader/power_save_block_resource_throttle.cc", |
| 799 "loader/power_save_block_resource_throttle.h", | 801 "loader/power_save_block_resource_throttle.h", |
| 800 "loader/redirect_to_file_resource_handler.cc", | 802 "loader/redirect_to_file_resource_handler.cc", |
| 801 "loader/redirect_to_file_resource_handler.h", | 803 "loader/redirect_to_file_resource_handler.h", |
| 802 "loader/resource_buffer.cc", | 804 "loader/resource_buffer.cc", |
| 803 "loader/resource_buffer.h", | 805 "loader/resource_buffer.h", |
| 804 "loader/resource_controller.h", | 806 "loader/resource_controller.h", |
| 805 "loader/resource_dispatcher_host_impl.cc", | 807 "loader/resource_dispatcher_host_impl.cc", |
| 806 "loader/resource_dispatcher_host_impl.h", | 808 "loader/resource_dispatcher_host_impl.h", |
| 807 "loader/resource_handler.cc", | 809 "loader/resource_handler.cc", |
| (...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1990 if (!is_component_build) { | 1992 if (!is_component_build) { |
| 1991 public_deps = [ | 1993 public_deps = [ |
| 1992 ":browser", | 1994 ":browser", |
| 1993 ] | 1995 ] |
| 1994 } else { | 1996 } else { |
| 1995 public_deps = [ | 1997 public_deps = [ |
| 1996 "//third_party/leveldatabase", | 1998 "//third_party/leveldatabase", |
| 1997 ] | 1999 ] |
| 1998 } | 2000 } |
| 1999 } | 2001 } |
| OLD | NEW |