summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 18:18:00 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 18:18:00 +0000
commitc3a420945071a54182d63de697be0a80f5dab0c0 (patch)
tree5b6a16e60c10411f0ed2a5171c8139e02e29d11a /chrome/chrome_browser.gypi
parent1d20cdf4cb74b3a1b47c7bd62d3e3d17be4c6013 (diff)
downloadchromium_src-c3a420945071a54182d63de697be0a80f5dab0c0.zip
chromium_src-c3a420945071a54182d63de697be0a80f5dab0c0.tar.gz
chromium_src-c3a420945071a54182d63de697be0a80f5dab0c0.tar.bz2
Reland r74842
The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized. BUG=67237 TEST=none Review URL: http://codereview.chromium.org/6526029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f6616a6..e97e48b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1902,10 +1902,14 @@
'browser/process_singleton_win.cc',
'browser/profile_import_process_host.cc',
'browser/profile_import_process_host.h',
+ 'browser/profiles/off_the_record_profile_io_data.cc',
+ 'browser/profiles/off_the_record_profile_io_data.h',
'browser/profiles/profile.cc',
'browser/profiles/profile.h',
'browser/profiles/profile_impl.cc',
'browser/profiles/profile_impl.h',
+ 'browser/profiles/profile_impl_io_data.cc',
+ 'browser/profiles/profile_impl_io_data.h',
'browser/profiles/profile_io_data.cc',
'browser/profiles/profile_io_data.h',
'browser/profiles/profile_manager.cc',