aboutsummaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
Diffstat (limited to '.gn')
-rw-r--r--.gn27
1 files changed, 3 insertions, 24 deletions
diff --git a/.gn b/.gn
index 9c43afd2ca..01fe1b87b1 100644
--- a/.gn
+++ b/.gn
@@ -20,32 +20,11 @@ script_executable = "python3"
# in the source tree, e.g. for third party source trees.
secondary_source = "//build/secondary/"
-# These are the targets to check headers for by default. The files in targets
-# matching these patterns (see "gn help label_pattern" for format) will have
+# These are the targets to skip header checking by default. The files in targets
+# matching these patterns (see "gn help label_pattern" for format) will not have
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
-check_targets = [
- "//api/*",
- "//audio/*",
- "//backup/*",
- "//call/*",
- "//common_audio/*",
- "//common_video/*",
- "//examples/*",
- "//logging/*",
- "//media/*",
- "//modules/*",
- "//p2p/*",
- "//pc/*",
- "//rtc_base/*",
- "//rtc_tools/*",
- "//sdk/*",
- "//stats/*",
- "//system_wrappers/*",
- "//test/*",
- "//video/*",
- "//third_party/libyuv/*",
-]
+no_check_targets = [ "//third_party/icu/*" ]
# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly