Chromium Code Reviews| Index: .gn |
| diff --git a/.gn b/.gn |
| index ebe046a725d65e037415f136dd2b9a8d6713b1ab..34614e7a8365efd7fe625b75f060c92054fe021a 100644 |
| --- a/.gn |
| +++ b/.gn |
| @@ -109,6 +109,11 @@ exec_script_whitelist = [ |
| "//chrome/test/BUILD.gn", |
| "//chrome/utility/BUILD.gn", |
| "//chromeos/BUILD.gn", |
| + |
| + # TODO(dgn): Layer violation but breaks the build otherwise, see issue 474506. |
|
Bernhard Bauer
2015/04/07 10:05:49
Nit: if you write the bug as https://crbug.com/474
|
| + "//clank/java/BUILD.gn", |
| + "//clank/native/framework/BUILD.gn", |
| + |
| "//components/domain_reliability/BUILD.gn", |
| "//components/webui_generator/generator/wug.gni", |
| "//content/browser/browser.gni", |