| 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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 "payments/payment_app_manager.cc", | 975 "payments/payment_app_manager.cc", |
| 976 "payments/payment_app_manager.h", | 976 "payments/payment_app_manager.h", |
| 977 "payments/payment_app_provider_impl.cc", | 977 "payments/payment_app_provider_impl.cc", |
| 978 "payments/payment_app_provider_impl.h", | 978 "payments/payment_app_provider_impl.h", |
| 979 "permissions/permission_service_context.cc", | 979 "permissions/permission_service_context.cc", |
| 980 "permissions/permission_service_context.h", | 980 "permissions/permission_service_context.h", |
| 981 "permissions/permission_service_impl.cc", | 981 "permissions/permission_service_impl.cc", |
| 982 "permissions/permission_service_impl.h", | 982 "permissions/permission_service_impl.h", |
| 983 "presentation/presentation_service_impl.cc", | 983 "presentation/presentation_service_impl.cc", |
| 984 "presentation/presentation_service_impl.h", | 984 "presentation/presentation_service_impl.h", |
| 985 "presentation/presentation_type_converters.cc", | |
| 986 "presentation/presentation_type_converters.h", | |
| 987 "profiler_controller_impl.cc", | 985 "profiler_controller_impl.cc", |
| 988 "profiler_controller_impl.h", | 986 "profiler_controller_impl.h", |
| 989 "profiler_message_filter.cc", | 987 "profiler_message_filter.cc", |
| 990 "profiler_message_filter.h", | 988 "profiler_message_filter.h", |
| 991 "push_messaging/push_messaging_context.cc", | 989 "push_messaging/push_messaging_context.cc", |
| 992 "push_messaging/push_messaging_context.h", | 990 "push_messaging/push_messaging_context.h", |
| 993 "push_messaging/push_messaging_message_filter.cc", | 991 "push_messaging/push_messaging_message_filter.cc", |
| 994 "push_messaging/push_messaging_message_filter.h", | 992 "push_messaging/push_messaging_message_filter.h", |
| 995 "push_messaging/push_messaging_router.cc", | 993 "push_messaging/push_messaging_router.cc", |
| 996 "push_messaging/push_messaging_router.h", | 994 "push_messaging/push_messaging_router.h", |
| (...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2006 if (!is_component_build) { | 2004 if (!is_component_build) { |
| 2007 public_deps = [ | 2005 public_deps = [ |
| 2008 ":browser", | 2006 ":browser", |
| 2009 ] | 2007 ] |
| 2010 } else { | 2008 } else { |
| 2011 public_deps = [ | 2009 public_deps = [ |
| 2012 "//third_party/leveldatabase", | 2010 "//third_party/leveldatabase", |
| 2013 ] | 2011 ] |
| 2014 } | 2012 } |
| 2015 } | 2013 } |
| OLD | NEW |