| 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("//content/common/common.gni") | 7 import("//content/common/common.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "application_setup.mojom", | 513 "application_setup.mojom", |
| 514 "background_sync_service.mojom", | 514 "background_sync_service.mojom", |
| 515 "image_downloader/image_downloader.mojom", | 515 "image_downloader/image_downloader.mojom", |
| 516 "leveldb_wrapper.mojom", | 516 "leveldb_wrapper.mojom", |
| 517 "presentation/presentation_service.mojom", | 517 "presentation/presentation_service.mojom", |
| 518 "process_control.mojom", | 518 "process_control.mojom", |
| 519 "render_frame_setup.mojom", | 519 "render_frame_setup.mojom", |
| 520 "render_widget_window_tree_client_factory.mojom", | 520 "render_widget_window_tree_client_factory.mojom", |
| 521 "service_worker/embedded_worker_setup.mojom", | 521 "service_worker/embedded_worker_setup.mojom", |
| 522 "storage_partition_service.mojom", | 522 "storage_partition_service.mojom", |
| 523 "vr_service.mojom", | |
| 524 ] | 523 ] |
| 525 | 524 |
| 526 import_dirs = [ "//mojo/services" ] | 525 import_dirs = [ "//mojo/services" ] |
| 527 | 526 |
| 528 public_deps = [ | 527 public_deps = [ |
| 529 "//components/leveldb/public/interfaces", | 528 "//components/leveldb/public/interfaces", |
| 530 "//components/mus/public/interfaces", | 529 "//components/mus/public/interfaces", |
| 531 "//content/public/common:mojo_bindings", | 530 "//content/public/common:mojo_bindings", |
| 532 "//services/shell/public/interfaces", | 531 "//services/shell/public/interfaces", |
| 533 "//skia/public/interfaces", | 532 "//skia/public/interfaces", |
| 534 "//third_party/WebKit/public:mojo_bindings", | 533 "//third_party/WebKit/public:mojo_bindings", |
| 535 "//ui/mojo/geometry:interfaces", | 534 "//ui/mojo/geometry:interfaces", |
| 536 "//url/mojo:url_mojom_origin", | 535 "//url/mojo:url_mojom_origin", |
| 537 ] | 536 ] |
| 538 } | 537 } |
| OLD | NEW |