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

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

Issue 2674843002: Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. (Closed)
Patch Set: Created 3 years, 10 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 689 "field_trial_recorder.mojom",
690 "file_patcher.mojom", 690 "file_patcher.mojom",
691 "insecure_content_renderer.mojom",
691 "net_benchmarking.mojom", 692 "net_benchmarking.mojom",
692 "network_diagnostics.mojom", 693 "network_diagnostics.mojom",
693 "prerender.mojom", 694 "prerender.mojom",
694 "renderer_configuration.mojom", 695 "renderer_configuration.mojom",
695 "resource_usage_reporter.mojom", 696 "resource_usage_reporter.mojom",
696 "shell_handler_win.mojom", 697 "shell_handler_win.mojom",
697 ] 698 ]
698 699
699 public_deps = [ 700 public_deps = [
700 "//components/content_settings/core/common:mojo_bindings", 701 "//components/content_settings/core/common:mojo_bindings",
701 "//mojo/common:common_custom_types", 702 "//mojo/common:common_custom_types",
702 "//url/mojo:url_mojom_gurl", 703 "//url/mojo:url_mojom_gurl",
703 ] 704 ]
704 } 705 }
705 706
706 mojom("instant_mojom") { 707 mojom("instant_mojom") {
707 sources = [ 708 sources = [
708 "instant.mojom", 709 "instant.mojom",
709 ] 710 ]
710 711
711 public_deps = [ 712 public_deps = [
712 "//mojo/common:common_custom_types", 713 "//mojo/common:common_custom_types",
713 "//url/mojo:url_mojom_gurl", 714 "//url/mojo:url_mojom_gurl",
714 ] 715 ]
715 } 716 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698