| 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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 "indexed_db/leveldb/leveldb_iterator.h", | 803 "indexed_db/leveldb/leveldb_iterator.h", |
| 804 "indexed_db/leveldb/leveldb_iterator_impl.cc", | 804 "indexed_db/leveldb/leveldb_iterator_impl.cc", |
| 805 "indexed_db/leveldb/leveldb_iterator_impl.h", | 805 "indexed_db/leveldb/leveldb_iterator_impl.h", |
| 806 "indexed_db/leveldb/leveldb_transaction.cc", | 806 "indexed_db/leveldb/leveldb_transaction.cc", |
| 807 "indexed_db/leveldb/leveldb_transaction.h", | 807 "indexed_db/leveldb/leveldb_transaction.h", |
| 808 "indexed_db/leveldb/leveldb_write_batch.cc", | 808 "indexed_db/leveldb/leveldb_write_batch.cc", |
| 809 "indexed_db/leveldb/leveldb_write_batch.h", | 809 "indexed_db/leveldb/leveldb_write_batch.h", |
| 810 "indexed_db/list_set.h", | 810 "indexed_db/list_set.h", |
| 811 "installedapp/installed_app_provider_impl_default.cc", | 811 "installedapp/installed_app_provider_impl_default.cc", |
| 812 "installedapp/installed_app_provider_impl_default.h", | 812 "installedapp/installed_app_provider_impl_default.h", |
| 813 "keyboard_lock/keyboard_lock_service_impl.cc", |
| 814 "keyboard_lock/keyboard_lock_service_impl.h", |
| 813 "leveldb_wrapper_impl.cc", | 815 "leveldb_wrapper_impl.cc", |
| 814 "leveldb_wrapper_impl.h", | 816 "leveldb_wrapper_impl.h", |
| 815 "loader/async_resource_handler.cc", | 817 "loader/async_resource_handler.cc", |
| 816 "loader/async_resource_handler.h", | 818 "loader/async_resource_handler.h", |
| 817 "loader/detachable_resource_handler.cc", | 819 "loader/detachable_resource_handler.cc", |
| 818 "loader/detachable_resource_handler.h", | 820 "loader/detachable_resource_handler.h", |
| 819 "loader/downloaded_temp_file_impl.cc", | 821 "loader/downloaded_temp_file_impl.cc", |
| 820 "loader/downloaded_temp_file_impl.h", | 822 "loader/downloaded_temp_file_impl.h", |
| 821 "loader/global_routing_id.h", | 823 "loader/global_routing_id.h", |
| 822 "loader/intercepting_resource_handler.cc", | 824 "loader/intercepting_resource_handler.cc", |
| (...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2056 if (!is_component_build) { |
| 2055 public_deps = [ | 2057 public_deps = [ |
| 2056 ":browser", | 2058 ":browser", |
| 2057 ] | 2059 ] |
| 2058 } else { | 2060 } else { |
| 2059 public_deps = [ | 2061 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
| 2061 ] | 2063 ] |
| 2062 } | 2064 } |
| 2063 } | 2065 } |
| OLD | NEW |