| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 9 import("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 ":constants", | 680 ":constants", |
| 681 "//base", | 681 "//base", |
| 682 ] | 682 ] |
| 683 } | 683 } |
| 684 | 684 |
| 685 mojom("mojo_bindings") { | 685 mojom("mojo_bindings") { |
| 686 sources = [ | 686 sources = [ |
| 687 "conflicts/module_event_sink_win.mojom", | 687 "conflicts/module_event_sink_win.mojom", |
| 688 "field_trial_recorder.mojom", | 688 "field_trial_recorder.mojom", |
| 689 "file_patcher.mojom", | 689 "file_patcher.mojom", |
| 690 "insecure_content_renderer.mojom", |
| 690 "net_benchmarking.mojom", | 691 "net_benchmarking.mojom", |
| 691 "network_diagnostics.mojom", | 692 "network_diagnostics.mojom", |
| 692 "prerender.mojom", | 693 "prerender.mojom", |
| 693 "renderer_configuration.mojom", | 694 "renderer_configuration.mojom", |
| 694 "resource_usage_reporter.mojom", | 695 "resource_usage_reporter.mojom", |
| 695 "shell_handler_win.mojom", | 696 "shell_handler_win.mojom", |
| 696 ] | 697 ] |
| 697 | 698 |
| 698 public_deps = [ | 699 public_deps = [ |
| 699 "//components/content_settings/core/common:mojo_bindings", | 700 "//components/content_settings/core/common:mojo_bindings", |
| 700 "//mojo/common:common_custom_types", | 701 "//mojo/common:common_custom_types", |
| 701 "//url/mojo:url_mojom_gurl", | 702 "//url/mojo:url_mojom_gurl", |
| 702 ] | 703 ] |
| 703 } | 704 } |
| 704 | 705 |
| 705 mojom("instant_mojom") { | 706 mojom("instant_mojom") { |
| 706 sources = [ | 707 sources = [ |
| 707 "instant.mojom", | 708 "instant.mojom", |
| 708 ] | 709 ] |
| 709 | 710 |
| 710 public_deps = [ | 711 public_deps = [ |
| 711 "//mojo/common:common_custom_types", | 712 "//mojo/common:common_custom_types", |
| 712 "//url/mojo:url_mojom_gurl", | 713 "//url/mojo:url_mojom_gurl", |
| 713 ] | 714 ] |
| 714 } | 715 } |
| OLD | NEW |