| 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "notifications/notification_database.cc", | 1050 "notifications/notification_database.cc", |
| 1051 "notifications/notification_database.h", | 1051 "notifications/notification_database.h", |
| 1052 "notifications/notification_database_data_conversions.cc", | 1052 "notifications/notification_database_data_conversions.cc", |
| 1053 "notifications/notification_database_data_conversions.h", | 1053 "notifications/notification_database_data_conversions.h", |
| 1054 "notifications/notification_event_dispatcher_impl.cc", | 1054 "notifications/notification_event_dispatcher_impl.cc", |
| 1055 "notifications/notification_event_dispatcher_impl.h", | 1055 "notifications/notification_event_dispatcher_impl.h", |
| 1056 "notifications/notification_id_generator.cc", | 1056 "notifications/notification_id_generator.cc", |
| 1057 "notifications/notification_id_generator.h", | 1057 "notifications/notification_id_generator.h", |
| 1058 "notifications/notification_message_filter.cc", | 1058 "notifications/notification_message_filter.cc", |
| 1059 "notifications/notification_message_filter.h", | 1059 "notifications/notification_message_filter.h", |
| 1060 "notifications/page_notification_delegate.cc", | |
| 1061 "notifications/page_notification_delegate.h", | |
| 1062 "notifications/platform_notification_context_impl.cc", | 1060 "notifications/platform_notification_context_impl.cc", |
| 1063 "notifications/platform_notification_context_impl.h", | 1061 "notifications/platform_notification_context_impl.h", |
| 1064 "notifications/type_converters.cc", | 1062 "notifications/type_converters.cc", |
| 1065 "notifications/type_converters.h", | 1063 "notifications/type_converters.h", |
| 1066 "payments/payment_app_context_impl.cc", | 1064 "payments/payment_app_context_impl.cc", |
| 1067 "payments/payment_app_context_impl.h", | 1065 "payments/payment_app_context_impl.h", |
| 1068 "payments/payment_app_database.cc", | 1066 "payments/payment_app_database.cc", |
| 1069 "payments/payment_app_database.h", | 1067 "payments/payment_app_database.h", |
| 1070 "payments/payment_app_provider_impl.cc", | 1068 "payments/payment_app_provider_impl.cc", |
| 1071 "payments/payment_app_provider_impl.h", | 1069 "payments/payment_app_provider_impl.h", |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 if (!is_component_build) { | 2147 if (!is_component_build) { |
| 2150 public_deps = [ | 2148 public_deps = [ |
| 2151 ":browser", | 2149 ":browser", |
| 2152 ] | 2150 ] |
| 2153 } else { | 2151 } else { |
| 2154 public_deps = [ | 2152 public_deps = [ |
| 2155 "//third_party/leveldatabase", | 2153 "//third_party/leveldatabase", |
| 2156 ] | 2154 ] |
| 2157 } | 2155 } |
| 2158 } | 2156 } |
| OLD | NEW |