| 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 "payments/payment_app_manager.cc", | 992 "payments/payment_app_manager.cc", |
| 993 "payments/payment_app_manager.h", | 993 "payments/payment_app_manager.h", |
| 994 "payments/payment_app_provider_impl.cc", | 994 "payments/payment_app_provider_impl.cc", |
| 995 "payments/payment_app_provider_impl.h", | 995 "payments/payment_app_provider_impl.h", |
| 996 "permissions/permission_service_context.cc", | 996 "permissions/permission_service_context.cc", |
| 997 "permissions/permission_service_context.h", | 997 "permissions/permission_service_context.h", |
| 998 "permissions/permission_service_impl.cc", | 998 "permissions/permission_service_impl.cc", |
| 999 "permissions/permission_service_impl.h", | 999 "permissions/permission_service_impl.h", |
| 1000 "presentation/presentation_service_impl.cc", | 1000 "presentation/presentation_service_impl.cc", |
| 1001 "presentation/presentation_service_impl.h", | 1001 "presentation/presentation_service_impl.h", |
| 1002 "presentation/presentation_type_converters.cc", | |
| 1003 "presentation/presentation_type_converters.h", | |
| 1004 "profiler_controller_impl.cc", | 1002 "profiler_controller_impl.cc", |
| 1005 "profiler_controller_impl.h", | 1003 "profiler_controller_impl.h", |
| 1006 "profiler_message_filter.cc", | 1004 "profiler_message_filter.cc", |
| 1007 "profiler_message_filter.h", | 1005 "profiler_message_filter.h", |
| 1008 "push_messaging/push_messaging_context.cc", | 1006 "push_messaging/push_messaging_context.cc", |
| 1009 "push_messaging/push_messaging_context.h", | 1007 "push_messaging/push_messaging_context.h", |
| 1010 "push_messaging/push_messaging_message_filter.cc", | 1008 "push_messaging/push_messaging_message_filter.cc", |
| 1011 "push_messaging/push_messaging_message_filter.h", | 1009 "push_messaging/push_messaging_message_filter.h", |
| 1012 "push_messaging/push_messaging_router.cc", | 1010 "push_messaging/push_messaging_router.cc", |
| 1013 "push_messaging/push_messaging_router.h", | 1011 "push_messaging/push_messaging_router.h", |
| (...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 if (!is_component_build) { | 2027 if (!is_component_build) { |
| 2030 public_deps = [ | 2028 public_deps = [ |
| 2031 ":browser", | 2029 ":browser", |
| 2032 ] | 2030 ] |
| 2033 } else { | 2031 } else { |
| 2034 public_deps = [ | 2032 public_deps = [ |
| 2035 "//third_party/leveldatabase", | 2033 "//third_party/leveldatabase", |
| 2036 ] | 2034 ] |
| 2037 } | 2035 } |
| 2038 } | 2036 } |
| OLD | NEW |