| 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 "indexed_db/leveldb/leveldb_iterator.h", | 813 "indexed_db/leveldb/leveldb_iterator.h", |
| 814 "indexed_db/leveldb/leveldb_iterator_impl.cc", | 814 "indexed_db/leveldb/leveldb_iterator_impl.cc", |
| 815 "indexed_db/leveldb/leveldb_iterator_impl.h", | 815 "indexed_db/leveldb/leveldb_iterator_impl.h", |
| 816 "indexed_db/leveldb/leveldb_transaction.cc", | 816 "indexed_db/leveldb/leveldb_transaction.cc", |
| 817 "indexed_db/leveldb/leveldb_transaction.h", | 817 "indexed_db/leveldb/leveldb_transaction.h", |
| 818 "indexed_db/leveldb/leveldb_write_batch.cc", | 818 "indexed_db/leveldb/leveldb_write_batch.cc", |
| 819 "indexed_db/leveldb/leveldb_write_batch.h", | 819 "indexed_db/leveldb/leveldb_write_batch.h", |
| 820 "indexed_db/list_set.h", | 820 "indexed_db/list_set.h", |
| 821 "installedapp/installed_app_provider_impl_default.cc", | 821 "installedapp/installed_app_provider_impl_default.cc", |
| 822 "installedapp/installed_app_provider_impl_default.h", | 822 "installedapp/installed_app_provider_impl_default.h", |
| 823 "keyboard_lock/keyboard_lock_service_impl.cc", |
| 824 "keyboard_lock/keyboard_lock_service_impl.h", |
| 823 "leveldb_wrapper_impl.cc", | 825 "leveldb_wrapper_impl.cc", |
| 824 "leveldb_wrapper_impl.h", | 826 "leveldb_wrapper_impl.h", |
| 825 "loader/async_resource_handler.cc", | 827 "loader/async_resource_handler.cc", |
| 826 "loader/async_resource_handler.h", | 828 "loader/async_resource_handler.h", |
| 827 "loader/detachable_resource_handler.cc", | 829 "loader/detachable_resource_handler.cc", |
| 828 "loader/detachable_resource_handler.h", | 830 "loader/detachable_resource_handler.h", |
| 829 "loader/downloaded_temp_file_impl.cc", | 831 "loader/downloaded_temp_file_impl.cc", |
| 830 "loader/downloaded_temp_file_impl.h", | 832 "loader/downloaded_temp_file_impl.h", |
| 831 "loader/global_routing_id.h", | 833 "loader/global_routing_id.h", |
| 832 "loader/intercepting_resource_handler.cc", | 834 "loader/intercepting_resource_handler.cc", |
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2073 if (!is_component_build) { | 2075 if (!is_component_build) { |
| 2074 public_deps = [ | 2076 public_deps = [ |
| 2075 ":browser", | 2077 ":browser", |
| 2076 ] | 2078 ] |
| 2077 } else { | 2079 } else { |
| 2078 public_deps = [ | 2080 public_deps = [ |
| 2079 "//third_party/leveldatabase", | 2081 "//third_party/leveldatabase", |
| 2080 ] | 2082 ] |
| 2081 } | 2083 } |
| 2082 } | 2084 } |
| OLD | NEW |