| 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 "histogram_controller.h", | 628 "histogram_controller.h", |
| 629 "histogram_internals_request_job.cc", | 629 "histogram_internals_request_job.cc", |
| 630 "histogram_internals_request_job.h", | 630 "histogram_internals_request_job.h", |
| 631 "histogram_message_filter.cc", | 631 "histogram_message_filter.cc", |
| 632 "histogram_message_filter.h", | 632 "histogram_message_filter.h", |
| 633 "histogram_subscriber.h", | 633 "histogram_subscriber.h", |
| 634 "histogram_synchronizer.cc", | 634 "histogram_synchronizer.cc", |
| 635 "histogram_synchronizer.h", | 635 "histogram_synchronizer.h", |
| 636 "host_zoom_level_context.cc", | 636 "host_zoom_level_context.cc", |
| 637 "host_zoom_level_context.h", | 637 "host_zoom_level_context.h", |
| 638 "host_zoom_map_host.cc", |
| 639 "host_zoom_map_host.h", |
| 638 "host_zoom_map_impl.cc", | 640 "host_zoom_map_impl.cc", |
| 639 "host_zoom_map_impl.h", | 641 "host_zoom_map_impl.h", |
| 640 "indexed_db/indexed_db.h", | 642 "indexed_db/indexed_db.h", |
| 641 "indexed_db/indexed_db_active_blob_registry.cc", | 643 "indexed_db/indexed_db_active_blob_registry.cc", |
| 642 "indexed_db/indexed_db_active_blob_registry.h", | 644 "indexed_db/indexed_db_active_blob_registry.h", |
| 643 "indexed_db/indexed_db_backing_store.cc", | 645 "indexed_db/indexed_db_backing_store.cc", |
| 644 "indexed_db/indexed_db_backing_store.h", | 646 "indexed_db/indexed_db_backing_store.h", |
| 645 "indexed_db/indexed_db_blob_info.cc", | 647 "indexed_db/indexed_db_blob_info.cc", |
| 646 "indexed_db/indexed_db_blob_info.h", | 648 "indexed_db/indexed_db_blob_info.h", |
| 647 "indexed_db/indexed_db_callbacks.cc", | 649 "indexed_db/indexed_db_callbacks.cc", |
| (...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1958 if (!is_component_build) { | 1960 if (!is_component_build) { |
| 1959 public_deps = [ | 1961 public_deps = [ |
| 1960 ":browser", | 1962 ":browser", |
| 1961 ] | 1963 ] |
| 1962 } else { | 1964 } else { |
| 1963 public_deps = [ | 1965 public_deps = [ |
| 1964 "//third_party/leveldatabase", | 1966 "//third_party/leveldatabase", |
| 1965 ] | 1967 ] |
| 1966 } | 1968 } |
| 1967 } | 1969 } |
| OLD | NEW |