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

Unified Diff: .gn

Issue 1168513006: Make swarming work w/ GN (kinda) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | base/BUILD.gn » ('j') | base/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index ee6255388768599c4d03e264b521e66e73029ae9..6b2d2ad7e27d6faeec73e851cac63691b7aec84b 100644
--- a/.gn
+++ b/.gn
@@ -84,6 +84,10 @@ check_targets = [
# discouraged except for gypi_to_gn calls.
exec_script_whitelist = [
"//ash/BUILD.gn",
+
+ # TODO(dpranke): Remove this.
+ "//base/BUILD.gn",
Dirk Pranke 2015/06/03 02:24:54 See comments in base/BUILD.gn.
+
"//build/config/android/BUILD.gn",
"//build/config/android/config.gni",
"//build/config/android/internal_rules.gni",
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698