| 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 "loader/temporary_file_stream.cc", | 917 "loader/temporary_file_stream.cc", |
| 918 "loader/temporary_file_stream.h", | 918 "loader/temporary_file_stream.h", |
| 919 "loader/throttling_resource_handler.cc", | 919 "loader/throttling_resource_handler.cc", |
| 920 "loader/throttling_resource_handler.h", | 920 "loader/throttling_resource_handler.h", |
| 921 "loader/upload_data_stream_builder.cc", | 921 "loader/upload_data_stream_builder.cc", |
| 922 "loader/upload_data_stream_builder.h", | 922 "loader/upload_data_stream_builder.h", |
| 923 "loader/upload_progress_tracker.cc", | 923 "loader/upload_progress_tracker.cc", |
| 924 "loader/upload_progress_tracker.h", | 924 "loader/upload_progress_tracker.h", |
| 925 "loader/url_loader_factory_impl.cc", | 925 "loader/url_loader_factory_impl.cc", |
| 926 "loader/url_loader_factory_impl.h", | 926 "loader/url_loader_factory_impl.h", |
| 927 "loader/url_loader_request_handler.h", |
| 927 "loader/wake_lock_resource_throttle.cc", | 928 "loader/wake_lock_resource_throttle.cc", |
| 928 "loader/wake_lock_resource_throttle.h", | 929 "loader/wake_lock_resource_throttle.h", |
| 929 "loader_delegate_impl.cc", | 930 "loader_delegate_impl.cc", |
| 930 "loader_delegate_impl.h", | 931 "loader_delegate_impl.h", |
| 931 "mach_broker_mac.h", | 932 "mach_broker_mac.h", |
| 932 "mach_broker_mac.mm", | 933 "mach_broker_mac.mm", |
| 933 "manifest/manifest_manager_host.cc", | 934 "manifest/manifest_manager_host.cc", |
| 934 "manifest/manifest_manager_host.h", | 935 "manifest/manifest_manager_host.h", |
| 935 "media/android/browser_media_player_manager.cc", | 936 "media/android/browser_media_player_manager.cc", |
| 936 "media/android/browser_media_player_manager.h", | 937 "media/android/browser_media_player_manager.h", |
| (...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 if (!is_component_build) { | 2138 if (!is_component_build) { |
| 2138 public_deps = [ | 2139 public_deps = [ |
| 2139 ":browser", | 2140 ":browser", |
| 2140 ] | 2141 ] |
| 2141 } else { | 2142 } else { |
| 2142 public_deps = [ | 2143 public_deps = [ |
| 2143 "//third_party/leveldatabase", | 2144 "//third_party/leveldatabase", |
| 2144 ] | 2145 ] |
| 2145 } | 2146 } |
| 2146 } | 2147 } |
| OLD | NEW |