| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 846d93b11bb6e2494711874be0d1f32f883d7172..5a7b9ce41769564a1268dc21cbc98b1d73447d0b 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -24,7 +24,7 @@ check_targets = [
|
| "//cc/*",
|
|
|
| #"//chrome/*", # Epic number of errors.
|
| - #"//chrome/installer/*", # A few errors, need to verify the size after fixing.
|
| + "//chrome/installer/*",
|
| "//chromecast/*",
|
|
|
| # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
|
| @@ -62,6 +62,7 @@ check_targets = [
|
| "//components/webdata_services/*",
|
|
|
| #"//content/*", # A whole lot of errors.
|
| + "//content/public/common:result_codes",
|
| "//courgette/*",
|
| "//crypto/*",
|
| "//data/*",
|
|
|