| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "browser_shutdown_profile_dumper.cc", | 393 "browser_shutdown_profile_dumper.cc", |
| 394 "browser_shutdown_profile_dumper.h", | 394 "browser_shutdown_profile_dumper.h", |
| 395 "browser_thread_impl.cc", | 395 "browser_thread_impl.cc", |
| 396 "browser_thread_impl.h", | 396 "browser_thread_impl.h", |
| 397 "browser_url_handler_impl.cc", | 397 "browser_url_handler_impl.cc", |
| 398 "browser_url_handler_impl.h", | 398 "browser_url_handler_impl.h", |
| 399 "browsing_data/browsing_data_filter_builder_impl.cc", | 399 "browsing_data/browsing_data_filter_builder_impl.cc", |
| 400 "browsing_data/browsing_data_filter_builder_impl.h", | 400 "browsing_data/browsing_data_filter_builder_impl.h", |
| 401 "browsing_data/clear_site_data_throttle.cc", | 401 "browsing_data/clear_site_data_throttle.cc", |
| 402 "browsing_data/clear_site_data_throttle.h", | 402 "browsing_data/clear_site_data_throttle.h", |
| 403 "browsing_data/conditional_cache_deletion_helper.cc", |
| 404 "browsing_data/conditional_cache_deletion_helper.h", |
| 405 "browsing_data/storage_partition_http_cache_data_remover_impl.cc", |
| 406 "browsing_data/storage_partition_http_cache_data_remover_impl.h", |
| 403 "browsing_instance.cc", | 407 "browsing_instance.cc", |
| 404 "browsing_instance.h", | 408 "browsing_instance.h", |
| 405 "byte_stream.cc", | 409 "byte_stream.cc", |
| 406 "byte_stream.h", | 410 "byte_stream.h", |
| 407 "cache_storage/cache_storage.cc", | 411 "cache_storage/cache_storage.cc", |
| 408 "cache_storage/cache_storage.h", | 412 "cache_storage/cache_storage.h", |
| 409 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 413 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
| 410 "cache_storage/cache_storage_blob_to_disk_cache.h", | 414 "cache_storage/cache_storage_blob_to_disk_cache.h", |
| 411 "cache_storage/cache_storage_cache.cc", | 415 "cache_storage/cache_storage_cache.cc", |
| 412 "cache_storage/cache_storage_cache.h", | 416 "cache_storage/cache_storage_cache.h", |
| (...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 if (!is_component_build) { | 2042 if (!is_component_build) { |
| 2039 public_deps = [ | 2043 public_deps = [ |
| 2040 ":browser", | 2044 ":browser", |
| 2041 ] | 2045 ] |
| 2042 } else { | 2046 } else { |
| 2043 public_deps = [ | 2047 public_deps = [ |
| 2044 "//third_party/leveldatabase", | 2048 "//third_party/leveldatabase", |
| 2045 ] | 2049 ] |
| 2046 } | 2050 } |
| 2047 } | 2051 } |
| OLD | NEW |