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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: s/WebScheduler.h/web_scheduler.h/ Created 3 years, 8 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "renderer.mojom", 602 "renderer.mojom",
603 "service_worker/embedded_worker.mojom", 603 "service_worker/embedded_worker.mojom",
604 "service_worker/service_worker.mojom", 604 "service_worker/service_worker.mojom",
605 "service_worker/service_worker_event_dispatcher.mojom", 605 "service_worker/service_worker_event_dispatcher.mojom",
606 "service_worker/service_worker_provider.mojom", 606 "service_worker/service_worker_provider.mojom",
607 "service_worker/service_worker_types.mojom", 607 "service_worker/service_worker_types.mojom",
608 "storage_partition_service.mojom", 608 "storage_partition_service.mojom",
609 "url_loader.mojom", 609 "url_loader.mojom",
610 "url_loader_factory.mojom", 610 "url_loader_factory.mojom",
611 "video_capture.mojom", 611 "video_capture.mojom",
612 "worker_url_loader_factory_provider.mojom",
612 ] 613 ]
613 614
614 import_dirs = [ "//mojo/services" ] 615 import_dirs = [ "//mojo/services" ]
615 616
616 public_deps = [ 617 public_deps = [
617 "//components/leveldb/public/interfaces", 618 "//components/leveldb/public/interfaces",
618 "//components/payments/mojom:mojom_payment_app", 619 "//components/payments/mojom:mojom_payment_app",
619 "//content/public/common:interfaces", 620 "//content/public/common:interfaces",
620 621
621 # TODO(mcasas): remove the following dep after https://crbug.com/653994 622 # TODO(mcasas): remove the following dep after https://crbug.com/653994
(...skipping 15 matching lines...) Expand all
637 ] 638 ]
638 639
639 overridden_deps = [ "//ipc:mojom" ] 640 overridden_deps = [ "//ipc:mojom" ]
640 component_deps = [ "//ipc" ] 641 component_deps = [ "//ipc" ]
641 642
642 export_class_attribute = "CONTENT_EXPORT" 643 export_class_attribute = "CONTENT_EXPORT"
643 export_define = "CONTENT_IMPLEMENTATION=1" 644 export_define = "CONTENT_IMPLEMENTATION=1"
644 export_header = "content/common/content_export.h" 645 export_header = "content/common/content_export.h"
645 use_once_callback = true 646 use_once_callback = true
646 } 647 }
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/common/worker_url_loader_factory_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698