 Chromium Code Reviews
 Chromium Code Reviews Issue 2707063002:
  Universial component install for chrome os.  (Closed)
    
  
    Issue 2707063002:
  Universial component install for chrome os.  (Closed) 
  | Index: chrome/test/BUILD.gn | 
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn | 
| index 6830f7ae80f804299a9108f8f7a93934276fc9d9..94042c0ef76e559306406307d72061365faecdce 100644 | 
| --- a/chrome/test/BUILD.gn | 
| +++ b/chrome/test/BUILD.gn | 
| @@ -3799,6 +3799,8 @@ test("unit_tests") { | 
| } | 
| if (is_chromeos) { | 
| + sources += | 
| + [ "../browser/component_updater/cros_component_installer_unittest.cc" ] | 
| sources -= [ "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc" ] | 
| } | 
| if (enable_background) { |