| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "indexed_db/leveldb/leveldb_iterator.h", | 852 "indexed_db/leveldb/leveldb_iterator.h", |
| 853 "indexed_db/leveldb/leveldb_iterator_impl.cc", | 853 "indexed_db/leveldb/leveldb_iterator_impl.cc", |
| 854 "indexed_db/leveldb/leveldb_iterator_impl.h", | 854 "indexed_db/leveldb/leveldb_iterator_impl.h", |
| 855 "indexed_db/leveldb/leveldb_transaction.cc", | 855 "indexed_db/leveldb/leveldb_transaction.cc", |
| 856 "indexed_db/leveldb/leveldb_transaction.h", | 856 "indexed_db/leveldb/leveldb_transaction.h", |
| 857 "indexed_db/leveldb/leveldb_write_batch.cc", | 857 "indexed_db/leveldb/leveldb_write_batch.cc", |
| 858 "indexed_db/leveldb/leveldb_write_batch.h", | 858 "indexed_db/leveldb/leveldb_write_batch.h", |
| 859 "indexed_db/list_set.h", | 859 "indexed_db/list_set.h", |
| 860 "installedapp/installed_app_provider_impl_default.cc", | 860 "installedapp/installed_app_provider_impl_default.cc", |
| 861 "installedapp/installed_app_provider_impl_default.h", | 861 "installedapp/installed_app_provider_impl_default.h", |
| 862 "isolated_origin_util.cc", |
| 863 "isolated_origin_util.h", |
| 862 "keyboard_lock/keyboard_lock_service_impl.cc", | 864 "keyboard_lock/keyboard_lock_service_impl.cc", |
| 863 "keyboard_lock/keyboard_lock_service_impl.h", | 865 "keyboard_lock/keyboard_lock_service_impl.h", |
| 864 "leveldb_wrapper_impl.cc", | 866 "leveldb_wrapper_impl.cc", |
| 865 "leveldb_wrapper_impl.h", | 867 "leveldb_wrapper_impl.h", |
| 866 "loader/async_resource_handler.cc", | 868 "loader/async_resource_handler.cc", |
| 867 "loader/async_resource_handler.h", | 869 "loader/async_resource_handler.h", |
| 868 "loader/detachable_resource_handler.cc", | 870 "loader/detachable_resource_handler.cc", |
| 869 "loader/detachable_resource_handler.h", | 871 "loader/detachable_resource_handler.h", |
| 870 "loader/downloaded_temp_file_impl.cc", | 872 "loader/downloaded_temp_file_impl.cc", |
| 871 "loader/downloaded_temp_file_impl.h", | 873 "loader/downloaded_temp_file_impl.h", |
| (...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2162 if (!is_component_build) { | 2164 if (!is_component_build) { |
| 2163 public_deps = [ | 2165 public_deps = [ |
| 2164 ":browser", | 2166 ":browser", |
| 2165 ] | 2167 ] |
| 2166 } else { | 2168 } else { |
| 2167 public_deps = [ | 2169 public_deps = [ |
| 2168 "//third_party/leveldatabase", | 2170 "//third_party/leveldatabase", |
| 2169 ] | 2171 ] |
| 2170 } | 2172 } |
| 2171 } | 2173 } |
| OLD | NEW |