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

Issue 113009: Move Courgette from internal depot to third_party. (Closed)

Created:
11 years, 7 months ago by sra
Modified:
9 years, 7 months ago
Reviewers:
bradn
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move Courgette from internal depot to third_party. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15377

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7879 lines, -0 lines) Patch
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.sln View 12 chunks +83 lines, -0 lines 0 comments Download
A third_party/courgette/LICENCE.bsdiff View 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/courgette/adjustment_method.h View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/courgette/adjustment_method.cc View 1 chunk +703 lines, -0 lines 0 comments Download
A third_party/courgette/adjustment_method_unittest.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/courgette/assembly_program.h View 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/courgette/assembly_program.cc View 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/courgette/bsdiff.h View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/courgette/bsdiff_apply.cc View 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/courgette/bsdiff_create.cc View 1 chunk +432 lines, -0 lines 0 comments Download
A third_party/courgette/bsdiff_memory_unittest.cc View 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/courgette/courgette.h View 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/courgette/courgette.gyp View 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/courgette/courgette_minimal_tool.cc View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/courgette/courgette_tool.cc View 1 chunk +405 lines, -0 lines 0 comments Download
A third_party/courgette/crc.h View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/courgette/crc.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/courgette/difference_estimator.h View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/courgette/difference_estimator.cc View 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/courgette/difference_estimator_unittest.cc View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/courgette/disassembler.h View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/courgette/disassembler.cc View 1 chunk +436 lines, -0 lines 0 comments Download
A third_party/courgette/encode_decode_unittest.cc View 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/courgette/encoded_program.h View 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/courgette/encoded_program.cc View 1 chunk +573 lines, -0 lines 0 comments Download
A third_party/courgette/encoded_program_fuzz_unittest.cc View 1 chunk +236 lines, -0 lines 0 comments Download
A third_party/courgette/encoded_program_unittest.cc View 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/courgette/ensemble.h View 1 chunk +257 lines, -0 lines 0 comments Download
A third_party/courgette/ensemble.cc View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/courgette/ensemble_apply.cc View 1 chunk +412 lines, -0 lines 0 comments Download
A third_party/courgette/ensemble_create.cc View 1 chunk +382 lines, -0 lines 0 comments Download
A third_party/courgette/image_info.h View 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/courgette/image_info.cc View 1 chunk +392 lines, -0 lines 0 comments Download
A third_party/courgette/image_info_unittest.cc View 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/courgette/region.h View 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/courgette/run_all_unittests.cc View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/courgette/simple_delta.h View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/courgette/simple_delta.cc View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/courgette/streams.h View 1 chunk +220 lines, -0 lines 0 comments Download
A third_party/courgette/streams.cc View 1 chunk +383 lines, -0 lines 0 comments Download
A third_party/courgette/streams_unittest.cc View 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/courgette/testdata/en-US.dll View Binary file 0 comments Download
A third_party/courgette/testdata/setup1.exe View Binary file 0 comments Download
A third_party/courgette/testdata/setup2.exe View Binary file 0 comments Download
A third_party/courgette/win32_x86_generator.h View 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/courgette/win32_x86_patcher.h View 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sra
All the source files are just copied from the internal depot, except I had to ...
11 years, 7 months ago (2009-05-06 00:05:02 UTC) #1
cpu_(ooo_6.6-7.5)
Welcome to open source! 1) Can you please add nsylvain to the review? not that ...
11 years, 7 months ago (2009-05-06 16:51:43 UTC) #2
cpu_(ooo_6.6-7.5)
#1: Ok then add bradnelson instead. Again, there is no need to wait for his ...
11 years, 7 months ago (2009-05-06 17:05:51 UTC) #3
sra
11 years, 7 months ago (2009-05-06 17:59:14 UTC) #4
Adding bradn to reviewers

Powered by Google App Engine
This is Rietveld 408576698