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

Unified Diff: .gn

Issue 1584583002: GN: Check //content/renderer:* by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use_ozone Created 4 years, 11 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 | content/renderer/BUILD.gn » ('j') | content/renderer/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 21c51c4d52da2748ec33717b393a68616e62ab84..2ae59a28a63fc5614e181fdea09a10474a8b6158 100644
--- a/.gn
+++ b/.gn
@@ -38,6 +38,7 @@ check_targets = [
#"//content/*", # A whole lot of errors.
"//content/public/common:result_codes",
"//content/public/common:static_switches",
+ "//content/renderer:*", # Excluding //content/renderer/mus.
jbroman 2016/01/14 14:31:23 //content/renderer/mus has circular dependency iss
brettw 2016/01/19 23:44:06 You can use the variable "allow_circular_includes_
"//courgette/*",
"//crypto/*",
"//data/*",
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | content/renderer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698