| 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 "loader/upload_progress_tracker.h", | 938 "loader/upload_progress_tracker.h", |
| 939 "loader/url_loader_factory_impl.cc", | 939 "loader/url_loader_factory_impl.cc", |
| 940 "loader/url_loader_factory_impl.h", | 940 "loader/url_loader_factory_impl.h", |
| 941 "loader/url_loader_request_handler.h", | 941 "loader/url_loader_request_handler.h", |
| 942 "loader/wake_lock_resource_throttle.cc", | 942 "loader/wake_lock_resource_throttle.cc", |
| 943 "loader/wake_lock_resource_throttle.h", | 943 "loader/wake_lock_resource_throttle.h", |
| 944 "loader_delegate_impl.cc", | 944 "loader_delegate_impl.cc", |
| 945 "loader_delegate_impl.h", | 945 "loader_delegate_impl.h", |
| 946 "mach_broker_mac.h", | 946 "mach_broker_mac.h", |
| 947 "mach_broker_mac.mm", | 947 "mach_broker_mac.mm", |
| 948 "manifest/manifest_icon_downloader.cc", |
| 949 "manifest/manifest_icon_selector.cc", |
| 948 "manifest/manifest_manager_host.cc", | 950 "manifest/manifest_manager_host.cc", |
| 949 "manifest/manifest_manager_host.h", | 951 "manifest/manifest_manager_host.h", |
| 950 "media/android/browser_media_player_manager.cc", | 952 "media/android/browser_media_player_manager.cc", |
| 951 "media/android/browser_media_player_manager.h", | 953 "media/android/browser_media_player_manager.h", |
| 952 "media/android/browser_surface_view_manager.cc", | 954 "media/android/browser_surface_view_manager.cc", |
| 953 "media/android/browser_surface_view_manager.h", | 955 "media/android/browser_surface_view_manager.h", |
| 954 "media/android/media_player_renderer.cc", | 956 "media/android/media_player_renderer.cc", |
| 955 "media/android/media_player_renderer.h", | 957 "media/android/media_player_renderer.h", |
| 956 "media/android/media_resource_getter_impl.cc", | 958 "media/android/media_resource_getter_impl.cc", |
| 957 "media/android/media_resource_getter_impl.h", | 959 "media/android/media_resource_getter_impl.h", |
| (...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 if (!is_component_build) { | 2152 if (!is_component_build) { |
| 2151 public_deps = [ | 2153 public_deps = [ |
| 2152 ":browser", | 2154 ":browser", |
| 2153 ] | 2155 ] |
| 2154 } else { | 2156 } else { |
| 2155 public_deps = [ | 2157 public_deps = [ |
| 2156 "//third_party/leveldatabase", | 2158 "//third_party/leveldatabase", |
| 2157 ] | 2159 ] |
| 2158 } | 2160 } |
| 2159 } | 2161 } |
| OLD | NEW |