| 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "render_frame_setup.mojom", | 540 "render_frame_setup.mojom", |
| 541 "render_widget_window_tree_client_factory.mojom", | 541 "render_widget_window_tree_client_factory.mojom", |
| 542 "service_worker/embedded_worker_setup.mojom", | 542 "service_worker/embedded_worker_setup.mojom", |
| 543 "storage_partition_service.mojom", | 543 "storage_partition_service.mojom", |
| 544 "vr_service.mojom", | 544 "vr_service.mojom", |
| 545 "wake_lock_service.mojom", | 545 "wake_lock_service.mojom", |
| 546 ] | 546 ] |
| 547 | 547 |
| 548 import_dirs = [ "//mojo/services" ] | 548 import_dirs = [ "//mojo/services" ] |
| 549 | 549 |
| 550 typemaps = [ "//url/mojo/origin.typemap" ] | |
| 551 | |
| 552 public_deps = [ | 550 public_deps = [ |
| 553 "//components/leveldb/public/interfaces", | 551 "//components/leveldb/public/interfaces", |
| 554 "//components/mus/public/interfaces", | 552 "//components/mus/public/interfaces", |
| 555 "//content/public/common:mojo_bindings", | 553 "//content/public/common:mojo_bindings", |
| 556 "//mojo/shell/public/interfaces", | 554 "//mojo/shell/public/interfaces", |
| 557 "//skia/public/interfaces", | 555 "//skia/public/interfaces", |
| 558 "//third_party/WebKit/public:mojo_bindings", | 556 "//third_party/WebKit/public:mojo_bindings", |
| 559 "//ui/mojo/geometry:interfaces", | 557 "//ui/mojo/geometry:interfaces", |
| 560 "//url/mojo:url_mojom_origin", | 558 "//url/mojo:url_mojom_origin", |
| 561 ] | 559 ] |
| 562 } | 560 } |
| OLD | NEW |