| 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 "loader/temporary_file_stream.cc", | 920 "loader/temporary_file_stream.cc", |
| 921 "loader/temporary_file_stream.h", | 921 "loader/temporary_file_stream.h", |
| 922 "loader/throttling_resource_handler.cc", | 922 "loader/throttling_resource_handler.cc", |
| 923 "loader/throttling_resource_handler.h", | 923 "loader/throttling_resource_handler.h", |
| 924 "loader/upload_data_stream_builder.cc", | 924 "loader/upload_data_stream_builder.cc", |
| 925 "loader/upload_data_stream_builder.h", | 925 "loader/upload_data_stream_builder.h", |
| 926 "loader/upload_progress_tracker.cc", | 926 "loader/upload_progress_tracker.cc", |
| 927 "loader/upload_progress_tracker.h", | 927 "loader/upload_progress_tracker.h", |
| 928 "loader/url_loader_factory_impl.cc", | 928 "loader/url_loader_factory_impl.cc", |
| 929 "loader/url_loader_factory_impl.h", | 929 "loader/url_loader_factory_impl.h", |
| 930 "loader/url_loader_request_handler.h", |
| 930 "loader/wake_lock_resource_throttle.cc", | 931 "loader/wake_lock_resource_throttle.cc", |
| 931 "loader/wake_lock_resource_throttle.h", | 932 "loader/wake_lock_resource_throttle.h", |
| 932 "loader_delegate_impl.cc", | 933 "loader_delegate_impl.cc", |
| 933 "loader_delegate_impl.h", | 934 "loader_delegate_impl.h", |
| 934 "mach_broker_mac.h", | 935 "mach_broker_mac.h", |
| 935 "mach_broker_mac.mm", | 936 "mach_broker_mac.mm", |
| 936 "manifest/manifest_manager_host.cc", | 937 "manifest/manifest_manager_host.cc", |
| 937 "manifest/manifest_manager_host.h", | 938 "manifest/manifest_manager_host.h", |
| 938 "media/android/browser_media_player_manager.cc", | 939 "media/android/browser_media_player_manager.cc", |
| 939 "media/android/browser_media_player_manager.h", | 940 "media/android/browser_media_player_manager.h", |
| (...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 if (!is_component_build) { | 2144 if (!is_component_build) { |
| 2144 public_deps = [ | 2145 public_deps = [ |
| 2145 ":browser", | 2146 ":browser", |
| 2146 ] | 2147 ] |
| 2147 } else { | 2148 } else { |
| 2148 public_deps = [ | 2149 public_deps = [ |
| 2149 "//third_party/leveldatabase", | 2150 "//third_party/leveldatabase", |
| 2150 ] | 2151 ] |
| 2151 } | 2152 } |
| 2152 } | 2153 } |
| OLD | NEW |