1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
diff --git a/.gn b/.gn
index 3f65718281..0170ef8d0f 100644
--- a/.gn
+++ b/.gn
@@ -145,31 +145,31 @@ no_check_targets = [
# this situation much easier to create. if the build always lists the
# files and passes them to a script, it will always be correct.
-exec_script_allowlist =
- build_dotfile_settings.exec_script_allowlist +
- angle_dotfile_settings.exec_script_whitelist +
- [
- # Allowlist entries for //build should go into
- # //build/dotfile_settings.gni instead, so that they can be shared
- # with other repos. The entries in this list should be only for files
- # in the Chromium repo outside of //build.
- "//build_overrides/build.gni",
-
- "//chrome/android/webapk/shell_apk/prepare_upload_dir/BUILD.gn",
- "//chrome/version.gni",
-
- # TODO(dgn): Layer violation but breaks the build otherwise, see
- # https://crbug.com/474506.
- "//clank/java/BUILD.gn",
- "//clank/native/BUILD.gn",
-
- "//google_apis/BUILD.gn",
- "//printing/BUILD.gn",
-
- "//remoting/host/installer/linux/BUILD.gn",
- "//remoting/remoting_version.gni",
- "//remoting/host/installer/win/generate_clsids.gni",
-
- "//tools/grit/grit_rule.gni",
- "//tools/gritsettings/BUILD.gn",
- ]
+#exec_script_allowlist =
+# build_dotfile_settings.exec_script_allowlist +
+# angle_dotfile_settings.exec_script_whitelist +
+# [
+# # Allowlist entries for //build should go into
+# # //build/dotfile_settings.gni instead, so that they can be shared
+# # with other repos. The entries in this list should be only for files
+# # in the Chromium repo outside of //build.
+# "//build_overrides/build.gni",
+#
+# "//chrome/android/webapk/shell_apk/prepare_upload_dir/BUILD.gn",
+# "//chrome/version.gni",
+#
+# # TODO(dgn): Layer violation but breaks the build otherwise, see
+# # https://crbug.com/474506.
+# "//clank/java/BUILD.gn",
+# "//clank/native/BUILD.gn",
+#
+# "//google_apis/BUILD.gn",
+# "//printing/BUILD.gn",
+#
+# "//remoting/host/installer/linux/BUILD.gn",
+# "//remoting/remoting_version.gni",
+# "//remoting/host/installer/win/generate_clsids.gni",
+#
+# "//tools/grit/grit_rule.gni",
+# "//tools/gritsettings/BUILD.gn",
+# ]
|