| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "browser_shutdown_profile_dumper.cc", | 401 "browser_shutdown_profile_dumper.cc", |
| 402 "browser_shutdown_profile_dumper.h", | 402 "browser_shutdown_profile_dumper.h", |
| 403 "browser_thread_impl.cc", | 403 "browser_thread_impl.cc", |
| 404 "browser_thread_impl.h", | 404 "browser_thread_impl.h", |
| 405 "browser_url_handler_impl.cc", | 405 "browser_url_handler_impl.cc", |
| 406 "browser_url_handler_impl.h", | 406 "browser_url_handler_impl.h", |
| 407 "browsing_data/browsing_data_filter_builder_impl.cc", | 407 "browsing_data/browsing_data_filter_builder_impl.cc", |
| 408 "browsing_data/browsing_data_filter_builder_impl.h", | 408 "browsing_data/browsing_data_filter_builder_impl.h", |
| 409 "browsing_data/clear_site_data_throttle.cc", | 409 "browsing_data/clear_site_data_throttle.cc", |
| 410 "browsing_data/clear_site_data_throttle.h", | 410 "browsing_data/clear_site_data_throttle.h", |
| 411 "browsing_data/conditional_cache_deletion_helper.cc", |
| 412 "browsing_data/conditional_cache_deletion_helper.h", |
| 413 "browsing_data/storage_partition_http_cache_data_remover.cc", |
| 414 "browsing_data/storage_partition_http_cache_data_remover.h", |
| 411 "browsing_instance.cc", | 415 "browsing_instance.cc", |
| 412 "browsing_instance.h", | 416 "browsing_instance.h", |
| 413 "byte_stream.cc", | 417 "byte_stream.cc", |
| 414 "byte_stream.h", | 418 "byte_stream.h", |
| 415 "cache_storage/cache_storage.cc", | 419 "cache_storage/cache_storage.cc", |
| 416 "cache_storage/cache_storage.h", | 420 "cache_storage/cache_storage.h", |
| 417 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 421 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
| 418 "cache_storage/cache_storage_blob_to_disk_cache.h", | 422 "cache_storage/cache_storage_blob_to_disk_cache.h", |
| 419 "cache_storage/cache_storage_cache.cc", | 423 "cache_storage/cache_storage_cache.cc", |
| 420 "cache_storage/cache_storage_cache.h", | 424 "cache_storage/cache_storage_cache.h", |
| (...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 if (!is_component_build) { | 2052 if (!is_component_build) { |
| 2049 public_deps = [ | 2053 public_deps = [ |
| 2050 ":browser", | 2054 ":browser", |
| 2051 ] | 2055 ] |
| 2052 } else { | 2056 } else { |
| 2053 public_deps = [ | 2057 public_deps = [ |
| 2054 "//third_party/leveldatabase", | 2058 "//third_party/leveldatabase", |
| 2055 ] | 2059 ] |
| 2056 } | 2060 } |
| 2057 } | 2061 } |
| OLD | NEW |