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("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 "indexed_db/indexed_db.mojom", | 561 "indexed_db/indexed_db.mojom", |
562 "leveldb_wrapper.mojom", | 562 "leveldb_wrapper.mojom", |
563 "media/media_devices.mojom", | 563 "media/media_devices.mojom", |
564 "memory_coordinator.mojom", | 564 "memory_coordinator.mojom", |
565 "native_types.mojom", | 565 "native_types.mojom", |
566 "render_frame_message_filter.mojom", | 566 "render_frame_message_filter.mojom", |
567 "render_message_filter.mojom", | 567 "render_message_filter.mojom", |
568 "render_widget_window_tree_client_factory.mojom", | 568 "render_widget_window_tree_client_factory.mojom", |
569 "renderer.mojom", | 569 "renderer.mojom", |
570 "service_worker/embedded_worker.mojom", | 570 "service_worker/embedded_worker.mojom", |
571 "service_worker/embedded_worker_setup.mojom", | |
572 "service_worker/service_worker.mojom", | 571 "service_worker/service_worker.mojom", |
573 "service_worker/service_worker_event_dispatcher.mojom", | 572 "service_worker/service_worker_event_dispatcher.mojom", |
574 "service_worker/service_worker_types.mojom", | 573 "service_worker/service_worker_types.mojom", |
575 "storage_partition_service.mojom", | 574 "storage_partition_service.mojom", |
576 "url_loader.mojom", | 575 "url_loader.mojom", |
577 "url_loader_factory.mojom", | 576 "url_loader_factory.mojom", |
578 "video_capture.mojom", | 577 "video_capture.mojom", |
579 ] | 578 ] |
580 | 579 |
581 import_dirs = [ "//mojo/services" ] | 580 import_dirs = [ "//mojo/services" ] |
(...skipping 19 matching lines...) Expand all Loading... |
601 "//ui/gfx/geometry/mojo", | 600 "//ui/gfx/geometry/mojo", |
602 "//ui/gfx/mojo", | 601 "//ui/gfx/mojo", |
603 "//url/mojo:url_mojom_gurl", | 602 "//url/mojo:url_mojom_gurl", |
604 "//url/mojo:url_mojom_origin", | 603 "//url/mojo:url_mojom_origin", |
605 ] | 604 ] |
606 | 605 |
607 export_class_attribute = "CONTENT_EXPORT" | 606 export_class_attribute = "CONTENT_EXPORT" |
608 export_define = "CONTENT_IMPLEMENTATION=1" | 607 export_define = "CONTENT_IMPLEMENTATION=1" |
609 export_header = "content/common/content_export.h" | 608 export_header = "content/common/content_export.h" |
610 } | 609 } |
OLD | NEW |