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 "conflicts/module_event_sink_win.mojom", | 683 "conflicts/module_event_sink_win.mojom", |
684 "field_trial_recorder.mojom", | 684 "field_trial_recorder.mojom", |
685 "file_patcher.mojom", | 685 "file_patcher.mojom", |
686 "insecure_content_renderer.mojom", | 686 "insecure_content_renderer.mojom", |
687 "net_benchmarking.mojom", | 687 "net_benchmarking.mojom", |
688 "network_diagnostics.mojom", | 688 "network_diagnostics.mojom", |
689 "prerender.mojom", | 689 "prerender.mojom", |
690 "renderer_configuration.mojom", | 690 "renderer_configuration.mojom", |
691 "resource_usage_reporter.mojom", | 691 "resource_usage_reporter.mojom", |
692 "shell_handler_win.mojom", | 692 "shell_handler_win.mojom", |
693 "zip_file_creator.mojom", | |
dcheng
2017/02/24 19:16:35
Can we include this in a if (is_chromeos) block?
Noel Gordon
2017/02/27 02:58:08
Done.
| |
693 ] | 694 ] |
694 | 695 |
695 public_deps = [ | 696 public_deps = [ |
696 "//components/content_settings/core/common:mojo_bindings", | 697 "//components/content_settings/core/common:mojo_bindings", |
697 "//mojo/common:common_custom_types", | 698 "//mojo/common:common_custom_types", |
698 "//url/mojo:url_mojom_gurl", | 699 "//url/mojo:url_mojom_gurl", |
699 ] | 700 ] |
700 } | 701 } |
701 | 702 |
702 mojom("instant_mojom") { | 703 mojom("instant_mojom") { |
703 sources = [ | 704 sources = [ |
704 "instant.mojom", | 705 "instant.mojom", |
705 ] | 706 ] |
706 | 707 |
707 public_deps = [ | 708 public_deps = [ |
708 "//mojo/common:common_custom_types", | 709 "//mojo/common:common_custom_types", |
709 "//url/mojo:url_mojom_gurl", | 710 "//url/mojo:url_mojom_gurl", |
710 ] | 711 ] |
711 } | 712 } |
OLD | NEW |