| OLD | NEW |
| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "media/media_stream_messages.h", | 225 "media/media_stream_messages.h", |
| 226 "media/media_stream_options.cc", | 226 "media/media_stream_options.cc", |
| 227 "media/media_stream_options.h", | 227 "media/media_stream_options.h", |
| 228 "media/media_stream_track_metrics_host_messages.h", | 228 "media/media_stream_track_metrics_host_messages.h", |
| 229 "media/midi_messages.h", | 229 "media/midi_messages.h", |
| 230 "media/peer_connection_tracker_messages.h", | 230 "media/peer_connection_tracker_messages.h", |
| 231 "media/surface_view_manager_messages_android.h", | 231 "media/surface_view_manager_messages_android.h", |
| 232 "media/video_capture.h", | 232 "media/video_capture.h", |
| 233 "message_port.cc", | 233 "message_port.cc", |
| 234 "message_port.h", | 234 "message_port.h", |
| 235 "mutable_network_traffic_annotation_tag_struct_traits.h", |
| 235 "navigation_gesture.h", | 236 "navigation_gesture.h", |
| 236 "navigation_params.cc", | 237 "navigation_params.cc", |
| 237 "navigation_params.h", | 238 "navigation_params.h", |
| 238 "net/url_fetcher.cc", | 239 "net/url_fetcher.cc", |
| 239 "net/url_request_service_worker_data.cc", | 240 "net/url_request_service_worker_data.cc", |
| 240 "net/url_request_service_worker_data.h", | 241 "net/url_request_service_worker_data.h", |
| 241 "net/url_request_user_data.cc", | 242 "net/url_request_user_data.cc", |
| 242 "net/url_request_user_data.h", | 243 "net/url_request_user_data.h", |
| 243 "net_adapters.cc", | 244 "net_adapters.cc", |
| 244 "net_adapters.h", | 245 "net_adapters.h", |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 "frame_sink_provider.mojom", | 607 "frame_sink_provider.mojom", |
| 607 "host_zoom.mojom", | 608 "host_zoom.mojom", |
| 608 "image_downloader/image_downloader.mojom", | 609 "image_downloader/image_downloader.mojom", |
| 609 "indexed_db/indexed_db.mojom", | 610 "indexed_db/indexed_db.mojom", |
| 610 "input/input_handler.mojom", | 611 "input/input_handler.mojom", |
| 611 "leveldb_wrapper.mojom", | 612 "leveldb_wrapper.mojom", |
| 612 "manifest_observer.mojom", | 613 "manifest_observer.mojom", |
| 613 "media/media_devices.mojom", | 614 "media/media_devices.mojom", |
| 614 "media/renderer_audio_output_stream_factory.mojom", | 615 "media/renderer_audio_output_stream_factory.mojom", |
| 615 "memory_coordinator.mojom", | 616 "memory_coordinator.mojom", |
| 617 "mutable_network_traffic_annotation_tag.mojom", |
| 616 "native_types.mojom", | 618 "native_types.mojom", |
| 617 "network_service.mojom", | 619 "network_service.mojom", |
| 618 "push_messaging.mojom", | 620 "push_messaging.mojom", |
| 619 "render_frame_message_filter.mojom", | 621 "render_frame_message_filter.mojom", |
| 620 "render_message_filter.mojom", | 622 "render_message_filter.mojom", |
| 621 "render_widget_window_tree_client_factory.mojom", | 623 "render_widget_window_tree_client_factory.mojom", |
| 622 "renderer.mojom", | 624 "renderer.mojom", |
| 623 "renderer_host.mojom", | 625 "renderer_host.mojom", |
| 624 "service_worker/embedded_worker.mojom", | 626 "service_worker/embedded_worker.mojom", |
| 625 "service_worker/service_worker.mojom", | 627 "service_worker/service_worker.mojom", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 654 "//ui/gfx/mojo", | 656 "//ui/gfx/mojo", |
| 655 "//url/mojo:url_mojom_gurl", | 657 "//url/mojo:url_mojom_gurl", |
| 656 "//url/mojo:url_mojom_origin", | 658 "//url/mojo:url_mojom_origin", |
| 657 ] | 659 ] |
| 658 | 660 |
| 659 component_output_prefix = "content_common_mojo_bindings" | 661 component_output_prefix = "content_common_mojo_bindings" |
| 660 export_class_attribute = "CONTENT_EXPORT" | 662 export_class_attribute = "CONTENT_EXPORT" |
| 661 export_define = "CONTENT_IMPLEMENTATION=1" | 663 export_define = "CONTENT_IMPLEMENTATION=1" |
| 662 export_header = "content/common/content_export.h" | 664 export_header = "content/common/content_export.h" |
| 663 } | 665 } |
| OLD | NEW |