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

Side by Side Diff: courgette/courgette.gyp

Issue 2031193002: [Courgette] Refactor BSDiff namespaces and bsdiff::search() interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more gap; fix Installer confusion; update README.chromium. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'courgette_lib_sources': [ 8 'courgette_lib_sources': [
9 'adjustment_method.cc', 9 'adjustment_method.cc',
10 'adjustment_method_2.cc', 10 'adjustment_method_2.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'region.h', 47 'region.h',
48 'rel32_finder_win32_x86.cc', 48 'rel32_finder_win32_x86.cc',
49 'rel32_finder_win32_x86.h', 49 'rel32_finder_win32_x86.h',
50 'simple_delta.cc', 50 'simple_delta.cc',
51 'simple_delta.h', 51 'simple_delta.h',
52 'streams.cc', 52 'streams.cc',
53 'streams.h', 53 'streams.h',
54 'third_party/bsdiff/bsdiff.h', 54 'third_party/bsdiff/bsdiff.h',
55 'third_party/bsdiff/bsdiff_apply.cc', 55 'third_party/bsdiff/bsdiff_apply.cc',
56 'third_party/bsdiff/bsdiff_create.cc', 56 'third_party/bsdiff/bsdiff_create.cc',
57 'third_party/bsdiff/bsdiff_search.h',
57 'third_party/bsdiff/paged_array.h', 58 'third_party/bsdiff/paged_array.h',
58 'third_party/bsdiff/qsufsort.h', 59 'third_party/bsdiff/qsufsort.h',
59 'types_elf.h', 60 'types_elf.h',
60 'types_win_pe.h', 61 'types_win_pe.h',
61 'patch_generator_x86_32.h', 62 'patch_generator_x86_32.h',
62 'patcher_x86_32.h', 63 'patcher_x86_32.h',
63 ], 64 ],
64 }, 65 },
65 'targets': [ 66 'targets': [
66 { 67 {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 '../build/isolate.gypi', 232 '../build/isolate.gypi',
232 ], 233 ],
233 'sources': [ 234 'sources': [
234 'courgette_unittests.isolate', 235 'courgette_unittests.isolate',
235 ], 236 ],
236 }, 237 },
237 ], 238 ],
238 }], 239 }],
239 ], 240 ],
240 } 241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698