| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "native_types.mojom", | 600 "native_types.mojom", |
| 601 "push_messaging.mojom", | 601 "push_messaging.mojom", |
| 602 "render_frame_message_filter.mojom", | 602 "render_frame_message_filter.mojom", |
| 603 "render_message_filter.mojom", | 603 "render_message_filter.mojom", |
| 604 "render_widget_window_tree_client_factory.mojom", | 604 "render_widget_window_tree_client_factory.mojom", |
| 605 "renderer.mojom", | 605 "renderer.mojom", |
| 606 "service_worker/embedded_worker.mojom", | 606 "service_worker/embedded_worker.mojom", |
| 607 "service_worker/service_worker.mojom", | 607 "service_worker/service_worker.mojom", |
| 608 "service_worker/service_worker_event_dispatcher.mojom", | 608 "service_worker/service_worker_event_dispatcher.mojom", |
| 609 "service_worker/service_worker_provider.mojom", | 609 "service_worker/service_worker_provider.mojom", |
| 610 "service_worker/service_worker_provider_interfaces.mojom", |
| 610 "service_worker/service_worker_types.mojom", | 611 "service_worker/service_worker_types.mojom", |
| 611 "storage_partition_service.mojom", | 612 "storage_partition_service.mojom", |
| 612 "url_loader.mojom", | 613 "url_loader.mojom", |
| 613 "url_loader_factory.mojom", | 614 "url_loader_factory.mojom", |
| 614 "video_capture.mojom", | 615 "video_capture.mojom", |
| 615 ] | 616 ] |
| 616 | 617 |
| 617 import_dirs = [ "//mojo/services" ] | 618 import_dirs = [ "//mojo/services" ] |
| 618 | 619 |
| 619 public_deps = [ | 620 public_deps = [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 639 "//url/mojo:url_mojom_origin", | 640 "//url/mojo:url_mojom_origin", |
| 640 ] | 641 ] |
| 641 | 642 |
| 642 overridden_deps = [ "//ipc:mojom" ] | 643 overridden_deps = [ "//ipc:mojom" ] |
| 643 component_deps = [ "//ipc" ] | 644 component_deps = [ "//ipc" ] |
| 644 | 645 |
| 645 export_class_attribute = "CONTENT_EXPORT" | 646 export_class_attribute = "CONTENT_EXPORT" |
| 646 export_define = "CONTENT_IMPLEMENTATION=1" | 647 export_define = "CONTENT_IMPLEMENTATION=1" |
| 647 export_header = "content/common/content_export.h" | 648 export_header = "content/common/content_export.h" |
| 648 } | 649 } |
| OLD | NEW |