| 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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 "notifications/page_notification_delegate.cc", | 1009 "notifications/page_notification_delegate.cc", |
| 1010 "notifications/page_notification_delegate.h", | 1010 "notifications/page_notification_delegate.h", |
| 1011 "notifications/platform_notification_context_impl.cc", | 1011 "notifications/platform_notification_context_impl.cc", |
| 1012 "notifications/platform_notification_context_impl.h", | 1012 "notifications/platform_notification_context_impl.h", |
| 1013 "notifications/type_converters.cc", | 1013 "notifications/type_converters.cc", |
| 1014 "notifications/type_converters.h", | 1014 "notifications/type_converters.h", |
| 1015 "payments/payment_app_context_impl.cc", | 1015 "payments/payment_app_context_impl.cc", |
| 1016 "payments/payment_app_context_impl.h", | 1016 "payments/payment_app_context_impl.h", |
| 1017 "payments/payment_app_database.cc", | 1017 "payments/payment_app_database.cc", |
| 1018 "payments/payment_app_database.h", | 1018 "payments/payment_app_database.h", |
| 1019 "payments/payment_app_manager.cc", | |
| 1020 "payments/payment_app_manager.h", | |
| 1021 "payments/payment_app_provider_impl.cc", | 1019 "payments/payment_app_provider_impl.cc", |
| 1022 "payments/payment_app_provider_impl.h", | 1020 "payments/payment_app_provider_impl.h", |
| 1021 "payments/payment_manager.cc", |
| 1022 "payments/payment_manager.h", |
| 1023 "permissions/permission_service_context.cc", | 1023 "permissions/permission_service_context.cc", |
| 1024 "permissions/permission_service_context.h", | 1024 "permissions/permission_service_context.h", |
| 1025 "permissions/permission_service_impl.cc", | 1025 "permissions/permission_service_impl.cc", |
| 1026 "permissions/permission_service_impl.h", | 1026 "permissions/permission_service_impl.h", |
| 1027 "presentation/presentation_service_impl.cc", | 1027 "presentation/presentation_service_impl.cc", |
| 1028 "presentation/presentation_service_impl.h", | 1028 "presentation/presentation_service_impl.h", |
| 1029 "profiler_controller_impl.cc", | 1029 "profiler_controller_impl.cc", |
| 1030 "profiler_controller_impl.h", | 1030 "profiler_controller_impl.h", |
| 1031 "profiler_message_filter.cc", | 1031 "profiler_message_filter.cc", |
| 1032 "profiler_message_filter.h", | 1032 "profiler_message_filter.h", |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 if (!is_component_build) { | 2056 if (!is_component_build) { |
| 2057 public_deps = [ | 2057 public_deps = [ |
| 2058 ":browser", | 2058 ":browser", |
| 2059 ] | 2059 ] |
| 2060 } else { | 2060 } else { |
| 2061 public_deps = [ | 2061 public_deps = [ |
| 2062 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
| 2063 ] | 2063 ] |
| 2064 } | 2064 } |
| 2065 } | 2065 } |
| OLD | NEW |