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

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 comments and includes. Created 4 years, 11 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 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 '../build/isolate.gypi', 240 '../build/isolate.gypi',
239 ], 241 ],
240 'sources': [ 242 'sources': [
241 'courgette_unittests.isolate', 243 'courgette_unittests.isolate',
242 ], 244 ],
243 }, 245 },
244 ], 246 ],
245 }], 247 }],
246 ], 248 ],
247 } 249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698