diff options
Diffstat (limited to 'chrome/browser/browser.scons')
-rw-r--r-- | chrome/browser/browser.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons index 4774b7a..a190db0 100644 --- a/chrome/browser/browser.scons +++ b/chrome/browser/browser.scons @@ -779,6 +779,7 @@ if not env.Bit('windows'): # Add files shared across non-Windows platforms. input_files.Append( + 'importer/firefox_profile_lock_posix.cc', 'renderer_host/backing_store_posix.cc', ) |