| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "indexed_db/leveldb/leveldb_iterator.h", | 808 "indexed_db/leveldb/leveldb_iterator.h", |
| 809 "indexed_db/leveldb/leveldb_iterator_impl.cc", | 809 "indexed_db/leveldb/leveldb_iterator_impl.cc", |
| 810 "indexed_db/leveldb/leveldb_iterator_impl.h", | 810 "indexed_db/leveldb/leveldb_iterator_impl.h", |
| 811 "indexed_db/leveldb/leveldb_transaction.cc", | 811 "indexed_db/leveldb/leveldb_transaction.cc", |
| 812 "indexed_db/leveldb/leveldb_transaction.h", | 812 "indexed_db/leveldb/leveldb_transaction.h", |
| 813 "indexed_db/leveldb/leveldb_write_batch.cc", | 813 "indexed_db/leveldb/leveldb_write_batch.cc", |
| 814 "indexed_db/leveldb/leveldb_write_batch.h", | 814 "indexed_db/leveldb/leveldb_write_batch.h", |
| 815 "indexed_db/list_set.h", | 815 "indexed_db/list_set.h", |
| 816 "installedapp/installed_app_provider_impl_default.cc", | 816 "installedapp/installed_app_provider_impl_default.cc", |
| 817 "installedapp/installed_app_provider_impl_default.h", | 817 "installedapp/installed_app_provider_impl_default.h", |
| 818 "keyboard_lock/keyboard_lock_service_impl.cc", |
| 819 "keyboard_lock/keyboard_lock_service_impl.h", |
| 818 "leveldb_wrapper_impl.cc", | 820 "leveldb_wrapper_impl.cc", |
| 819 "leveldb_wrapper_impl.h", | 821 "leveldb_wrapper_impl.h", |
| 820 "loader/async_resource_handler.cc", | 822 "loader/async_resource_handler.cc", |
| 821 "loader/async_resource_handler.h", | 823 "loader/async_resource_handler.h", |
| 822 "loader/detachable_resource_handler.cc", | 824 "loader/detachable_resource_handler.cc", |
| 823 "loader/detachable_resource_handler.h", | 825 "loader/detachable_resource_handler.h", |
| 824 "loader/downloaded_temp_file_impl.cc", | 826 "loader/downloaded_temp_file_impl.cc", |
| 825 "loader/downloaded_temp_file_impl.h", | 827 "loader/downloaded_temp_file_impl.h", |
| 826 "loader/global_routing_id.h", | 828 "loader/global_routing_id.h", |
| 827 "loader/intercepting_resource_handler.cc", | 829 "loader/intercepting_resource_handler.cc", |
| (...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2063 if (!is_component_build) { | 2065 if (!is_component_build) { |
| 2064 public_deps = [ | 2066 public_deps = [ |
| 2065 ":browser", | 2067 ":browser", |
| 2066 ] | 2068 ] |
| 2067 } else { | 2069 } else { |
| 2068 public_deps = [ | 2070 public_deps = [ |
| 2069 "//third_party/leveldatabase", | 2071 "//third_party/leveldatabase", |
| 2070 ] | 2072 ] |
| 2071 } | 2073 } |
| 2072 } | 2074 } |
| OLD | NEW |