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

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

Powered by Google App Engine
This is Rietveld 408576698