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

Side by Side Diff: content/common/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("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "pepper_file_util.cc", 231 "pepper_file_util.cc",
232 "pepper_file_util.h", 232 "pepper_file_util.h",
233 "pepper_plugin_list.cc", 233 "pepper_plugin_list.cc",
234 "pepper_plugin_list.h", 234 "pepper_plugin_list.h",
235 "pepper_renderer_instance_data.cc", 235 "pepper_renderer_instance_data.cc",
236 "pepper_renderer_instance_data.h", 236 "pepper_renderer_instance_data.h",
237 "platform_notification_messages.h", 237 "platform_notification_messages.h",
238 "plugin_list.cc", 238 "plugin_list.cc",
239 "plugin_list.h", 239 "plugin_list.h",
240 "process_type.cc", 240 "process_type.cc",
241 "push_messaging_messages.h",
242 "quarantine/quarantine.cc", 241 "quarantine/quarantine.cc",
243 "quarantine/quarantine_constants_linux.h", 242 "quarantine/quarantine_constants_linux.h",
244 "quarantine/quarantine_linux.cc", 243 "quarantine/quarantine_linux.cc",
245 "quarantine/quarantine_mac.mm", 244 "quarantine/quarantine_mac.mm",
246 "quarantine/quarantine_win.cc", 245 "quarantine/quarantine_win.cc",
247 "quota_messages.h", 246 "quota_messages.h",
248 "render_process_messages.h", 247 "render_process_messages.h",
249 "resize_params.cc", 248 "resize_params.cc",
250 "resize_params.h", 249 "resize_params.h",
251 "resource_messages.cc", 250 "resource_messages.cc",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "associated_interfaces.mojom", 568 "associated_interfaces.mojom",
570 "child_memory_coordinator.mojom", 569 "child_memory_coordinator.mojom",
571 "frame.mojom", 570 "frame.mojom",
572 "host_zoom.mojom", 571 "host_zoom.mojom",
573 "image_downloader/image_downloader.mojom", 572 "image_downloader/image_downloader.mojom",
574 "indexed_db/indexed_db.mojom", 573 "indexed_db/indexed_db.mojom",
575 "leveldb_wrapper.mojom", 574 "leveldb_wrapper.mojom",
576 "media/media_devices.mojom", 575 "media/media_devices.mojom",
577 "memory_coordinator.mojom", 576 "memory_coordinator.mojom",
578 "native_types.mojom", 577 "native_types.mojom",
578 "push_messaging.mojom",
579 "render_frame_message_filter.mojom", 579 "render_frame_message_filter.mojom",
580 "render_message_filter.mojom", 580 "render_message_filter.mojom",
581 "render_widget_window_tree_client_factory.mojom", 581 "render_widget_window_tree_client_factory.mojom",
582 "renderer.mojom", 582 "renderer.mojom",
583 "service_worker/embedded_worker.mojom", 583 "service_worker/embedded_worker.mojom",
584 "service_worker/service_worker.mojom", 584 "service_worker/service_worker.mojom",
585 "service_worker/service_worker_event_dispatcher.mojom", 585 "service_worker/service_worker_event_dispatcher.mojom",
586 "service_worker/service_worker_types.mojom", 586 "service_worker/service_worker_types.mojom",
587 "storage_partition_service.mojom", 587 "storage_partition_service.mojom",
588 "url_loader.mojom", 588 "url_loader.mojom",
(...skipping 25 matching lines...) Expand all
614 "//url/mojo:url_mojom_origin", 614 "//url/mojo:url_mojom_origin",
615 ] 615 ]
616 616
617 overridden_deps = [ "//ipc:mojom" ] 617 overridden_deps = [ "//ipc:mojom" ]
618 component_deps = [ "//ipc" ] 618 component_deps = [ "//ipc" ]
619 619
620 export_class_attribute = "CONTENT_EXPORT" 620 export_class_attribute = "CONTENT_EXPORT"
621 export_define = "CONTENT_IMPLEMENTATION=1" 621 export_define = "CONTENT_IMPLEMENTATION=1"
622 export_header = "content/common/content_export.h" 622 export_header = "content/common/content_export.h"
623 } 623 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698