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

Side by Side Diff: courgette/courgette.gyp

Issue 2187953003: [Courgette] Replace QSufSort with libdivsufsort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix spacing. Created 4 years, 4 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
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/third_party/bsdiff/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'rel32_finder_x86.h', 55 'rel32_finder_x86.h',
56 'simple_delta.cc', 56 'simple_delta.cc',
57 'simple_delta.h', 57 'simple_delta.h',
58 'streams.cc', 58 'streams.cc',
59 'streams.h', 59 'streams.h',
60 'third_party/bsdiff/bsdiff.h', 60 'third_party/bsdiff/bsdiff.h',
61 'third_party/bsdiff/bsdiff_apply.cc', 61 'third_party/bsdiff/bsdiff_apply.cc',
62 'third_party/bsdiff/bsdiff_create.cc', 62 'third_party/bsdiff/bsdiff_create.cc',
63 'third_party/bsdiff/bsdiff_search.h', 63 'third_party/bsdiff/bsdiff_search.h',
64 'third_party/bsdiff/paged_array.h', 64 'third_party/bsdiff/paged_array.h',
65 'third_party/bsdiff/qsufsort.h',
66 'third_party/divsufsort/divsufsort.cc', 65 'third_party/divsufsort/divsufsort.cc',
67 'third_party/divsufsort/divsufsort.h', 66 'third_party/divsufsort/divsufsort.h',
68 'third_party/divsufsort/divsufsort_private.h', 67 'third_party/divsufsort/divsufsort_private.h',
69 'third_party/divsufsort/sssort.cc', 68 'third_party/divsufsort/sssort.cc',
70 'third_party/divsufsort/trsort.cc', 69 'third_party/divsufsort/trsort.cc',
71 'types_elf.h', 70 'types_elf.h',
72 'types_win_pe.h', 71 'types_win_pe.h',
73 ], 72 ],
74 }, 73 },
75 'targets': [ 74 'targets': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'image_utils_unittest.cc', 129 'image_utils_unittest.cc',
131 'label_manager_unittest.cc', 130 'label_manager_unittest.cc',
132 'memory_allocator_unittest.cc', 131 'memory_allocator_unittest.cc',
133 'program_detector_unittest.cc', 132 'program_detector_unittest.cc',
134 'rel32_finder_unittest.cc', 133 'rel32_finder_unittest.cc',
135 'streams_unittest.cc', 134 'streams_unittest.cc',
136 'typedrva_unittest.cc', 135 'typedrva_unittest.cc',
137 'versioning_unittest.cc', 136 'versioning_unittest.cc',
138 'third_party/bsdiff/bsdiff_search_unittest.cc', 137 'third_party/bsdiff/bsdiff_search_unittest.cc',
139 'third_party/bsdiff/paged_array_unittest.cc', 138 'third_party/bsdiff/paged_array_unittest.cc',
140 'third_party/bsdiff/qsufsort_unittest.cc',
141 'third_party/divsufsort/divsufsort_unittest.cc', 139 'third_party/divsufsort/divsufsort_unittest.cc',
142 ], 140 ],
143 'dependencies': [ 141 'dependencies': [
144 'courgette_lib', 142 'courgette_lib',
145 '../base/base.gyp:base', 143 '../base/base.gyp:base',
146 '../base/base.gyp:base_i18n', 144 '../base/base.gyp:base_i18n',
147 '../base/base.gyp:run_all_unittests', 145 '../base/base.gyp:run_all_unittests',
148 '../base/base.gyp:test_support_base', 146 '../base/base.gyp:test_support_base',
149 '../testing/gtest.gyp:gtest', 147 '../testing/gtest.gyp:gtest',
150 ], 148 ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../build/isolate.gypi', 242 '../build/isolate.gypi',
245 ], 243 ],
246 'sources': [ 244 'sources': [
247 'courgette_unittests.isolate', 245 'courgette_unittests.isolate',
248 ], 246 ],
249 }, 247 },
250 ], 248 ],
251 }], 249 }],
252 ], 250 ],
253 } 251 }
OLDNEW
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/third_party/bsdiff/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698