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

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

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: Move `using` statements. Created 3 years, 11 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
« no previous file with comments | « ash/public/interfaces/wallpaper_struct_traits.h ('k') | chrome/common/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "conflicts/module_watcher_win.cc", 83 "conflicts/module_watcher_win.cc",
84 "conflicts/module_watcher_win.h", 84 "conflicts/module_watcher_win.h",
85 "content_restriction.h", 85 "content_restriction.h",
86 "crash_keys.cc", 86 "crash_keys.cc",
87 "crash_keys.h", 87 "crash_keys.h",
88 "custom_handlers/protocol_handler.cc", 88 "custom_handlers/protocol_handler.cc",
89 "custom_handlers/protocol_handler.h", 89 "custom_handlers/protocol_handler.h",
90 "descriptors_android.h", 90 "descriptors_android.h",
91 "ini_parser.cc", 91 "ini_parser.cc",
92 "ini_parser.h", 92 "ini_parser.h",
93 "instant_type_traits.h", 93 "instant_struct_traits.h",
94 "logging_chrome.cc", 94 "logging_chrome.cc",
95 "logging_chrome.h", 95 "logging_chrome.h",
96 "mac/app_shim_launch.h", 96 "mac/app_shim_launch.h",
97 "mac/app_shim_messages.h", 97 "mac/app_shim_messages.h",
98 "mac/cfbundle_blocker.h", 98 "mac/cfbundle_blocker.h",
99 "mac/cfbundle_blocker.mm", 99 "mac/cfbundle_blocker.mm",
100 "mac/launchd.h", 100 "mac/launchd.h",
101 "mac/launchd.mm", 101 "mac/launchd.mm",
102 "media/media_resource_provider.cc", 102 "media/media_resource_provider.cc",
103 "media/media_resource_provider.h", 103 "media/media_resource_provider.h",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 mojom("instant_mojom") { 692 mojom("instant_mojom") {
693 sources = [ 693 sources = [
694 "instant.mojom", 694 "instant.mojom",
695 ] 695 ]
696 696
697 public_deps = [ 697 public_deps = [
698 "//mojo/common:common_custom_types", 698 "//mojo/common:common_custom_types",
699 "//url/mojo:url_mojom_gurl", 699 "//url/mojo:url_mojom_gurl",
700 ] 700 ]
701 } 701 }
OLDNEW
« no previous file with comments | « ash/public/interfaces/wallpaper_struct_traits.h ('k') | chrome/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698