Commit 7755fb6c authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Expand //chrome/* in gn check targets

For those subfolders of //chrome/ without violations, add them to
gn check targets. Otherwise, add number of errors in comments.

Bug: 367595
Change-Id: I8a2dc703f9b415e47f6fa3c1910b6338dd02ae69
Reviewed-on: https://chromium-review.googlesource.com/1174095Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583052}
parent f81d3dc3
...@@ -81,22 +81,35 @@ check_targets = [ ...@@ -81,22 +81,35 @@ check_targets = [
"//build/*", "//build/*",
"//cc/*", "//cc/*",
#"//chrome/*", # Epic number of errors. #"//chrome/android/*", # 13 errors
"//chrome/app/*", "//chrome/app/*",
"//chrome/app_shim/*", "//chrome/app_shim/*",
#"//chrome/browser/*", # ~1300 errors
"//chrome/browser/android/*", "//chrome/browser/android/*",
"//chrome/browser/vr/*", "//chrome/browser/vr/*",
"//chrome/browser/chromeos/*", "//chrome/browser/chromeos/*",
"//chrome/browser/extensions/*", "//chrome/browser/extensions/*",
"//chrome/browser/resource_coordinator/*", "//chrome/browser/resource_coordinator/*",
"//chrome/browser/ui/*", "//chrome/browser/ui/*",
"//chrome/build/*",
#"//chrome/child/*", # 1 error on Windows
"//chrome/chrome_cleaner/*", "//chrome/chrome_cleaner/*",
#"//chrome/chrome_watcher/*", # 3 errors on Windows
"//chrome/common/*", "//chrome/common/*",
#"//chrome/elevation_service/*", # 1 error on Windows
#"//chrome/gpu/*", # 7 errors
"//chrome/installer/*", "//chrome/installer/*",
"//chrome/profiling", #"//chrome/install_static/*", # 8 errors on Windows
"//chrome/third_party/mozilla_security_manager/*", "//chrome/nacl/*",
#"//chrome/notification_helper/*", # 4 errors on Windows
#"//chrome/renderer/*", # ~30 errors
#"//chrome/service/*", # 2 errors
#"//chrome/services/*", # ~30 errors
#"//chrome/test/*", # ~3000 errors
"//chrome/third_party/*",
"//chrome/tools/*", "//chrome/tools/*",
"//chrome/utility/*", "//chrome/utility/*",
"//chromecast/*", "//chromecast/*",
"//chromeos/*", "//chromeos/*",
"//chrome_elf/*", "//chrome_elf/*",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment