| 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "browser_process_sub_thread.cc", | 404 "browser_process_sub_thread.cc", |
| 405 "browser_process_sub_thread.h", | 405 "browser_process_sub_thread.h", |
| 406 "browser_shutdown_profile_dumper.cc", | 406 "browser_shutdown_profile_dumper.cc", |
| 407 "browser_shutdown_profile_dumper.h", | 407 "browser_shutdown_profile_dumper.h", |
| 408 "browser_thread_impl.cc", | 408 "browser_thread_impl.cc", |
| 409 "browser_thread_impl.h", | 409 "browser_thread_impl.h", |
| 410 "browser_url_handler_impl.cc", | 410 "browser_url_handler_impl.cc", |
| 411 "browser_url_handler_impl.h", | 411 "browser_url_handler_impl.h", |
| 412 "browsing_data/browsing_data_filter_builder_impl.cc", | 412 "browsing_data/browsing_data_filter_builder_impl.cc", |
| 413 "browsing_data/browsing_data_filter_builder_impl.h", | 413 "browsing_data/browsing_data_filter_builder_impl.h", |
| 414 "browsing_data/browsing_data_remover_impl.cc", |
| 415 "browsing_data/browsing_data_remover_impl.h", |
| 414 "browsing_data/clear_site_data_throttle.cc", | 416 "browsing_data/clear_site_data_throttle.cc", |
| 415 "browsing_data/clear_site_data_throttle.h", | 417 "browsing_data/clear_site_data_throttle.h", |
| 416 "browsing_data/conditional_cache_deletion_helper.cc", | 418 "browsing_data/conditional_cache_deletion_helper.cc", |
| 417 "browsing_data/conditional_cache_deletion_helper.h", | 419 "browsing_data/conditional_cache_deletion_helper.h", |
| 418 "browsing_data/storage_partition_http_cache_data_remover.cc", | 420 "browsing_data/storage_partition_http_cache_data_remover.cc", |
| 419 "browsing_data/storage_partition_http_cache_data_remover.h", | 421 "browsing_data/storage_partition_http_cache_data_remover.h", |
| 420 "browsing_instance.cc", | 422 "browsing_instance.cc", |
| 421 "browsing_instance.h", | 423 "browsing_instance.h", |
| 422 "byte_stream.cc", | 424 "byte_stream.cc", |
| 423 "byte_stream.h", | 425 "byte_stream.h", |
| (...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2071 if (!is_component_build) { | 2073 if (!is_component_build) { |
| 2072 public_deps = [ | 2074 public_deps = [ |
| 2073 ":browser", | 2075 ":browser", |
| 2074 ] | 2076 ] |
| 2075 } else { | 2077 } else { |
| 2076 public_deps = [ | 2078 public_deps = [ |
| 2077 "//third_party/leveldatabase", | 2079 "//third_party/leveldatabase", |
| 2078 ] | 2080 ] |
| 2079 } | 2081 } |
| 2080 } | 2082 } |
| OLD | NEW |