| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 "notifications/notification_message_filter.cc", | 974 "notifications/notification_message_filter.cc", |
| 975 "notifications/notification_message_filter.h", | 975 "notifications/notification_message_filter.h", |
| 976 "notifications/page_notification_delegate.cc", | 976 "notifications/page_notification_delegate.cc", |
| 977 "notifications/page_notification_delegate.h", | 977 "notifications/page_notification_delegate.h", |
| 978 "notifications/platform_notification_context_impl.cc", | 978 "notifications/platform_notification_context_impl.cc", |
| 979 "notifications/platform_notification_context_impl.h", | 979 "notifications/platform_notification_context_impl.h", |
| 980 "notifications/type_converters.cc", | 980 "notifications/type_converters.cc", |
| 981 "notifications/type_converters.h", | 981 "notifications/type_converters.h", |
| 982 "payments/payment_app_context_impl.cc", | 982 "payments/payment_app_context_impl.cc", |
| 983 "payments/payment_app_context_impl.h", | 983 "payments/payment_app_context_impl.h", |
| 984 "payments/payment_app_database.cc", |
| 985 "payments/payment_app_database.h", |
| 984 "payments/payment_app_manager.cc", | 986 "payments/payment_app_manager.cc", |
| 985 "payments/payment_app_manager.h", | 987 "payments/payment_app_manager.h", |
| 986 "permissions/permission_service_context.cc", | 988 "permissions/permission_service_context.cc", |
| 987 "permissions/permission_service_context.h", | 989 "permissions/permission_service_context.h", |
| 988 "permissions/permission_service_impl.cc", | 990 "permissions/permission_service_impl.cc", |
| 989 "permissions/permission_service_impl.h", | 991 "permissions/permission_service_impl.h", |
| 990 "presentation/presentation_service_impl.cc", | 992 "presentation/presentation_service_impl.cc", |
| 991 "presentation/presentation_service_impl.h", | 993 "presentation/presentation_service_impl.h", |
| 992 "presentation/presentation_type_converters.cc", | 994 "presentation/presentation_type_converters.cc", |
| 993 "presentation/presentation_type_converters.h", | 995 "presentation/presentation_type_converters.h", |
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 if (!is_component_build) { | 1988 if (!is_component_build) { |
| 1987 public_deps = [ | 1989 public_deps = [ |
| 1988 ":browser", | 1990 ":browser", |
| 1989 ] | 1991 ] |
| 1990 } else { | 1992 } else { |
| 1991 public_deps = [ | 1993 public_deps = [ |
| 1992 "//third_party/leveldatabase", | 1994 "//third_party/leveldatabase", |
| 1993 ] | 1995 ] |
| 1994 } | 1996 } |
| 1995 } | 1997 } |
| OLD | NEW |