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

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

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Require explicit wrapping when discarding map keys. Created 4 years, 2 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
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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "indexed_db/indexed_db_dispatcher_host.h", 672 "indexed_db/indexed_db_dispatcher_host.h",
673 "indexed_db/indexed_db_factory.h", 673 "indexed_db/indexed_db_factory.h",
674 "indexed_db/indexed_db_factory_impl.cc", 674 "indexed_db/indexed_db_factory_impl.cc",
675 "indexed_db/indexed_db_factory_impl.h", 675 "indexed_db/indexed_db_factory_impl.h",
676 "indexed_db/indexed_db_index_writer.cc", 676 "indexed_db/indexed_db_index_writer.cc",
677 "indexed_db/indexed_db_index_writer.h", 677 "indexed_db/indexed_db_index_writer.h",
678 "indexed_db/indexed_db_internals_ui.cc", 678 "indexed_db/indexed_db_internals_ui.cc",
679 "indexed_db/indexed_db_internals_ui.h", 679 "indexed_db/indexed_db_internals_ui.h",
680 "indexed_db/indexed_db_leveldb_coding.cc", 680 "indexed_db/indexed_db_leveldb_coding.cc",
681 "indexed_db/indexed_db_leveldb_coding.h", 681 "indexed_db/indexed_db_leveldb_coding.h",
682 "indexed_db/indexed_db_metadata.cc",
683 "indexed_db/indexed_db_metadata.h",
684 "indexed_db/indexed_db_observation.cc", 682 "indexed_db/indexed_db_observation.cc",
685 "indexed_db/indexed_db_observation.h", 683 "indexed_db/indexed_db_observation.h",
686 "indexed_db/indexed_db_observer.cc", 684 "indexed_db/indexed_db_observer.cc",
687 "indexed_db/indexed_db_observer.h", 685 "indexed_db/indexed_db_observer.h",
688 "indexed_db/indexed_db_observer_changes.cc", 686 "indexed_db/indexed_db_observer_changes.cc",
689 "indexed_db/indexed_db_observer_changes.h", 687 "indexed_db/indexed_db_observer_changes.h",
690 "indexed_db/indexed_db_pending_connection.cc", 688 "indexed_db/indexed_db_pending_connection.cc",
691 "indexed_db/indexed_db_pending_connection.h", 689 "indexed_db/indexed_db_pending_connection.h",
692 "indexed_db/indexed_db_quota_client.cc", 690 "indexed_db/indexed_db_quota_client.cc",
693 "indexed_db/indexed_db_quota_client.h", 691 "indexed_db/indexed_db_quota_client.h",
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 if (!is_component_build) { 1940 if (!is_component_build) {
1943 public_deps = [ 1941 public_deps = [
1944 ":browser", 1942 ":browser",
1945 ] 1943 ]
1946 } else { 1944 } else {
1947 public_deps = [ 1945 public_deps = [
1948 "//third_party/leveldatabase", 1946 "//third_party/leveldatabase",
1949 ] 1947 ]
1950 } 1948 }
1951 } 1949 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698