Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Side by Side Diff: content/browser/BUILD.gn

Issue 2320213004: Port IndexedDB open() and database callbacks to Mojo. (Closed)
Patch Set: Make DatabaseClient an associated interface. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/indexed_db/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "histogram_internals_request_job.h", 628 "histogram_internals_request_job.h",
629 "histogram_message_filter.cc", 629 "histogram_message_filter.cc",
630 "histogram_message_filter.h", 630 "histogram_message_filter.h",
631 "histogram_subscriber.h", 631 "histogram_subscriber.h",
632 "histogram_synchronizer.cc", 632 "histogram_synchronizer.cc",
633 "histogram_synchronizer.h", 633 "histogram_synchronizer.h",
634 "host_zoom_level_context.cc", 634 "host_zoom_level_context.cc",
635 "host_zoom_level_context.h", 635 "host_zoom_level_context.h",
636 "host_zoom_map_impl.cc", 636 "host_zoom_map_impl.cc",
637 "host_zoom_map_impl.h", 637 "host_zoom_map_impl.h",
638 "indexed_db/database_factory_impl.cc",
639 "indexed_db/database_factory_impl.h",
638 "indexed_db/indexed_db.h", 640 "indexed_db/indexed_db.h",
639 "indexed_db/indexed_db_active_blob_registry.cc", 641 "indexed_db/indexed_db_active_blob_registry.cc",
640 "indexed_db/indexed_db_active_blob_registry.h", 642 "indexed_db/indexed_db_active_blob_registry.h",
641 "indexed_db/indexed_db_backing_store.cc", 643 "indexed_db/indexed_db_backing_store.cc",
642 "indexed_db/indexed_db_backing_store.h", 644 "indexed_db/indexed_db_backing_store.h",
643 "indexed_db/indexed_db_blob_info.cc", 645 "indexed_db/indexed_db_blob_info.cc",
644 "indexed_db/indexed_db_blob_info.h", 646 "indexed_db/indexed_db_blob_info.h",
645 "indexed_db/indexed_db_callbacks.cc", 647 "indexed_db/indexed_db_callbacks.cc",
646 "indexed_db/indexed_db_callbacks.h", 648 "indexed_db/indexed_db_callbacks.h",
647 "indexed_db/indexed_db_class_factory.cc", 649 "indexed_db/indexed_db_class_factory.cc",
648 "indexed_db/indexed_db_class_factory.h", 650 "indexed_db/indexed_db_class_factory.h",
649 "indexed_db/indexed_db_connection.cc", 651 "indexed_db/indexed_db_connection.cc",
650 "indexed_db/indexed_db_connection.h", 652 "indexed_db/indexed_db_connection.h",
651 "indexed_db/indexed_db_context_impl.cc", 653 "indexed_db/indexed_db_context_impl.cc",
652 "indexed_db/indexed_db_context_impl.h", 654 "indexed_db/indexed_db_context_impl.h",
653 "indexed_db/indexed_db_cursor.cc", 655 "indexed_db/indexed_db_cursor.cc",
654 "indexed_db/indexed_db_cursor.h", 656 "indexed_db/indexed_db_cursor.h",
655 "indexed_db/indexed_db_data_loss_info.h", 657 "indexed_db/indexed_db_data_loss_info.h",
656 "indexed_db/indexed_db_database.cc", 658 "indexed_db/indexed_db_database.cc",
657 "indexed_db/indexed_db_database.h", 659 "indexed_db/indexed_db_database.h",
658 "indexed_db/indexed_db_database_callbacks.cc", 660 "indexed_db/indexed_db_database_callbacks.cc",
659 "indexed_db/indexed_db_database_callbacks.h", 661 "indexed_db/indexed_db_database_callbacks.h",
660 "indexed_db/indexed_db_database_error.cc",
661 "indexed_db/indexed_db_database_error.h",
662 "indexed_db/indexed_db_dispatcher_host.cc", 662 "indexed_db/indexed_db_dispatcher_host.cc",
663 "indexed_db/indexed_db_dispatcher_host.h", 663 "indexed_db/indexed_db_dispatcher_host.h",
664 "indexed_db/indexed_db_factory.h", 664 "indexed_db/indexed_db_factory.h",
665 "indexed_db/indexed_db_factory_impl.cc", 665 "indexed_db/indexed_db_factory_impl.cc",
666 "indexed_db/indexed_db_factory_impl.h", 666 "indexed_db/indexed_db_factory_impl.h",
667 "indexed_db/indexed_db_index_writer.cc", 667 "indexed_db/indexed_db_index_writer.cc",
668 "indexed_db/indexed_db_index_writer.h", 668 "indexed_db/indexed_db_index_writer.h",
669 "indexed_db/indexed_db_internals_ui.cc", 669 "indexed_db/indexed_db_internals_ui.cc",
670 "indexed_db/indexed_db_internals_ui.h", 670 "indexed_db/indexed_db_internals_ui.h",
671 "indexed_db/indexed_db_leveldb_coding.cc", 671 "indexed_db/indexed_db_leveldb_coding.cc",
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1926 if (!is_component_build) { 1926 if (!is_component_build) {
1927 public_deps = [ 1927 public_deps = [
1928 ":browser", 1928 ":browser",
1929 ] 1929 ]
1930 } else { 1930 } else {
1931 public_deps = [ 1931 public_deps = [
1932 "//third_party/leveldatabase", 1932 "//third_party/leveldatabase",
1933 ] 1933 ]
1934 } 1934 }
1935 } 1935 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698