| 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "notifications/notification_id_generator.cc", | 950 "notifications/notification_id_generator.cc", |
| 951 "notifications/notification_id_generator.h", | 951 "notifications/notification_id_generator.h", |
| 952 "notifications/notification_message_filter.cc", | 952 "notifications/notification_message_filter.cc", |
| 953 "notifications/notification_message_filter.h", | 953 "notifications/notification_message_filter.h", |
| 954 "notifications/page_notification_delegate.cc", | 954 "notifications/page_notification_delegate.cc", |
| 955 "notifications/page_notification_delegate.h", | 955 "notifications/page_notification_delegate.h", |
| 956 "notifications/platform_notification_context_impl.cc", | 956 "notifications/platform_notification_context_impl.cc", |
| 957 "notifications/platform_notification_context_impl.h", | 957 "notifications/platform_notification_context_impl.h", |
| 958 "notifications/type_converters.cc", | 958 "notifications/type_converters.cc", |
| 959 "notifications/type_converters.h", | 959 "notifications/type_converters.h", |
| 960 "payments/payment_app_context.cc", | 960 "payments/payment_app_context_impl.cc", |
| 961 "payments/payment_app_context.h", | 961 "payments/payment_app_context_impl.h", |
| 962 "payments/payment_app_manager.cc", | 962 "payments/payment_app_manager.cc", |
| 963 "payments/payment_app_manager.h", | 963 "payments/payment_app_manager.h", |
| 964 "permissions/permission_service_context.cc", | 964 "permissions/permission_service_context.cc", |
| 965 "permissions/permission_service_context.h", | 965 "permissions/permission_service_context.h", |
| 966 "permissions/permission_service_impl.cc", | 966 "permissions/permission_service_impl.cc", |
| 967 "permissions/permission_service_impl.h", | 967 "permissions/permission_service_impl.h", |
| 968 "presentation/presentation_service_impl.cc", | 968 "presentation/presentation_service_impl.cc", |
| 969 "presentation/presentation_service_impl.h", | 969 "presentation/presentation_service_impl.h", |
| 970 "presentation/presentation_type_converters.cc", | 970 "presentation/presentation_type_converters.cc", |
| 971 "presentation/presentation_type_converters.h", | 971 "presentation/presentation_type_converters.h", |
| (...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 if (!is_component_build) { | 1975 if (!is_component_build) { |
| 1976 public_deps = [ | 1976 public_deps = [ |
| 1977 ":browser", | 1977 ":browser", |
| 1978 ] | 1978 ] |
| 1979 } else { | 1979 } else { |
| 1980 public_deps = [ | 1980 public_deps = [ |
| 1981 "//third_party/leveldatabase", | 1981 "//third_party/leveldatabase", |
| 1982 ] | 1982 ] |
| 1983 } | 1983 } |
| 1984 } | 1984 } |
| OLD | NEW |