| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 62b55b28b7892a15e877c544a0f62227ad27931f..a9552c749eaf55f3891807c5f925ed0eb3a1f802 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -24,7 +24,7 @@ check_targets = [
|
| "//cc/*",
|
|
|
| #"//chrome/*", # Epic number of errors.
|
| - "//chrome/installer/*",
|
| + #"//chrome/installer/*", # A few errors, need to verify the size after fixing.
|
| "//chromecast/*",
|
|
|
| # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
|
| @@ -38,7 +38,10 @@ check_targets = [
|
| "//components/bookmarks/*",
|
| "//components/google/*",
|
| "//components/history/*",
|
| - "//components/html_viewer/*",
|
| +
|
| + # TODO(dpranke): Reenable once v8 exports v8_base as a public_dep
|
| + #"//components/html_viewer/*",
|
| +
|
| "//components/mus/*",
|
| "//components/omnibox/*",
|
| "//components/os_crypt/*",
|
|
|