 Chromium Code Reviews
 Chromium Code Reviews Issue 2363083003:
  Enable header checking for chrome/browser/ui  (Closed)
    
  
    Issue 2363083003:
  Enable header checking for chrome/browser/ui  (Closed) 
  | Index: .gn | 
| diff --git a/.gn b/.gn | 
| index 301b88b9060fdc153865382766c03ba67b13099e..42d1edc4472e212aa907318a9f7170161c18cb9c 100644 | 
| --- a/.gn | 
| +++ b/.gn | 
| @@ -27,8 +27,7 @@ check_targets = [ | 
| #"//chrome/*", # Epic number of errors. | 
| "//chrome/app/*", | 
| "//chrome/browser/extensions/*", | 
| - | 
| - #"//chrome/browser/ui/*", # Still fails on Windows official. | 
| + "//chrome/browser/ui/*", | 
| "//chrome/common/*", | 
| "//chrome/installer/*", | 
| "//chrome/third_party/mozilla_security_manager/*", |