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

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

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Remove unnecessary forward declaration. Created 4 years 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/database_impl.cc » ('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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "indexed_db/indexed_db_dispatcher_host.h", 709 "indexed_db/indexed_db_dispatcher_host.h",
710 "indexed_db/indexed_db_factory.h", 710 "indexed_db/indexed_db_factory.h",
711 "indexed_db/indexed_db_factory_impl.cc", 711 "indexed_db/indexed_db_factory_impl.cc",
712 "indexed_db/indexed_db_factory_impl.h", 712 "indexed_db/indexed_db_factory_impl.h",
713 "indexed_db/indexed_db_index_writer.cc", 713 "indexed_db/indexed_db_index_writer.cc",
714 "indexed_db/indexed_db_index_writer.h", 714 "indexed_db/indexed_db_index_writer.h",
715 "indexed_db/indexed_db_internals_ui.cc", 715 "indexed_db/indexed_db_internals_ui.cc",
716 "indexed_db/indexed_db_internals_ui.h", 716 "indexed_db/indexed_db_internals_ui.h",
717 "indexed_db/indexed_db_leveldb_coding.cc", 717 "indexed_db/indexed_db_leveldb_coding.cc",
718 "indexed_db/indexed_db_leveldb_coding.h", 718 "indexed_db/indexed_db_leveldb_coding.h",
719 "indexed_db/indexed_db_observation.cc",
720 "indexed_db/indexed_db_observation.h",
721 "indexed_db/indexed_db_observer.cc", 719 "indexed_db/indexed_db_observer.cc",
722 "indexed_db/indexed_db_observer.h", 720 "indexed_db/indexed_db_observer.h",
723 "indexed_db/indexed_db_observer_changes.cc",
724 "indexed_db/indexed_db_observer_changes.h",
725 "indexed_db/indexed_db_pending_connection.cc", 721 "indexed_db/indexed_db_pending_connection.cc",
726 "indexed_db/indexed_db_pending_connection.h", 722 "indexed_db/indexed_db_pending_connection.h",
727 "indexed_db/indexed_db_quota_client.cc", 723 "indexed_db/indexed_db_quota_client.cc",
728 "indexed_db/indexed_db_quota_client.h", 724 "indexed_db/indexed_db_quota_client.h",
729 "indexed_db/indexed_db_return_value.h", 725 "indexed_db/indexed_db_return_value.h",
730 "indexed_db/indexed_db_transaction.cc", 726 "indexed_db/indexed_db_transaction.cc",
731 "indexed_db/indexed_db_transaction.h", 727 "indexed_db/indexed_db_transaction.h",
732 "indexed_db/indexed_db_transaction_coordinator.cc", 728 "indexed_db/indexed_db_transaction_coordinator.cc",
733 "indexed_db/indexed_db_transaction_coordinator.h", 729 "indexed_db/indexed_db_transaction_coordinator.h",
734 "indexed_db/indexed_db_value.cc", 730 "indexed_db/indexed_db_value.cc",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1971 if (!is_component_build) {
1976 public_deps = [ 1972 public_deps = [
1977 ":browser", 1973 ":browser",
1978 ] 1974 ]
1979 } else { 1975 } else {
1980 public_deps = [ 1976 public_deps = [
1981 "//third_party/leveldatabase", 1977 "//third_party/leveldatabase",
1982 ] 1978 ]
1983 } 1979 }
1984 } 1980 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/database_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698