| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 | 683 |
| 684 deps = [ | 684 deps = [ |
| 685 ":constants", | 685 ":constants", |
| 686 "//base", | 686 "//base", |
| 687 ] | 687 ] |
| 688 } | 688 } |
| 689 | 689 |
| 690 mojom("mojo_bindings") { | 690 mojom("mojo_bindings") { |
| 691 sources = [ | 691 sources = [ |
| 692 "conflicts/module_event_sink_win.mojom", | 692 "conflicts/module_event_sink_win.mojom", |
| 693 "field_trial_recorder.mojom", | |
| 694 "file_patcher.mojom", | 693 "file_patcher.mojom", |
| 695 "image_context_menu_renderer.mojom", | 694 "image_context_menu_renderer.mojom", |
| 696 "insecure_content_renderer.mojom", | 695 "insecure_content_renderer.mojom", |
| 697 "net_benchmarking.mojom", | 696 "net_benchmarking.mojom", |
| 698 "network_diagnostics.mojom", | 697 "network_diagnostics.mojom", |
| 699 "prerender.mojom", | 698 "prerender.mojom", |
| 700 "renderer_configuration.mojom", | 699 "renderer_configuration.mojom", |
| 701 "resource_usage_reporter.mojom", | 700 "resource_usage_reporter.mojom", |
| 702 "shell_handler_win.mojom", | 701 "shell_handler_win.mojom", |
| 703 "thumbnail_capturer.mojom", | 702 "thumbnail_capturer.mojom", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 722 mojom("instant_mojom") { | 721 mojom("instant_mojom") { |
| 723 sources = [ | 722 sources = [ |
| 724 "instant.mojom", | 723 "instant.mojom", |
| 725 ] | 724 ] |
| 726 | 725 |
| 727 public_deps = [ | 726 public_deps = [ |
| 728 "//mojo/common:common_custom_types", | 727 "//mojo/common:common_custom_types", |
| 729 "//url/mojo:url_mojom_gurl", | 728 "//url/mojo:url_mojom_gurl", |
| 730 ] | 729 ] |
| 731 } | 730 } |
| OLD | NEW |