Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: content/common/BUILD.gn

Issue 2653493009: Add two interfaces for ServiceWorkerProviderContext/ProviderHost (Closed)
Patch Set: Rebased/Fixed unittests when BrowserSideNavigation is enabled Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "network_service.mojom", 606 "network_service.mojom",
607 "push_messaging.mojom", 607 "push_messaging.mojom",
608 "render_frame_message_filter.mojom", 608 "render_frame_message_filter.mojom",
609 "render_message_filter.mojom", 609 "render_message_filter.mojom",
610 "render_widget_window_tree_client_factory.mojom", 610 "render_widget_window_tree_client_factory.mojom",
611 "renderer.mojom", 611 "renderer.mojom",
612 "service_worker/embedded_worker.mojom", 612 "service_worker/embedded_worker.mojom",
613 "service_worker/service_worker.mojom", 613 "service_worker/service_worker.mojom",
614 "service_worker/service_worker_event_dispatcher.mojom", 614 "service_worker/service_worker_event_dispatcher.mojom",
615 "service_worker/service_worker_provider.mojom", 615 "service_worker/service_worker_provider.mojom",
616 "service_worker/service_worker_provider_interfaces.mojom",
616 "service_worker/service_worker_types.mojom", 617 "service_worker/service_worker_types.mojom",
617 "storage_partition_service.mojom", 618 "storage_partition_service.mojom",
618 "url_loader.mojom", 619 "url_loader.mojom",
619 "url_loader_factory.mojom", 620 "url_loader_factory.mojom",
620 "video_capture.mojom", 621 "video_capture.mojom",
621 "worker_url_loader_factory_provider.mojom", 622 "worker_url_loader_factory_provider.mojom",
622 ] 623 ]
623 624
624 import_dirs = [ "//mojo/services" ] 625 import_dirs = [ "//mojo/services" ]
625 626
(...skipping 15 matching lines...) Expand all
641 "//ui/gfx/mojo", 642 "//ui/gfx/mojo",
642 "//url/mojo:url_mojom_gurl", 643 "//url/mojo:url_mojom_gurl",
643 "//url/mojo:url_mojom_origin", 644 "//url/mojo:url_mojom_origin",
644 ] 645 ]
645 646
646 component_output_prefix = "content_common_mojo_bindings" 647 component_output_prefix = "content_common_mojo_bindings"
647 export_class_attribute = "CONTENT_EXPORT" 648 export_class_attribute = "CONTENT_EXPORT"
648 export_define = "CONTENT_IMPLEMENTATION=1" 649 export_define = "CONTENT_IMPLEMENTATION=1"
649 export_header = "content/common/content_export.h" 650 export_header = "content/common/content_export.h"
650 } 651 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698