diff options
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r-- | chrome/chrome_installer_util.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index 02603bf..2c922cd 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -101,6 +101,10 @@ 'installer/util/lzma_util.h', 'installer/util/master_preferences.cc', 'installer/util/master_preferences.h', + 'installer/util/package.h', + 'installer/util/package.cc', + 'installer/util/product.h', + 'installer/util/product.cc', 'installer/util/shell_util.cc', 'installer/util/shell_util.h', ], |