Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: chrome/common/BUILD.gn

Issue 2643183002: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. (Closed)
Patch Set: Convert ChromeViewHostMsg_UpdatedCacheStats to use mojo. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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...) Expand 10 before | Expand all | Expand 10 after
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...) Expand all
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 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/common/cache_stats_recorder.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698