| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 5a7b9ce41769564a1268dc21cbc98b1d73447d0b..243474c501071ce769ab223b07ed386b2400cf49 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -30,7 +30,7 @@ check_targets = [
|
| # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
|
| # line.
|
| #"//chrome_elf/*",
|
| - "//cloud_print/*",
|
| + #"//cloud_print/*",
|
|
|
| #"//components/*", # Lots of errors.
|
| "//components/app_modal/*",
|
| @@ -63,6 +63,7 @@ check_targets = [
|
|
|
| #"//content/*", # A whole lot of errors.
|
| "//content/public/common:result_codes",
|
| + "//content/public/common:static_switches",
|
| "//courgette/*",
|
| "//crypto/*",
|
| "//data/*",
|
|
|