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

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

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: addressed comments 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 582
583 # indexed_db.mojom uses a native typemap that is not available in Java. 583 # indexed_db.mojom uses a native typemap that is not available in Java.
584 cpp_only = true 584 cpp_only = true
585 585
586 sources = [ 586 sources = [
587 "associated_interfaces.mojom", 587 "associated_interfaces.mojom",
588 "child.mojom", 588 "child.mojom",
589 "child_memory_coordinator.mojom", 589 "child_memory_coordinator.mojom",
590 "field_trial_recorder.mojom", 590 "field_trial_recorder.mojom",
591 "frame.mojom", 591 "frame.mojom",
592 "frame_sink_provider.mojom",
592 "host_zoom.mojom", 593 "host_zoom.mojom",
593 "image_downloader/image_downloader.mojom", 594 "image_downloader/image_downloader.mojom",
594 "indexed_db/indexed_db.mojom", 595 "indexed_db/indexed_db.mojom",
595 "leveldb_wrapper.mojom", 596 "leveldb_wrapper.mojom",
596 "media/media_devices.mojom", 597 "media/media_devices.mojom",
597 "media/renderer_audio_output_stream_factory.mojom", 598 "media/renderer_audio_output_stream_factory.mojom",
598 "memory_coordinator.mojom", 599 "memory_coordinator.mojom",
599 "native_types.mojom", 600 "native_types.mojom",
600 "push_messaging.mojom", 601 "push_messaging.mojom",
601 "render_frame_message_filter.mojom", 602 "render_frame_message_filter.mojom",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "//url/mojo:url_mojom_origin", 639 "//url/mojo:url_mojom_origin",
639 ] 640 ]
640 641
641 overridden_deps = [ "//ipc:mojom" ] 642 overridden_deps = [ "//ipc:mojom" ]
642 component_deps = [ "//ipc" ] 643 component_deps = [ "//ipc" ]
643 644
644 export_class_attribute = "CONTENT_EXPORT" 645 export_class_attribute = "CONTENT_EXPORT"
645 export_define = "CONTENT_IMPLEMENTATION=1" 646 export_define = "CONTENT_IMPLEMENTATION=1"
646 export_header = "content/common/content_export.h" 647 export_header = "content/common/content_export.h"
647 } 648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698