aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/.gn
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/.gn')
-rw-r--r--deps/v8/.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/deps/v8/.gn b/deps/v8/.gn
index b3adcc74cd..c80980ea09 100644
--- a/deps/v8/.gn
+++ b/deps/v8/.gn
@@ -21,7 +21,5 @@ check_targets = []
# 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
# discouraged except for gypi_to_gn calls.
-exec_script_whitelist = build_dotfile_settings.exec_script_whitelist + [
- "//test/test262/BUILD.gn",
- "//BUILD.gn",
- ]
+exec_script_whitelist =
+ build_dotfile_settings.exec_script_whitelist + [ "//test/test262/BUILD.gn" ]