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 1491333002: Include //third_party/WebKit/Source/* in default gn check targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 d3f9ffee81c51c13e03b87971e3541f7e86650e7..0ecbdd26e70dd0815c2f42165505b6c85e88502c 100644
--- a/.gn
+++ b/.gn
@@ -233,6 +233,7 @@ check_targets = [
"//testing/*",
#"//third_party/*", # May not ever want this.
+ "//third_party/WebKit/Source/*",
"//tools/*",
#"//ui/*", # Just a few problems.
« 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