| 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 "//device/time_zone_monitor/public/interfaces", | 579 "//device/time_zone_monitor/public/interfaces", |
| 579 "//services/shell/public/interfaces", | 580 "//services/shell/public/interfaces", |
| 580 "//services/ui/public/interfaces", | 581 "//services/ui/public/interfaces", |
| 581 "//skia/public/interfaces", | 582 "//skia/public/interfaces", |
| 582 "//third_party/WebKit/public:mojo_bindings", | 583 "//third_party/WebKit/public:mojo_bindings", |
| 584 "//ui/base:mojo_bindings", |
| 583 "//ui/gfx/geometry/mojo", | 585 "//ui/gfx/geometry/mojo", |
| 584 "//url/mojo:url_mojom_gurl", | 586 "//url/mojo:url_mojom_gurl", |
| 585 "//url/mojo:url_mojom_origin", | 587 "//url/mojo:url_mojom_origin", |
| 586 ] | 588 ] |
| 587 | 589 |
| 588 export_class_attribute = "CONTENT_EXPORT" | 590 export_class_attribute = "CONTENT_EXPORT" |
| 589 export_define = "CONTENT_IMPLEMENTATION=1" | 591 export_define = "CONTENT_IMPLEMENTATION=1" |
| 590 export_header = "content/common/content_export.h" | 592 export_header = "content/common/content_export.h" |
| 591 } | 593 } |
| OLD | NEW |