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