Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 711e4fbb55c4fdc03c7c19995d30a909dd522107..4b01ee13df6f4accf60ccdd7f4a1b25f2cdad911 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -2059,6 +2059,10 @@ |
'browser/usb/usb_service.h', |
'browser/usb/usb_service_factory.cc', |
'browser/usb/usb_service_factory.h', |
+ 'browser/user_data_dir_extractor.cc', |
+ 'browser/user_data_dir_extractor.h', |
+ 'browser/user_data_dir_extractor_win.cc', |
+ 'browser/user_data_dir_extractor_win.h', |
'browser/user_style_sheet_watcher.cc', |
'browser/user_style_sheet_watcher.h', |
'browser/user_style_sheet_watcher_factory.cc', |
@@ -2850,6 +2854,7 @@ |
'browser/importer/nss_decryptor_system_nss.h', |
'browser/lifetime/application_lifetime_stub.cc', |
'browser/profiles/profile_shortcut_manager_stub.cc', |
+ 'browser/user_data_dir_extractor.cc', |
], |
'conditions': [ |
['win_use_allocator_shim==1', { |