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

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

Issue 2500263003: Port messages sent by WebIDBCursorImpl to Mojo. (Closed)
Patch Set: Address yzshen@'s comments and fix leak. Created 4 years, 1 month 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
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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "histogram_message_filter.h", 648 "histogram_message_filter.h",
649 "histogram_subscriber.h", 649 "histogram_subscriber.h",
650 "histogram_synchronizer.cc", 650 "histogram_synchronizer.cc",
651 "histogram_synchronizer.h", 651 "histogram_synchronizer.h",
652 "host_zoom_level_context.cc", 652 "host_zoom_level_context.cc",
653 "host_zoom_level_context.h", 653 "host_zoom_level_context.h",
654 "host_zoom_map_impl.cc", 654 "host_zoom_map_impl.cc",
655 "host_zoom_map_impl.h", 655 "host_zoom_map_impl.h",
656 "host_zoom_map_observer.cc", 656 "host_zoom_map_observer.cc",
657 "host_zoom_map_observer.h", 657 "host_zoom_map_observer.h",
658 "indexed_db/cursor_impl.cc",
659 "indexed_db/cursor_impl.h",
658 "indexed_db/database_impl.cc", 660 "indexed_db/database_impl.cc",
659 "indexed_db/database_impl.h", 661 "indexed_db/database_impl.h",
660 "indexed_db/indexed_db.h", 662 "indexed_db/indexed_db.h",
661 "indexed_db/indexed_db_active_blob_registry.cc", 663 "indexed_db/indexed_db_active_blob_registry.cc",
662 "indexed_db/indexed_db_active_blob_registry.h", 664 "indexed_db/indexed_db_active_blob_registry.h",
663 "indexed_db/indexed_db_backing_store.cc", 665 "indexed_db/indexed_db_backing_store.cc",
664 "indexed_db/indexed_db_backing_store.h", 666 "indexed_db/indexed_db_backing_store.h",
665 "indexed_db/indexed_db_blob_info.cc", 667 "indexed_db/indexed_db_blob_info.cc",
666 "indexed_db/indexed_db_blob_info.h", 668 "indexed_db/indexed_db_blob_info.h",
667 "indexed_db/indexed_db_callbacks.cc", 669 "indexed_db/indexed_db_callbacks.cc",
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1955 if (!is_component_build) {
1954 public_deps = [ 1956 public_deps = [
1955 ":browser", 1957 ":browser",
1956 ] 1958 ]
1957 } else { 1959 } else {
1958 public_deps = [ 1960 public_deps = [
1959 "//third_party/leveldatabase", 1961 "//third_party/leveldatabase",
1960 ] 1962 ]
1961 } 1963 }
1962 } 1964 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/cursor_impl.h » ('j') | content/browser/indexed_db/cursor_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698