| 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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 989 "permissions/permission_service_impl.cc", | 989 "permissions/permission_service_impl.cc", |
| 990 "permissions/permission_service_impl.h", | 990 "permissions/permission_service_impl.h", |
| 991 "presentation/presentation_service_impl.cc", | 991 "presentation/presentation_service_impl.cc", |
| 992 "presentation/presentation_service_impl.h", | 992 "presentation/presentation_service_impl.h", |
| 993 "profiler_controller_impl.cc", | 993 "profiler_controller_impl.cc", |
| 994 "profiler_controller_impl.h", | 994 "profiler_controller_impl.h", |
| 995 "profiler_message_filter.cc", | 995 "profiler_message_filter.cc", |
| 996 "profiler_message_filter.h", | 996 "profiler_message_filter.h", |
| 997 "push_messaging/push_messaging_context.cc", | 997 "push_messaging/push_messaging_context.cc", |
| 998 "push_messaging/push_messaging_context.h", | 998 "push_messaging/push_messaging_context.h", |
| 999 "push_messaging/push_messaging_message_filter.cc", | 999 "push_messaging/push_messaging_manager.cc", |
| 1000 "push_messaging/push_messaging_message_filter.h", | 1000 "push_messaging/push_messaging_manager.h", |
| 1001 "push_messaging/push_messaging_router.cc", | 1001 "push_messaging/push_messaging_router.cc", |
| 1002 "push_messaging/push_messaging_router.h", | 1002 "push_messaging/push_messaging_router.h", |
| 1003 "quota_dispatcher_host.cc", | 1003 "quota_dispatcher_host.cc", |
| 1004 "quota_dispatcher_host.h", | 1004 "quota_dispatcher_host.h", |
| 1005 "renderer_host/clipboard_message_filter.cc", | 1005 "renderer_host/clipboard_message_filter.cc", |
| 1006 "renderer_host/clipboard_message_filter.h", | 1006 "renderer_host/clipboard_message_filter.h", |
| 1007 "renderer_host/clipboard_message_filter_mac.mm", | 1007 "renderer_host/clipboard_message_filter_mac.mm", |
| 1008 "renderer_host/compositor_resize_lock_aura.cc", | 1008 "renderer_host/compositor_resize_lock_aura.cc", |
| 1009 "renderer_host/compositor_resize_lock_aura.h", | 1009 "renderer_host/compositor_resize_lock_aura.h", |
| 1010 "renderer_host/database_message_filter.cc", | 1010 "renderer_host/database_message_filter.cc", |
| (...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2015 if (!is_component_build) { | 2015 if (!is_component_build) { |
| 2016 public_deps = [ | 2016 public_deps = [ |
| 2017 ":browser", | 2017 ":browser", |
| 2018 ] | 2018 ] |
| 2019 } else { | 2019 } else { |
| 2020 public_deps = [ | 2020 public_deps = [ |
| 2021 "//third_party/leveldatabase", | 2021 "//third_party/leveldatabase", |
| 2022 ] | 2022 ] |
| 2023 } | 2023 } |
| 2024 } | 2024 } |
| OLD | NEW |