OLD | NEW |
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 "indexed_db/indexed_db_dispatcher_host.h", | 670 "indexed_db/indexed_db_dispatcher_host.h", |
671 "indexed_db/indexed_db_factory.h", | 671 "indexed_db/indexed_db_factory.h", |
672 "indexed_db/indexed_db_factory_impl.cc", | 672 "indexed_db/indexed_db_factory_impl.cc", |
673 "indexed_db/indexed_db_factory_impl.h", | 673 "indexed_db/indexed_db_factory_impl.h", |
674 "indexed_db/indexed_db_index_writer.cc", | 674 "indexed_db/indexed_db_index_writer.cc", |
675 "indexed_db/indexed_db_index_writer.h", | 675 "indexed_db/indexed_db_index_writer.h", |
676 "indexed_db/indexed_db_internals_ui.cc", | 676 "indexed_db/indexed_db_internals_ui.cc", |
677 "indexed_db/indexed_db_internals_ui.h", | 677 "indexed_db/indexed_db_internals_ui.h", |
678 "indexed_db/indexed_db_leveldb_coding.cc", | 678 "indexed_db/indexed_db_leveldb_coding.cc", |
679 "indexed_db/indexed_db_leveldb_coding.h", | 679 "indexed_db/indexed_db_leveldb_coding.h", |
680 "indexed_db/indexed_db_metadata.cc", | |
681 "indexed_db/indexed_db_metadata.h", | |
682 "indexed_db/indexed_db_observation.cc", | 680 "indexed_db/indexed_db_observation.cc", |
683 "indexed_db/indexed_db_observation.h", | 681 "indexed_db/indexed_db_observation.h", |
684 "indexed_db/indexed_db_observer.cc", | 682 "indexed_db/indexed_db_observer.cc", |
685 "indexed_db/indexed_db_observer.h", | 683 "indexed_db/indexed_db_observer.h", |
686 "indexed_db/indexed_db_observer_changes.cc", | 684 "indexed_db/indexed_db_observer_changes.cc", |
687 "indexed_db/indexed_db_observer_changes.h", | 685 "indexed_db/indexed_db_observer_changes.h", |
688 "indexed_db/indexed_db_pending_connection.cc", | 686 "indexed_db/indexed_db_pending_connection.cc", |
689 "indexed_db/indexed_db_pending_connection.h", | 687 "indexed_db/indexed_db_pending_connection.h", |
690 "indexed_db/indexed_db_quota_client.cc", | 688 "indexed_db/indexed_db_quota_client.cc", |
691 "indexed_db/indexed_db_quota_client.h", | 689 "indexed_db/indexed_db_quota_client.h", |
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1939 if (!is_component_build) { | 1937 if (!is_component_build) { |
1940 public_deps = [ | 1938 public_deps = [ |
1941 ":browser", | 1939 ":browser", |
1942 ] | 1940 ] |
1943 } else { | 1941 } else { |
1944 public_deps = [ | 1942 public_deps = [ |
1945 "//third_party/leveldatabase", | 1943 "//third_party/leveldatabase", |
1946 ] | 1944 ] |
1947 } | 1945 } |
1948 } | 1946 } |
OLD | NEW |