summaryrefslogtreecommitdiff
path: root/chromium/courgette/courgette.gyp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-13 13:24:50 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-14 10:57:25 +0000
commitaf3d4809763ef308f08ced947a73b624729ac7ea (patch)
tree4402b911e30383f6c6dace1e8cf3b8e85355db3a /chromium/courgette/courgette.gyp
parent0e8ff63a407fe323e215bb1a2c423c09a4747c8a (diff)
downloadqtwebengine-chromium-af3d4809763ef308f08ced947a73b624729ac7ea.tar.gz
BASELINE: Update Chromium to 47.0.2526.14
Also adding in sources needed for spellchecking. Change-Id: Idd44170fa1616f26315188970a8d5ba7d472b18a Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'chromium/courgette/courgette.gyp')
-rw-r--r--chromium/courgette/courgette.gyp18
1 files changed, 13 insertions, 5 deletions
diff --git a/chromium/courgette/courgette.gyp b/chromium/courgette/courgette.gyp
index bc8b7bba401..e5ec7832893 100644
--- a/chromium/courgette/courgette.gyp
+++ b/chromium/courgette/courgette.gyp
@@ -11,10 +11,6 @@
'adjustment_method.h',
'assembly_program.cc',
'assembly_program.h',
- 'third_party/bsdiff.h',
- 'third_party/bsdiff_apply.cc',
- 'third_party/bsdiff_create.cc',
- 'third_party/paged_array.h',
'courgette.h',
'crc.cc',
'crc.h',
@@ -38,13 +34,21 @@
'ensemble.h',
'ensemble_apply.cc',
'ensemble_create.cc',
+ 'image_utils.h',
'memory_allocator.cc',
'memory_allocator.h',
'region.h',
+ 'rel32_finder_win32_x86.cc',
+ 'rel32_finder_win32_x86.h',
'simple_delta.cc',
'simple_delta.h',
'streams.cc',
'streams.h',
+ 'third_party/bsdiff.h',
+ 'third_party/bsdiff_apply.cc',
+ 'third_party/bsdiff_create.cc',
+ 'third_party/paged_array.h',
+ 'third_party/qsufsort.h',
'types_elf.h',
'types_win_pe.h',
'patch_generator_x86_32.h',
@@ -105,10 +109,14 @@
'encoded_program_unittest.cc',
'encode_decode_unittest.cc',
'ensemble_unittest.cc',
+ 'image_utils_unittest.cc',
+ 'memory_allocator_unittest.cc',
+ 'rel32_finder_win32_x86_unittest.cc',
'streams_unittest.cc',
'typedrva_unittest.cc',
'versioning_unittest.cc',
- 'third_party/paged_array_unittest.cc'
+ 'third_party/paged_array_unittest.cc',
+ 'third_party/qsufsort_unittest.cc',
],
'dependencies': [
'courgette_lib',