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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 if (is_mac) { | 10 if (is_mac) { |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 "associated_interfaces.mojom", | 556 "associated_interfaces.mojom", |
557 "child_memory_coordinator.mojom", | 557 "child_memory_coordinator.mojom", |
558 "frame.mojom", | 558 "frame.mojom", |
559 "image_downloader/image_downloader.mojom", | 559 "image_downloader/image_downloader.mojom", |
560 "leveldb_wrapper.mojom", | 560 "leveldb_wrapper.mojom", |
561 "memory_coordinator.mojom", | 561 "memory_coordinator.mojom", |
562 "render_frame_message_filter.mojom", | 562 "render_frame_message_filter.mojom", |
563 "render_message_filter.mojom", | 563 "render_message_filter.mojom", |
564 "render_widget_window_tree_client_factory.mojom", | 564 "render_widget_window_tree_client_factory.mojom", |
565 "service_worker/embedded_worker_setup.mojom", | 565 "service_worker/embedded_worker_setup.mojom", |
| 566 "service_worker/fetch_event_dispatcher.mojom", |
566 "storage_partition_service.mojom", | 567 "storage_partition_service.mojom", |
567 "url_loader.mojom", | 568 "url_loader.mojom", |
568 "url_loader_factory.mojom", | 569 "url_loader_factory.mojom", |
569 ] | 570 ] |
570 | 571 |
571 import_dirs = [ "//mojo/services" ] | 572 import_dirs = [ "//mojo/services" ] |
572 | 573 |
573 public_deps = [ | 574 public_deps = [ |
574 "//components/leveldb/public/interfaces", | 575 "//components/leveldb/public/interfaces", |
575 "//device/sensors/public/interfaces", | 576 "//device/sensors/public/interfaces", |
576 "//device/time_zone_monitor/public/interfaces", | 577 "//device/time_zone_monitor/public/interfaces", |
| 578 "//mojo/common:common_custom_types", |
577 "//services/shell/public/interfaces", | 579 "//services/shell/public/interfaces", |
578 "//services/ui/public/interfaces", | 580 "//services/ui/public/interfaces", |
579 "//skia/public/interfaces", | 581 "//skia/public/interfaces", |
580 "//third_party/WebKit/public:mojo_bindings", | 582 "//third_party/WebKit/public:mojo_bindings", |
581 "//ui/gfx/geometry/mojo", | 583 "//ui/gfx/geometry/mojo", |
582 "//url/mojo:url_mojom_gurl", | 584 "//url/mojo:url_mojom_gurl", |
583 "//url/mojo:url_mojom_origin", | 585 "//url/mojo:url_mojom_origin", |
584 ] | 586 ] |
585 | 587 |
586 export_class_attribute = "CONTENT_EXPORT" | 588 export_class_attribute = "CONTENT_EXPORT" |
587 export_define = "CONTENT_IMPLEMENTATION=1" | 589 export_define = "CONTENT_IMPLEMENTATION=1" |
588 export_header = "content/common/content_export.h" | 590 export_header = "content/common/content_export.h" |
589 } | 591 } |
OLD | NEW |