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

Unified Diff: .gn

Issue 2598403002: Removing entries from exec_script_whitelist (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 155e4a27de422a8081246836dd770a06839213b6..a18ed5cd3470277d3ee4b3b64dd88322fc3049a2 100644
--- a/.gn
+++ b/.gn
@@ -44,9 +44,4 @@ 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 + [
- "//third_party/boringssl/BUILD.gn",
- "//third_party/openh264/BUILD.gn",
- "//third_party/opus/BUILD.gn",
- "//webrtc/modules/video_render/BUILD.gn",
- ]
+exec_script_whitelist = build_dotfile_settings.exec_script_whitelist
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698