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