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

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

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: remove DCHECK(ChildThreadImpl::Current()) 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
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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 "permissions/permission_service_impl.cc", 984 "permissions/permission_service_impl.cc",
985 "permissions/permission_service_impl.h", 985 "permissions/permission_service_impl.h",
986 "presentation/presentation_service_impl.cc", 986 "presentation/presentation_service_impl.cc",
987 "presentation/presentation_service_impl.h", 987 "presentation/presentation_service_impl.h",
988 "profiler_controller_impl.cc", 988 "profiler_controller_impl.cc",
989 "profiler_controller_impl.h", 989 "profiler_controller_impl.h",
990 "profiler_message_filter.cc", 990 "profiler_message_filter.cc",
991 "profiler_message_filter.h", 991 "profiler_message_filter.h",
992 "push_messaging/push_messaging_context.cc", 992 "push_messaging/push_messaging_context.cc",
993 "push_messaging/push_messaging_context.h", 993 "push_messaging/push_messaging_context.h",
994 "push_messaging/push_messaging_message_filter.cc", 994 "push_messaging/push_messaging_manager.cc",
995 "push_messaging/push_messaging_message_filter.h", 995 "push_messaging/push_messaging_manager.h",
996 "push_messaging/push_messaging_router.cc", 996 "push_messaging/push_messaging_router.cc",
997 "push_messaging/push_messaging_router.h", 997 "push_messaging/push_messaging_router.h",
998 "quota_dispatcher_host.cc", 998 "quota_dispatcher_host.cc",
999 "quota_dispatcher_host.h", 999 "quota_dispatcher_host.h",
1000 "renderer_host/clipboard_message_filter.cc", 1000 "renderer_host/clipboard_message_filter.cc",
1001 "renderer_host/clipboard_message_filter.h", 1001 "renderer_host/clipboard_message_filter.h",
1002 "renderer_host/clipboard_message_filter_mac.mm", 1002 "renderer_host/clipboard_message_filter_mac.mm",
1003 "renderer_host/compositor_resize_lock_aura.cc", 1003 "renderer_host/compositor_resize_lock_aura.cc",
1004 "renderer_host/compositor_resize_lock_aura.h", 1004 "renderer_host/compositor_resize_lock_aura.h",
1005 "renderer_host/database_message_filter.cc", 1005 "renderer_host/database_message_filter.cc",
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 if (!is_component_build) { 2007 if (!is_component_build) {
2008 public_deps = [ 2008 public_deps = [
2009 ":browser", 2009 ":browser",
2010 ] 2010 ]
2011 } else { 2011 } else {
2012 public_deps = [ 2012 public_deps = [
2013 "//third_party/leveldatabase", 2013 "//third_party/leveldatabase",
2014 ] 2014 ]
2015 } 2015 }
2016 } 2016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698