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

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

Issue 2500263003: Port messages sent by WebIDBCursorImpl to Mojo. (Closed)
Patch Set: Address dcheng@'s comments. 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
« no previous file with comments | « no previous file | content/browser/indexed_db/cursor_impl.h » ('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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "histogram_message_filter.h", 663 "histogram_message_filter.h",
664 "histogram_subscriber.h", 664 "histogram_subscriber.h",
665 "histogram_synchronizer.cc", 665 "histogram_synchronizer.cc",
666 "histogram_synchronizer.h", 666 "histogram_synchronizer.h",
667 "host_zoom_level_context.cc", 667 "host_zoom_level_context.cc",
668 "host_zoom_level_context.h", 668 "host_zoom_level_context.h",
669 "host_zoom_map_impl.cc", 669 "host_zoom_map_impl.cc",
670 "host_zoom_map_impl.h", 670 "host_zoom_map_impl.h",
671 "host_zoom_map_observer.cc", 671 "host_zoom_map_observer.cc",
672 "host_zoom_map_observer.h", 672 "host_zoom_map_observer.h",
673 "indexed_db/cursor_impl.cc",
674 "indexed_db/cursor_impl.h",
673 "indexed_db/database_impl.cc", 675 "indexed_db/database_impl.cc",
674 "indexed_db/database_impl.h", 676 "indexed_db/database_impl.h",
675 "indexed_db/indexed_db.h", 677 "indexed_db/indexed_db.h",
676 "indexed_db/indexed_db_active_blob_registry.cc", 678 "indexed_db/indexed_db_active_blob_registry.cc",
677 "indexed_db/indexed_db_active_blob_registry.h", 679 "indexed_db/indexed_db_active_blob_registry.h",
678 "indexed_db/indexed_db_backing_store.cc", 680 "indexed_db/indexed_db_backing_store.cc",
679 "indexed_db/indexed_db_backing_store.h", 681 "indexed_db/indexed_db_backing_store.h",
680 "indexed_db/indexed_db_blob_info.cc", 682 "indexed_db/indexed_db_blob_info.cc",
681 "indexed_db/indexed_db_blob_info.h", 683 "indexed_db/indexed_db_blob_info.h",
682 "indexed_db/indexed_db_callbacks.cc", 684 "indexed_db/indexed_db_callbacks.cc",
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 if (!is_component_build) { 1974 if (!is_component_build) {
1973 public_deps = [ 1975 public_deps = [
1974 ":browser", 1976 ":browser",
1975 ] 1977 ]
1976 } else { 1978 } else {
1977 public_deps = [ 1979 public_deps = [
1978 "//third_party/leveldatabase", 1980 "//third_party/leveldatabase",
1979 ] 1981 ]
1980 } 1982 }
1981 } 1983 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/cursor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698