 Chromium Code Reviews
 Chromium Code Reviews Issue 2770693003:
  Add missing .h files to .gn files that have a .cc file next to it in the gn file already.  (Closed)
    
  
    Issue 2770693003:
  Add missing .h files to .gn files that have a .cc file next to it in the gn file already.  (Closed) 
  | Index: components/nacl/browser/BUILD.gn | 
| diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn | 
| index 5307b79ceec6fb8aab9b45727a7adf77fc013d06..a0b01ee3af98de8ca1bfc4411497ff2bfebb0705 100644 | 
| --- a/components/nacl/browser/BUILD.gn | 
| +++ b/components/nacl/browser/BUILD.gn | 
| @@ -80,6 +80,7 @@ source_set("unit_tests") { | 
| "pnacl_host_unittest.cc", | 
| "pnacl_translation_cache_unittest.cc", | 
| "test_nacl_browser_delegate.cc", | 
| + "test_nacl_browser_delegate.h", | 
| ] | 
| deps = [ |