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

Side by Side Diff: courgette/courgette.gyp

Issue 2055343002: Courgette: Add static method QuickDetect() to optimize program detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Propagate uint8_t* to unittests and Nits 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'difference_estimator_unittest.cc', 117 'difference_estimator_unittest.cc',
118 'disassembler_elf_32_x86_unittest.cc', 118 'disassembler_elf_32_x86_unittest.cc',
119 'disassembler_win32_x86_unittest.cc', 119 'disassembler_win32_x86_unittest.cc',
120 'disassembler_win32_x64_unittest.cc', 120 'disassembler_win32_x64_unittest.cc',
121 'encoded_program_unittest.cc', 121 'encoded_program_unittest.cc',
122 'encode_decode_unittest.cc', 122 'encode_decode_unittest.cc',
123 'ensemble_unittest.cc', 123 'ensemble_unittest.cc',
124 'image_utils_unittest.cc', 124 'image_utils_unittest.cc',
125 'label_manager_unittest.cc', 125 'label_manager_unittest.cc',
126 'memory_allocator_unittest.cc', 126 'memory_allocator_unittest.cc',
127 'program_detector_unittest.cc',
127 'rel32_finder_unittest.cc', 128 'rel32_finder_unittest.cc',
128 'streams_unittest.cc', 129 'streams_unittest.cc',
129 'typedrva_unittest.cc', 130 'typedrva_unittest.cc',
130 'versioning_unittest.cc', 131 'versioning_unittest.cc',
131 'third_party/bsdiff/paged_array_unittest.cc', 132 'third_party/bsdiff/paged_array_unittest.cc',
132 'third_party/bsdiff/qsufsort_unittest.cc', 133 'third_party/bsdiff/qsufsort_unittest.cc',
133 ], 134 ],
134 'dependencies': [ 135 'dependencies': [
135 'courgette_lib', 136 'courgette_lib',
136 '../base/base.gyp:base', 137 '../base/base.gyp:base',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 '../build/isolate.gypi', 236 '../build/isolate.gypi',
236 ], 237 ],
237 'sources': [ 238 'sources': [
238 'courgette_unittests.isolate', 239 'courgette_unittests.isolate',
239 ], 240 ],
240 }, 241 },
241 ], 242 ],
242 }], 243 }],
243 ], 244 ],
244 } 245 }
OLDNEW
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/disassembler.h » ('j') | courgette/disassembler_elf_32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698