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

Side by Side Diff: courgette/courgette.gyp

Issue 8166013: Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase over other changes, fix nit. Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « courgette/courgette.h ('k') | courgette/disassembler.h » ('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 12 matching lines...) Expand all
23 'disassembler.cc', 23 'disassembler.cc',
24 'disassembler.h', 24 'disassembler.h',
25 'disassembler_win32_x86.cc', 25 'disassembler_win32_x86.cc',
26 'disassembler_win32_x86.h', 26 'disassembler_win32_x86.h',
27 'encoded_program.cc', 27 'encoded_program.cc',
28 'encoded_program.h', 28 'encoded_program.h',
29 'ensemble.cc', 29 'ensemble.cc',
30 'ensemble.h', 30 'ensemble.h',
31 'ensemble_apply.cc', 31 'ensemble_apply.cc',
32 'ensemble_create.cc', 32 'ensemble_create.cc',
33 'image_info.cc',
34 'image_info.h',
35 'memory_allocator.cc', 33 'memory_allocator.cc',
36 'memory_allocator.h', 34 'memory_allocator.h',
37 'region.h', 35 'region.h',
38 'simple_delta.cc', 36 'simple_delta.cc',
39 'simple_delta.h', 37 'simple_delta.h',
40 'streams.cc', 38 'streams.cc',
41 'streams.h', 39 'streams.h',
42 'win32_x86_generator.h', 40 'win32_x86_generator.h',
43 'win32_x86_patcher.h', 41 'win32_x86_patcher.h',
44 ], 42 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 }, 82 },
85 { 83 {
86 'target_name': 'courgette_unittests', 84 'target_name': 'courgette_unittests',
87 'type': 'executable', 85 'type': 'executable',
88 'sources': [ 86 'sources': [
89 'adjustment_method_unittest.cc', 87 'adjustment_method_unittest.cc',
90 'bsdiff_memory_unittest.cc', 88 'bsdiff_memory_unittest.cc',
91 'base_test_unittest.cc', 89 'base_test_unittest.cc',
92 'base_test_unittest.h', 90 'base_test_unittest.h',
93 'difference_estimator_unittest.cc', 91 'difference_estimator_unittest.cc',
92 'disassembler_win32_x86_unittest.cc',
94 'encoded_program_unittest.cc', 93 'encoded_program_unittest.cc',
95 'encode_decode_unittest.cc', 94 'encode_decode_unittest.cc',
96 'ensemble_unittest.cc', 95 'ensemble_unittest.cc',
97 'image_info_unittest.cc',
98 'run_all_unittests.cc', 96 'run_all_unittests.cc',
99 'streams_unittest.cc', 97 'streams_unittest.cc',
100 'versioning_unittest.cc', 98 'versioning_unittest.cc',
101 'third_party/paged_array_unittest.cc' 99 'third_party/paged_array_unittest.cc'
102 ], 100 ],
103 'dependencies': [ 101 'dependencies': [
104 'courgette_lib', 102 'courgette_lib',
105 '../base/base.gyp:base', 103 '../base/base.gyp:base',
106 '../base/base.gyp:base_i18n', 104 '../base/base.gyp:base_i18n',
107 '../base/base.gyp:test_support_base', 105 '../base/base.gyp:test_support_base',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'configurations': { 177 'configurations': {
180 'Common_Base': { 178 'Common_Base': {
181 'msvs_target_platform': 'x64', 179 'msvs_target_platform': 'x64',
182 }, 180 },
183 }, 181 },
184 }, 182 },
185 ], 183 ],
186 }], 184 }],
187 ], 185 ],
188 } 186 }
OLDNEW
« no previous file with comments | « courgette/courgette.h ('k') | courgette/disassembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698