Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3795)

Unified Diff: chrome/chrome_browser.gypi

Issue 12662033: Show user data dialog earlier on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromium style warning: inline virtual method with non-empty bodies. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/user_data_dir_extractor_win_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « chrome/browser/user_data_dir_extractor_win_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698