| 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 sources = [ | 590 sources = [ |
| 591 "associated_interfaces.mojom", | 591 "associated_interfaces.mojom", |
| 592 "child_memory_coordinator.mojom", | 592 "child_memory_coordinator.mojom", |
| 593 "field_trial_recorder.mojom", | 593 "field_trial_recorder.mojom", |
| 594 "frame.mojom", | 594 "frame.mojom", |
| 595 "host_zoom.mojom", | 595 "host_zoom.mojom", |
| 596 "image_downloader/image_downloader.mojom", | 596 "image_downloader/image_downloader.mojom", |
| 597 "indexed_db/indexed_db.mojom", | 597 "indexed_db/indexed_db.mojom", |
| 598 "leveldb_wrapper.mojom", | 598 "leveldb_wrapper.mojom", |
| 599 "media/media_devices.mojom", | 599 "media/media_devices.mojom", |
| 600 "media/renderer_audio_output_stream_factory.mojom", |
| 600 "memory_coordinator.mojom", | 601 "memory_coordinator.mojom", |
| 601 "native_types.mojom", | 602 "native_types.mojom", |
| 602 "push_messaging.mojom", | 603 "push_messaging.mojom", |
| 603 "render_frame_message_filter.mojom", | 604 "render_frame_message_filter.mojom", |
| 604 "render_message_filter.mojom", | 605 "render_message_filter.mojom", |
| 605 "render_widget_window_tree_client_factory.mojom", | 606 "render_widget_window_tree_client_factory.mojom", |
| 606 "renderer.mojom", | 607 "renderer.mojom", |
| 607 "service_worker/embedded_worker.mojom", | 608 "service_worker/embedded_worker.mojom", |
| 608 "service_worker/service_worker.mojom", | 609 "service_worker/service_worker.mojom", |
| 609 "service_worker/service_worker_event_dispatcher.mojom", | 610 "service_worker/service_worker_event_dispatcher.mojom", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 640 "//url/mojo:url_mojom_origin", | 641 "//url/mojo:url_mojom_origin", |
| 641 ] | 642 ] |
| 642 | 643 |
| 643 overridden_deps = [ "//ipc:mojom" ] | 644 overridden_deps = [ "//ipc:mojom" ] |
| 644 component_deps = [ "//ipc" ] | 645 component_deps = [ "//ipc" ] |
| 645 | 646 |
| 646 export_class_attribute = "CONTENT_EXPORT" | 647 export_class_attribute = "CONTENT_EXPORT" |
| 647 export_define = "CONTENT_IMPLEMENTATION=1" | 648 export_define = "CONTENT_IMPLEMENTATION=1" |
| 648 export_header = "content/common/content_export.h" | 649 export_header = "content/common/content_export.h" |
| 649 } | 650 } |
| OLD | NEW |