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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 "service_worker/embedded_worker_setup.mojom", | 567 "service_worker/embedded_worker_setup.mojom", |
568 "storage_partition_service.mojom", | 568 "storage_partition_service.mojom", |
569 "url_loader.mojom", | 569 "url_loader.mojom", |
570 "url_loader_factory.mojom", | 570 "url_loader_factory.mojom", |
571 ] | 571 ] |
572 | 572 |
573 import_dirs = [ "//mojo/services" ] | 573 import_dirs = [ "//mojo/services" ] |
574 | 574 |
575 public_deps = [ | 575 public_deps = [ |
576 "//components/leveldb/public/interfaces", | 576 "//components/leveldb/public/interfaces", |
| 577 "//content/public/common:interfaces", |
577 "//device/sensors/public/interfaces", | 578 "//device/sensors/public/interfaces", |
578 "//services/shell/public/interfaces", | 579 "//services/shell/public/interfaces", |
579 "//services/ui/public/interfaces", | 580 "//services/ui/public/interfaces", |
580 "//skia/public/interfaces", | 581 "//skia/public/interfaces", |
581 "//third_party/WebKit/public:mojo_bindings", | 582 "//third_party/WebKit/public:mojo_bindings", |
| 583 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings", |
| 584 "//ui/base/mojo:mojo_bindings", |
582 "//ui/gfx/geometry/mojo", | 585 "//ui/gfx/geometry/mojo", |
583 "//url/mojo:url_mojom_gurl", | 586 "//url/mojo:url_mojom_gurl", |
584 "//url/mojo:url_mojom_origin", | 587 "//url/mojo:url_mojom_origin", |
585 ] | 588 ] |
586 | 589 |
587 export_class_attribute = "CONTENT_EXPORT" | 590 export_class_attribute = "CONTENT_EXPORT" |
588 export_define = "CONTENT_IMPLEMENTATION=1" | 591 export_define = "CONTENT_IMPLEMENTATION=1" |
589 export_header = "content/common/content_export.h" | 592 export_header = "content/common/content_export.h" |
590 } | 593 } |
OLD | NEW |