diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 11:20:57 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 11:20:57 +0000 |
commit | 0d7734242df28c3a31eec154be017802b0499879 (patch) | |
tree | 396502db0e040e7476df53296a0efee1021277bb /.gitignore | |
parent | d356d7e1e4cba3c8a1e358d912921c65dbb0942a (diff) | |
download | chromium_src-0d7734242df28c3a31eec154be017802b0499879.zip chromium_src-0d7734242df28c3a31eec154be017802b0499879.tar.gz chromium_src-0d7734242df28c3a31eec154be017802b0499879.tar.bz2 |
Move chromium-specific files from leveldb's repository to chromium, stage 2.
Stages:
1. Remove chromium files from leveldb repo. [Done]
2. Put chromium leveldb files in third_party/leveldatabase and leveldb in third_party/leveldatabase/src. Update leveldb references in chrome to use third_party/leveldatabase/src instead of third_party/leveldb. Leave third_party/leveldb so it can be referred to by WebCore.gyp.
3. Change third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp to use third_party/leveldatabase.
4. Delete third_party/leveldb
Eventually: 5. Rename third_party/leveldatabase back to third_party/leveldb
We can't avoid the leveldb-checkout duplication by just changing third_party/leveldb from an unversioned to a versioned directory. Doing so would break everyone's gclient sync update.
BUG=89378
TEST=indexeddb layout and browser tests
Review URL: http://codereview.chromium.org/7522008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ v8.log /third_party/hunspell /third_party/hunspell_dictionaries /third_party/icu +/third_party/leveldatabase/src /third_party/leveldb /third_party/libjingle/source /third_party/libjpeg_turbo |