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 679 matching lines...) Loading... |
690 configs += [ "//build/config/compiler:wexit_time_destructors" ] | 690 configs += [ "//build/config/compiler:wexit_time_destructors" ] |
691 | 691 |
692 deps = [ | 692 deps = [ |
693 ":constants", | 693 ":constants", |
694 "//base", | 694 "//base", |
695 ] | 695 ] |
696 } | 696 } |
697 | 697 |
698 mojom("mojo_bindings") { | 698 mojom("mojo_bindings") { |
699 sources = [ | 699 sources = [ |
| 700 "cache_stats_recorder.mojom", |
700 "conflicts/module_event_sink_win.mojom", | 701 "conflicts/module_event_sink_win.mojom", |
701 "file_patcher.mojom", | 702 "file_patcher.mojom", |
702 "image_context_menu_renderer.mojom", | 703 "image_context_menu_renderer.mojom", |
703 "insecure_content_renderer.mojom", | 704 "insecure_content_renderer.mojom", |
704 "net_benchmarking.mojom", | 705 "net_benchmarking.mojom", |
705 "network_diagnostics.mojom", | 706 "network_diagnostics.mojom", |
706 "open_search_description_document_handler.mojom", | 707 "open_search_description_document_handler.mojom", |
707 "prerender.mojom", | 708 "prerender.mojom", |
708 "renderer_configuration.mojom", | 709 "renderer_configuration.mojom", |
709 "resource_usage_reporter.mojom", | 710 "resource_usage_reporter.mojom", |
(...skipping 20 matching lines...) Loading... |
730 mojom("instant_mojom") { | 731 mojom("instant_mojom") { |
731 sources = [ | 732 sources = [ |
732 "instant.mojom", | 733 "instant.mojom", |
733 ] | 734 ] |
734 | 735 |
735 public_deps = [ | 736 public_deps = [ |
736 "//mojo/common:common_custom_types", | 737 "//mojo/common:common_custom_types", |
737 "//url/mojo:url_mojom_gurl", | 738 "//url/mojo:url_mojom_gurl", |
738 ] | 739 ] |
739 } | 740 } |
OLD | NEW |