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

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed)

Created:
9 years, 4 months ago by dgrogan
Modified:
9 years, 4 months ago
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org, Mark Mentovai
Visibility:
Public.

Description

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 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+906 lines, -9 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A third_party/leveldatabase/README.chromium View 1 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/leveldatabase/env_chromium.cc View 1 2 3 4 5 6 7 1 chunk +543 lines, -0 lines 0 comments Download
A third_party/leveldatabase/leveldatabase.gyp View 1 2 3 4 5 6 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/leveldatabase/port/port_chromium.h View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/leveldatabase/port/port_chromium.cc View 1 1 chunk +84 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_directory_database.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_directory_database.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_origin_database.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_origin_database.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
dgrogan
port_chromium.* and env_chromium were copied without modification.
9 years, 4 months ago (2011-07-27 23:57:02 UTC) #1
hans
On 2011/07/27 23:57:02, dgrogan wrote: > port_chromium.* and env_chromium were copied without modification. LGTM, tanks ...
9 years, 4 months ago (2011-07-28 15:25:45 UTC) #2
hans
On 2011/07/28 15:25:45, hans wrote: > On 2011/07/27 23:57:02, dgrogan wrote: > > port_chromium.* and ...
9 years, 4 months ago (2011-07-28 15:36:16 UTC) #3
dgrogan
9 years, 4 months ago (2011-08-06 00:10:50 UTC) #4
dgrogan
Hans, could you take a look at this?
9 years, 4 months ago (2011-08-06 00:12:14 UTC) #5
dgrogan
On 2011/08/06 00:12:14, dgrogan wrote: > Hans, could you take a look at this? With ...
9 years, 4 months ago (2011-08-06 01:47:09 UTC) #6
hans
On 2011/08/06 01:47:09, dgrogan wrote: > On 2011/08/06 00:12:14, dgrogan wrote: > > Hans, could ...
9 years, 4 months ago (2011-08-08 15:06:40 UTC) #7
hans
http://codereview.chromium.org/7522008/diff/4003/third_party/leveldatabase/leveldb.gyp File third_party/leveldatabase/leveldb.gyp (right): http://codereview.chromium.org/7522008/diff/4003/third_party/leveldatabase/leveldb.gyp#newcode164 third_party/leveldatabase/leveldb.gyp:164: 'util/testutil.h', Shouldn't these be 'src/util/...'?
9 years, 4 months ago (2011-08-08 15:06:53 UTC) #8
dgrogan
On 2011/08/08 15:06:40, hans wrote: > On 2011/08/06 01:47:09, dgrogan wrote: > > On 2011/08/06 ...
9 years, 4 months ago (2011-08-09 06:27:35 UTC) #9
dgrogan
http://codereview.chromium.org/7522008/diff/4003/third_party/leveldatabase/leveldb.gyp File third_party/leveldatabase/leveldb.gyp (right): http://codereview.chromium.org/7522008/diff/4003/third_party/leveldatabase/leveldb.gyp#newcode164 third_party/leveldatabase/leveldb.gyp:164: 'util/testutil.h', On 2011/08/08 15:06:53, hans wrote: > Shouldn't these ...
9 years, 4 months ago (2011-08-09 06:27:56 UTC) #10
dgrogan
Brett, Could you look over the plan outlined in the issue Description? This is the ...
9 years, 4 months ago (2011-08-09 06:31:45 UTC) #11
brettw
Sorry, I have no brilliant idea to solve the problem. Your plan sounds fine.
9 years, 4 months ago (2011-08-09 18:26:06 UTC) #12
dgrogan
Mark, Could you advise on how to work around the EnsureNoIDCollisions error raised in gyp/xcodeproj_file.py ...
9 years, 4 months ago (2011-08-10 03:38:32 UTC) #13
Mark Mentovai
dgrogan@chromium.org wrote: > Mark, > > Could you advise on how to work around the ...
9 years, 4 months ago (2011-08-10 12:55:43 UTC) #14
dgrogan
On 2011/08/10 12:55:43, Mark Mentovai wrote: > mailto:dgrogan@chromium.org wrote: > > Mark, > > > ...
9 years, 4 months ago (2011-08-10 20:38:28 UTC) #15
dgrogan
Hans, could you take another look at this? It seems to be working now. I ...
9 years, 4 months ago (2011-08-13 00:07:49 UTC) #16
hans
On 2011/08/13 00:07:49, dgrogan wrote: > Hans, could you take another look at this? It ...
9 years, 4 months ago (2011-08-15 11:27:31 UTC) #17
dgrogan
On 2011/08/15 11:27:31, hans wrote: > On 2011/08/13 00:07:49, dgrogan wrote: > > Hans, could ...
9 years, 4 months ago (2011-08-15 18:07:44 UTC) #18
Mark Mentovai
Why’s everyone thinkin’ I’m all AWOL? I see my reply to this thread on the ...
9 years, 4 months ago (2011-08-15 18:22:16 UTC) #19
commit-bot: I haz the power
9 years, 4 months ago (2011-08-16 11:21:00 UTC) #20
Change committed as 96915

Powered by Google App Engine
This is Rietveld 408576698