DescriptionMove 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96915
Patch Set 1 #Patch Set 2 : add new dir third_party/leveldatabase #Patch Set 3 : fix win compile error, roll leveldb #
Total comments: 2
Patch Set 4 : replaced logging with chromium logging #Patch Set 5 : another rename to try to fix mac build #Patch Set 6 : stab in the dark to get mac to compile #Patch Set 7 : rename leveldb.gyp to leveldatabase.gyp #Patch Set 8 : change parameter to const ref #
Messages
Total messages: 20 (0 generated)
|