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

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

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Rebased, dedup IPC Created 3 years, 8 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 578
579 # indexed_db.mojom uses a native typemap that is not available in Java. 579 # indexed_db.mojom uses a native typemap that is not available in Java.
580 cpp_only = true 580 cpp_only = true
581 581
582 sources = [ 582 sources = [
583 "associated_interfaces.mojom", 583 "associated_interfaces.mojom",
584 "child.mojom", 584 "child.mojom",
585 "child_memory_coordinator.mojom", 585 "child_memory_coordinator.mojom",
586 "field_trial_recorder.mojom", 586 "field_trial_recorder.mojom",
587 "frame.mojom", 587 "frame.mojom",
588 "frame_sink_provider.mojom",
588 "host_zoom.mojom", 589 "host_zoom.mojom",
589 "image_downloader/image_downloader.mojom", 590 "image_downloader/image_downloader.mojom",
590 "indexed_db/indexed_db.mojom", 591 "indexed_db/indexed_db.mojom",
591 "leveldb_wrapper.mojom", 592 "leveldb_wrapper.mojom",
592 "media/media_devices.mojom", 593 "media/media_devices.mojom",
593 "media/renderer_audio_output_stream_factory.mojom", 594 "media/renderer_audio_output_stream_factory.mojom",
594 "memory_coordinator.mojom", 595 "memory_coordinator.mojom",
595 "native_types.mojom", 596 "native_types.mojom",
596 "push_messaging.mojom", 597 "push_messaging.mojom",
597 "render_frame_message_filter.mojom", 598 "render_frame_message_filter.mojom",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 "//url/mojo:url_mojom_origin", 635 "//url/mojo:url_mojom_origin",
635 ] 636 ]
636 637
637 overridden_deps = [ "//ipc:mojom" ] 638 overridden_deps = [ "//ipc:mojom" ]
638 component_deps = [ "//ipc" ] 639 component_deps = [ "//ipc" ]
639 640
640 export_class_attribute = "CONTENT_EXPORT" 641 export_class_attribute = "CONTENT_EXPORT"
641 export_define = "CONTENT_IMPLEMENTATION=1" 642 export_define = "CONTENT_IMPLEMENTATION=1"
642 export_header = "content/common/content_export.h" 643 export_header = "content/common/content_export.h"
643 } 644 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/common/frame_sink_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698