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