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("//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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 "histogram_message_filter.h", | 662 "histogram_message_filter.h", |
663 "histogram_subscriber.h", | 663 "histogram_subscriber.h", |
664 "histogram_synchronizer.cc", | 664 "histogram_synchronizer.cc", |
665 "histogram_synchronizer.h", | 665 "histogram_synchronizer.h", |
666 "host_zoom_level_context.cc", | 666 "host_zoom_level_context.cc", |
667 "host_zoom_level_context.h", | 667 "host_zoom_level_context.h", |
668 "host_zoom_map_impl.cc", | 668 "host_zoom_map_impl.cc", |
669 "host_zoom_map_impl.h", | 669 "host_zoom_map_impl.h", |
670 "host_zoom_map_observer.cc", | 670 "host_zoom_map_observer.cc", |
671 "host_zoom_map_observer.h", | 671 "host_zoom_map_observer.h", |
| 672 "indexed_db/cursor_impl.cc", |
| 673 "indexed_db/cursor_impl.h", |
672 "indexed_db/database_impl.cc", | 674 "indexed_db/database_impl.cc", |
673 "indexed_db/database_impl.h", | 675 "indexed_db/database_impl.h", |
674 "indexed_db/indexed_db.h", | 676 "indexed_db/indexed_db.h", |
675 "indexed_db/indexed_db_active_blob_registry.cc", | 677 "indexed_db/indexed_db_active_blob_registry.cc", |
676 "indexed_db/indexed_db_active_blob_registry.h", | 678 "indexed_db/indexed_db_active_blob_registry.h", |
677 "indexed_db/indexed_db_backing_store.cc", | 679 "indexed_db/indexed_db_backing_store.cc", |
678 "indexed_db/indexed_db_backing_store.h", | 680 "indexed_db/indexed_db_backing_store.h", |
679 "indexed_db/indexed_db_blob_info.cc", | 681 "indexed_db/indexed_db_blob_info.cc", |
680 "indexed_db/indexed_db_blob_info.h", | 682 "indexed_db/indexed_db_blob_info.h", |
681 "indexed_db/indexed_db_callbacks.cc", | 683 "indexed_db/indexed_db_callbacks.cc", |
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 if (!is_component_build) { | 1973 if (!is_component_build) { |
1972 public_deps = [ | 1974 public_deps = [ |
1973 ":browser", | 1975 ":browser", |
1974 ] | 1976 ] |
1975 } else { | 1977 } else { |
1976 public_deps = [ | 1978 public_deps = [ |
1977 "//third_party/leveldatabase", | 1979 "//third_party/leveldatabase", |
1978 ] | 1980 ] |
1979 } | 1981 } |
1980 } | 1982 } |
OLD | NEW |