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