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

Unified Diff: .gn

Issue 1800343002: Enable GN check for gpu and rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | gpu/command_buffer/client/BUILD.gn » ('j') | 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 5f68f603d2baddaea8e55d35af52345a84c80c03..16ef51eabd77be15e194a961ab1cef7f75b24168 100644
--- a/.gn
+++ b/.gn
@@ -49,9 +49,7 @@ check_targets = [
"//gin/*",
"//google_apis/*",
"//google_update/*",
-
- #"//gpu/*", # Lots of errors.
- "//gpu:*",
+ "//gpu/*",
#"//ios/*",
"//ipc/*",
@@ -71,7 +69,8 @@ check_targets = [
"//printing/*",
#"//remoting/*", # Medium-hard.
- #"//rlz/*", # Needs checking on Windows.
+ "//rlz/*",
+
#"//sandbox/*", # Medium-hard.
"//sdch/*",
"//skia/*",
« no previous file with comments | « no previous file | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698