| 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/*",
|
|
|