Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: content/browser/BUILD.gn

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: code rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/push_messaging/push_messaging_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/push_messaging/push_messaging_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698