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

Side by Side Diff: courgette/courgette.gyp

Issue 1629703002: [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix courgette_fuzzer in libfuzzer. Created 4 years, 10 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/courgette.h ('k') | courgette/courgette_tool.cc » ('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 22 matching lines...) Expand all
33 'encoded_program.h', 33 'encoded_program.h',
34 'ensemble.cc', 34 'ensemble.cc',
35 'ensemble.h', 35 'ensemble.h',
36 'ensemble_apply.cc', 36 'ensemble_apply.cc',
37 'ensemble_create.cc', 37 'ensemble_create.cc',
38 'image_utils.h', 38 'image_utils.h',
39 'label_manager.cc', 39 'label_manager.cc',
40 'label_manager.h', 40 'label_manager.h',
41 'memory_allocator.cc', 41 'memory_allocator.cc',
42 'memory_allocator.h', 42 'memory_allocator.h',
43 'program_detector.cc',
44 'program_detector.h',
43 'region.h', 45 'region.h',
44 'rel32_finder_win32_x86.cc', 46 'rel32_finder_win32_x86.cc',
45 'rel32_finder_win32_x86.h', 47 'rel32_finder_win32_x86.h',
46 'simple_delta.cc', 48 'simple_delta.cc',
47 'simple_delta.h', 49 'simple_delta.h',
48 'streams.cc', 50 'streams.cc',
49 'streams.h', 51 'streams.h',
50 'third_party/bsdiff.h', 52 'third_party/bsdiff.h',
51 'third_party/bsdiff_apply.cc', 53 'third_party/bsdiff_apply.cc',
52 'third_party/bsdiff_create.cc', 54 'third_party/bsdiff_create.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../build/isolate.gypi', 229 '../build/isolate.gypi',
228 ], 230 ],
229 'sources': [ 231 'sources': [
230 'courgette_unittests.isolate', 232 'courgette_unittests.isolate',
231 ], 233 ],
232 }, 234 },
233 ], 235 ],
234 }], 236 }],
235 ], 237 ],
236 } 238 }
OLDNEW
« no previous file with comments | « courgette/courgette.h ('k') | courgette/courgette_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698