| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 "notifications/notification_message_filter.cc", | 1072 "notifications/notification_message_filter.cc", |
| 1073 "notifications/notification_message_filter.h", | 1073 "notifications/notification_message_filter.h", |
| 1074 "notifications/platform_notification_context_impl.cc", | 1074 "notifications/platform_notification_context_impl.cc", |
| 1075 "notifications/platform_notification_context_impl.h", | 1075 "notifications/platform_notification_context_impl.h", |
| 1076 "notifications/type_converters.cc", | 1076 "notifications/type_converters.cc", |
| 1077 "notifications/type_converters.h", | 1077 "notifications/type_converters.h", |
| 1078 "payments/payment_app_context_impl.cc", | 1078 "payments/payment_app_context_impl.cc", |
| 1079 "payments/payment_app_context_impl.h", | 1079 "payments/payment_app_context_impl.h", |
| 1080 "payments/payment_app_database.cc", | 1080 "payments/payment_app_database.cc", |
| 1081 "payments/payment_app_database.h", | 1081 "payments/payment_app_database.h", |
| 1082 "payments/payment_app_info_fetcher.cc", |
| 1083 "payments/payment_app_info_fetcher.h", |
| 1082 "payments/payment_app_provider_impl.cc", | 1084 "payments/payment_app_provider_impl.cc", |
| 1083 "payments/payment_app_provider_impl.h", | 1085 "payments/payment_app_provider_impl.h", |
| 1084 "payments/payment_instrument_icon_fetcher.cc", | 1086 "payments/payment_instrument_icon_fetcher.cc", |
| 1085 "payments/payment_instrument_icon_fetcher.h", | 1087 "payments/payment_instrument_icon_fetcher.h", |
| 1086 "payments/payment_manager.cc", | 1088 "payments/payment_manager.cc", |
| 1087 "payments/payment_manager.h", | 1089 "payments/payment_manager.h", |
| 1088 "permissions/permission_service_context.cc", | 1090 "permissions/permission_service_context.cc", |
| 1089 "permissions/permission_service_context.h", | 1091 "permissions/permission_service_context.h", |
| 1090 "permissions/permission_service_impl.cc", | 1092 "permissions/permission_service_impl.cc", |
| 1091 "permissions/permission_service_impl.h", | 1093 "permissions/permission_service_impl.h", |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2165 if (!is_component_build) { | 2167 if (!is_component_build) { |
| 2166 public_deps = [ | 2168 public_deps = [ |
| 2167 ":browser", | 2169 ":browser", |
| 2168 ] | 2170 ] |
| 2169 } else { | 2171 } else { |
| 2170 public_deps = [ | 2172 public_deps = [ |
| 2171 "//third_party/leveldatabase", | 2173 "//third_party/leveldatabase", |
| 2172 ] | 2174 ] |
| 2173 } | 2175 } |
| 2174 } | 2176 } |
| OLD | NEW |