| 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 "leveldb_wrapper_impl.cc", | 746 "leveldb_wrapper_impl.cc", |
| 747 "leveldb_wrapper_impl.h", | 747 "leveldb_wrapper_impl.h", |
| 748 "loader/async_resource_handler.cc", | 748 "loader/async_resource_handler.cc", |
| 749 "loader/async_resource_handler.h", | 749 "loader/async_resource_handler.h", |
| 750 "loader/async_revalidation_driver.cc", | 750 "loader/async_revalidation_driver.cc", |
| 751 "loader/async_revalidation_driver.h", | 751 "loader/async_revalidation_driver.h", |
| 752 "loader/async_revalidation_manager.cc", | 752 "loader/async_revalidation_manager.cc", |
| 753 "loader/async_revalidation_manager.h", | 753 "loader/async_revalidation_manager.h", |
| 754 "loader/detachable_resource_handler.cc", | 754 "loader/detachable_resource_handler.cc", |
| 755 "loader/detachable_resource_handler.h", | 755 "loader/detachable_resource_handler.h", |
| 756 "loader/downloaded_temp_file_impl.cc", |
| 757 "loader/downloaded_temp_file_impl.h", |
| 756 "loader/global_routing_id.h", | 758 "loader/global_routing_id.h", |
| 757 "loader/intercepting_resource_handler.cc", | 759 "loader/intercepting_resource_handler.cc", |
| 758 "loader/intercepting_resource_handler.h", | 760 "loader/intercepting_resource_handler.h", |
| 759 "loader/layered_resource_handler.cc", | 761 "loader/layered_resource_handler.cc", |
| 760 "loader/layered_resource_handler.h", | 762 "loader/layered_resource_handler.h", |
| 761 "loader/loader_delegate.h", | 763 "loader/loader_delegate.h", |
| 762 "loader/loader_io_thread_notifier.cc", | 764 "loader/loader_io_thread_notifier.cc", |
| 763 "loader/loader_io_thread_notifier.h", | 765 "loader/loader_io_thread_notifier.h", |
| 764 "loader/mime_sniffing_resource_handler.cc", | 766 "loader/mime_sniffing_resource_handler.cc", |
| 765 "loader/mime_sniffing_resource_handler.h", | 767 "loader/mime_sniffing_resource_handler.h", |
| (...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 if (!is_component_build) { | 1980 if (!is_component_build) { |
| 1979 public_deps = [ | 1981 public_deps = [ |
| 1980 ":browser", | 1982 ":browser", |
| 1981 ] | 1983 ] |
| 1982 } else { | 1984 } else { |
| 1983 public_deps = [ | 1985 public_deps = [ |
| 1984 "//third_party/leveldatabase", | 1986 "//third_party/leveldatabase", |
| 1985 ] | 1987 ] |
| 1986 } | 1988 } |
| 1987 } | 1989 } |
| OLD | NEW |