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

Unified Diff: .gn

Issue 1063063002: Add Clank to the gn exec_script whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 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",
« 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