| 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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 | 679 |
| 680 deps = [ | 680 deps = [ |
| 681 ":constants", | 681 ":constants", |
| 682 "//base", | 682 "//base", |
| 683 ] | 683 ] |
| 684 } | 684 } |
| 685 | 685 |
| 686 mojom("mojo_bindings") { | 686 mojom("mojo_bindings") { |
| 687 sources = [ | 687 sources = [ |
| 688 "conflicts/module_event_sink_win.mojom", | 688 "conflicts/module_event_sink_win.mojom", |
| 689 "field_trial_recorder.mojom", | |
| 690 "file_patcher.mojom", | 689 "file_patcher.mojom", |
| 691 "insecure_content_renderer.mojom", | 690 "insecure_content_renderer.mojom", |
| 692 "net_benchmarking.mojom", | 691 "net_benchmarking.mojom", |
| 693 "network_diagnostics.mojom", | 692 "network_diagnostics.mojom", |
| 694 "prerender.mojom", | 693 "prerender.mojom", |
| 695 "renderer_configuration.mojom", | 694 "renderer_configuration.mojom", |
| 696 "resource_usage_reporter.mojom", | 695 "resource_usage_reporter.mojom", |
| 697 "shell_handler_win.mojom", | 696 "shell_handler_win.mojom", |
| 698 ] | 697 ] |
| 699 | 698 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 711 mojom("instant_mojom") { | 710 mojom("instant_mojom") { |
| 712 sources = [ | 711 sources = [ |
| 713 "instant.mojom", | 712 "instant.mojom", |
| 714 ] | 713 ] |
| 715 | 714 |
| 716 public_deps = [ | 715 public_deps = [ |
| 717 "//mojo/common:common_custom_types", | 716 "//mojo/common:common_custom_types", |
| 718 "//url/mojo:url_mojom_gurl", | 717 "//url/mojo:url_mojom_gurl", |
| 719 ] | 718 ] |
| 720 } | 719 } |
| OLD | NEW |