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

Unified Diff: .gn

Issue 948763003: Remove chrome_elf from gn check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 a8b55e2c7a85e12ee664723af4f6db385d201928..5ec4e1cacc3ff1de48f3696404cf6d67e8982dc2 100644
--- a/.gn
+++ b/.gn
@@ -25,7 +25,10 @@ check_targets = [
#"//chrome/*", # Epic number of errors.
"//chromecast/*",
- "//chrome_elf/*",
+
+ # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
+ # line.
+ #"//chrome_elf/*",
"//cloud_print/*",
#"//components/*", # Lots of errors.
« 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