| 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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 "notifications/page_notification_delegate.cc", | 978 "notifications/page_notification_delegate.cc", |
| 979 "notifications/page_notification_delegate.h", | 979 "notifications/page_notification_delegate.h", |
| 980 "notifications/platform_notification_context_impl.cc", | 980 "notifications/platform_notification_context_impl.cc", |
| 981 "notifications/platform_notification_context_impl.h", | 981 "notifications/platform_notification_context_impl.h", |
| 982 "notifications/type_converters.cc", | 982 "notifications/type_converters.cc", |
| 983 "notifications/type_converters.h", | 983 "notifications/type_converters.h", |
| 984 "payments/payment_app_context_impl.cc", | 984 "payments/payment_app_context_impl.cc", |
| 985 "payments/payment_app_context_impl.h", | 985 "payments/payment_app_context_impl.h", |
| 986 "payments/payment_app_database.cc", | 986 "payments/payment_app_database.cc", |
| 987 "payments/payment_app_database.h", | 987 "payments/payment_app_database.h", |
| 988 "payments/payment_app_event_dispatcher_impl.cc", |
| 989 "payments/payment_app_event_dispatcher_impl.h", |
| 988 "payments/payment_app_manager.cc", | 990 "payments/payment_app_manager.cc", |
| 989 "payments/payment_app_manager.h", | 991 "payments/payment_app_manager.h", |
| 990 "permissions/permission_service_context.cc", | 992 "permissions/permission_service_context.cc", |
| 991 "permissions/permission_service_context.h", | 993 "permissions/permission_service_context.h", |
| 992 "permissions/permission_service_impl.cc", | 994 "permissions/permission_service_impl.cc", |
| 993 "permissions/permission_service_impl.h", | 995 "permissions/permission_service_impl.h", |
| 994 "presentation/presentation_service_impl.cc", | 996 "presentation/presentation_service_impl.cc", |
| 995 "presentation/presentation_service_impl.h", | 997 "presentation/presentation_service_impl.h", |
| 996 "presentation/presentation_type_converters.cc", | 998 "presentation/presentation_type_converters.cc", |
| 997 "presentation/presentation_type_converters.h", | 999 "presentation/presentation_type_converters.h", |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1995 if (!is_component_build) { | 1997 if (!is_component_build) { |
| 1996 public_deps = [ | 1998 public_deps = [ |
| 1997 ":browser", | 1999 ":browser", |
| 1998 ] | 2000 ] |
| 1999 } else { | 2001 } else { |
| 2000 public_deps = [ | 2002 public_deps = [ |
| 2001 "//third_party/leveldatabase", | 2003 "//third_party/leveldatabase", |
| 2002 ] | 2004 ] |
| 2003 } | 2005 } |
| 2004 } | 2006 } |
| OLD | NEW |