Allow trace-viewer to use exec_script in GN.
Trace-viewer currently maintains two copies of its input files. This causes duplicate work each time we add a file. I'd like to share a single .gypi file between GYP and GN but need to use exec_script in order to do so. This CL adds an exeception to allow trace-viewer to use exec_script in its BUILD.gn file. Review URL: https://codereview.chromium.org/1160793005 Cr-Commit-Position: refs/heads/master@{#332892}
This commit is contained in:
1
.gn
1
.gn
@ -166,6 +166,7 @@ exec_script_whitelist = [
|
||||
"//third_party/harfbuzz-ng/BUILD.gn",
|
||||
"//third_party/libaddressinput/BUILD.gn",
|
||||
"//third_party/opus/BUILD.gn",
|
||||
"//third_party/trace-viewer/BUILD.gn",
|
||||
"//third_party/WebKit/Source/bindings/bindings.gni",
|
||||
"//third_party/WebKit/Source/bindings/scripts/scripts.gni",
|
||||
"//third_party/WebKit/Source/config.gni",
|
||||
|
Reference in New Issue
Block a user