diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 15:36:35 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 15:36:35 +0000 |
commit | 89cfc19dd0c52b3739466cd30d74e38f9640479e (patch) | |
tree | 7abc682fc69fee318b148a5f6a2a56ed9ae24195 /chrome/browser/DEPS | |
parent | a06e1a5dff0d8b971e738ed53be7e5dd945a894e (diff) | |
download | chromium_src-89cfc19dd0c52b3739466cd30d74e38f9640479e.zip chromium_src-89cfc19dd0c52b3739466cd30d74e38f9640479e.tar.gz chromium_src-89cfc19dd0c52b3739466cd30d74e38f9640479e.tar.bz2 |
Move import in Mac OS X into its own process.
BUG=18774
TEST=import still works.
Review URL: http://codereview.chromium.org/502045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 7120cb8..5380f75 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -4,6 +4,7 @@ include_rules = [ "+chrome/installer", "+chrome/personalization", "+chrome/plugin", # For Mac plugin interpose library. + "+chrome/profile_import", "+chrome/tools/profiles", # For history unit tests. "+chrome/views", "+grit", # For generated headers |