| 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 "indexed_db/indexed_db_callbacks.cc", | 760 "indexed_db/indexed_db_callbacks.cc", |
| 761 "indexed_db/indexed_db_callbacks.h", | 761 "indexed_db/indexed_db_callbacks.h", |
| 762 "indexed_db/indexed_db_class_factory.cc", | 762 "indexed_db/indexed_db_class_factory.cc", |
| 763 "indexed_db/indexed_db_class_factory.h", | 763 "indexed_db/indexed_db_class_factory.h", |
| 764 "indexed_db/indexed_db_connection.cc", | 764 "indexed_db/indexed_db_connection.cc", |
| 765 "indexed_db/indexed_db_connection.h", | 765 "indexed_db/indexed_db_connection.h", |
| 766 "indexed_db/indexed_db_context_impl.cc", | 766 "indexed_db/indexed_db_context_impl.cc", |
| 767 "indexed_db/indexed_db_context_impl.h", | 767 "indexed_db/indexed_db_context_impl.h", |
| 768 "indexed_db/indexed_db_cursor.cc", | 768 "indexed_db/indexed_db_cursor.cc", |
| 769 "indexed_db/indexed_db_cursor.h", | 769 "indexed_db/indexed_db_cursor.h", |
| 770 "indexed_db/indexed_db_data_format_version.cc", |
| 771 "indexed_db/indexed_db_data_format_version.h", |
| 770 "indexed_db/indexed_db_data_loss_info.h", | 772 "indexed_db/indexed_db_data_loss_info.h", |
| 771 "indexed_db/indexed_db_database.cc", | 773 "indexed_db/indexed_db_database.cc", |
| 772 "indexed_db/indexed_db_database.h", | 774 "indexed_db/indexed_db_database.h", |
| 773 "indexed_db/indexed_db_database_callbacks.cc", | 775 "indexed_db/indexed_db_database_callbacks.cc", |
| 774 "indexed_db/indexed_db_database_callbacks.h", | 776 "indexed_db/indexed_db_database_callbacks.h", |
| 775 "indexed_db/indexed_db_database_error.cc", | 777 "indexed_db/indexed_db_database_error.cc", |
| 776 "indexed_db/indexed_db_database_error.h", | 778 "indexed_db/indexed_db_database_error.h", |
| 777 "indexed_db/indexed_db_dispatcher_host.cc", | 779 "indexed_db/indexed_db_dispatcher_host.cc", |
| 778 "indexed_db/indexed_db_dispatcher_host.h", | 780 "indexed_db/indexed_db_dispatcher_host.h", |
| 779 "indexed_db/indexed_db_factory.h", | 781 "indexed_db/indexed_db_factory.h", |
| (...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2067 if (!is_component_build) { | 2069 if (!is_component_build) { |
| 2068 public_deps = [ | 2070 public_deps = [ |
| 2069 ":browser", | 2071 ":browser", |
| 2070 ] | 2072 ] |
| 2071 } else { | 2073 } else { |
| 2072 public_deps = [ | 2074 public_deps = [ |
| 2073 "//third_party/leveldatabase", | 2075 "//third_party/leveldatabase", |
| 2074 ] | 2076 ] |
| 2075 } | 2077 } |
| 2076 } | 2078 } |
| OLD | NEW |