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

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: replaced issue number with a link 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..a9187a745e11a83e1cbcc536b362d4cdc9be438a 100644
--- a/.gn
+++ b/.gn
@@ -109,6 +109,12 @@ exec_script_whitelist = [
"//chrome/test/BUILD.gn",
"//chrome/utility/BUILD.gn",
"//chromeos/BUILD.gn",
+
+ # TODO(dgn): Layer violation but breaks the build otherwise, see
+ # https://crbug.com/474506
+ "//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