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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "histogram_message_filter.h", | 642 "histogram_message_filter.h", |
643 "histogram_subscriber.h", | 643 "histogram_subscriber.h", |
644 "histogram_synchronizer.cc", | 644 "histogram_synchronizer.cc", |
645 "histogram_synchronizer.h", | 645 "histogram_synchronizer.h", |
646 "host_zoom_level_context.cc", | 646 "host_zoom_level_context.cc", |
647 "host_zoom_level_context.h", | 647 "host_zoom_level_context.h", |
648 "host_zoom_map_impl.cc", | 648 "host_zoom_map_impl.cc", |
649 "host_zoom_map_impl.h", | 649 "host_zoom_map_impl.h", |
650 "host_zoom_map_observer.cc", | 650 "host_zoom_map_observer.cc", |
651 "host_zoom_map_observer.h", | 651 "host_zoom_map_observer.h", |
| 652 "indexed_db/database_impl.cc", |
| 653 "indexed_db/database_impl.h", |
652 "indexed_db/indexed_db.h", | 654 "indexed_db/indexed_db.h", |
653 "indexed_db/indexed_db_active_blob_registry.cc", | 655 "indexed_db/indexed_db_active_blob_registry.cc", |
654 "indexed_db/indexed_db_active_blob_registry.h", | 656 "indexed_db/indexed_db_active_blob_registry.h", |
655 "indexed_db/indexed_db_backing_store.cc", | 657 "indexed_db/indexed_db_backing_store.cc", |
656 "indexed_db/indexed_db_backing_store.h", | 658 "indexed_db/indexed_db_backing_store.h", |
657 "indexed_db/indexed_db_blob_info.cc", | 659 "indexed_db/indexed_db_blob_info.cc", |
658 "indexed_db/indexed_db_blob_info.h", | 660 "indexed_db/indexed_db_blob_info.h", |
659 "indexed_db/indexed_db_callbacks.cc", | 661 "indexed_db/indexed_db_callbacks.cc", |
660 "indexed_db/indexed_db_callbacks.h", | 662 "indexed_db/indexed_db_callbacks.h", |
661 "indexed_db/indexed_db_class_factory.cc", | 663 "indexed_db/indexed_db_class_factory.cc", |
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 if (!is_component_build) { | 1949 if (!is_component_build) { |
1948 public_deps = [ | 1950 public_deps = [ |
1949 ":browser", | 1951 ":browser", |
1950 ] | 1952 ] |
1951 } else { | 1953 } else { |
1952 public_deps = [ | 1954 public_deps = [ |
1953 "//third_party/leveldatabase", | 1955 "//third_party/leveldatabase", |
1954 ] | 1956 ] |
1955 } | 1957 } |
1956 } | 1958 } |
OLD | NEW |