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

Side by Side Diff: content/common/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
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "associated_interfaces.mojom", 567 "associated_interfaces.mojom",
569 "child_memory_coordinator.mojom", 568 "child_memory_coordinator.mojom",
570 "frame.mojom", 569 "frame.mojom",
571 "host_zoom.mojom", 570 "host_zoom.mojom",
572 "image_downloader/image_downloader.mojom", 571 "image_downloader/image_downloader.mojom",
573 "indexed_db/indexed_db.mojom", 572 "indexed_db/indexed_db.mojom",
574 "leveldb_wrapper.mojom", 573 "leveldb_wrapper.mojom",
575 "media/media_devices.mojom", 574 "media/media_devices.mojom",
576 "memory_coordinator.mojom", 575 "memory_coordinator.mojom",
577 "native_types.mojom", 576 "native_types.mojom",
577 "push_messaging.mojom",
578 "render_frame_message_filter.mojom", 578 "render_frame_message_filter.mojom",
579 "render_message_filter.mojom", 579 "render_message_filter.mojom",
580 "render_widget_window_tree_client_factory.mojom", 580 "render_widget_window_tree_client_factory.mojom",
581 "renderer.mojom", 581 "renderer.mojom",
582 "service_worker/embedded_worker.mojom", 582 "service_worker/embedded_worker.mojom",
583 "service_worker/service_worker.mojom", 583 "service_worker/service_worker.mojom",
584 "service_worker/service_worker_event_dispatcher.mojom", 584 "service_worker/service_worker_event_dispatcher.mojom",
585 "service_worker/service_worker_types.mojom", 585 "service_worker/service_worker_types.mojom",
586 "storage_partition_service.mojom", 586 "storage_partition_service.mojom",
587 "url_loader.mojom", 587 "url_loader.mojom",
(...skipping 25 matching lines...) Expand all
613 "//url/mojo:url_mojom_origin", 613 "//url/mojo:url_mojom_origin",
614 ] 614 ]
615 615
616 overridden_deps = [ "//ipc:mojom" ] 616 overridden_deps = [ "//ipc:mojom" ]
617 component_deps = [ "//ipc" ] 617 component_deps = [ "//ipc" ]
618 618
619 export_class_attribute = "CONTENT_EXPORT" 619 export_class_attribute = "CONTENT_EXPORT"
620 export_define = "CONTENT_IMPLEMENTATION=1" 620 export_define = "CONTENT_IMPLEMENTATION=1"
621 export_header = "content/common/content_export.h" 621 export_header = "content/common/content_export.h"
622 } 622 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698