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

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: 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '../base/base.gyp:base', 80 '../base/base.gyp:base',
83 ], 81 ],
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 'difference_estimator_unittest.cc', 89 'difference_estimator_unittest.cc',
90 'disassembler_win32_x86_unittest.cc',
92 'encoded_program_unittest.cc', 91 'encoded_program_unittest.cc',
93 'encode_decode_unittest.cc', 92 'encode_decode_unittest.cc',
94 'image_info_unittest.cc',
95 'run_all_unittests.cc', 93 'run_all_unittests.cc',
96 'streams_unittest.cc', 94 'streams_unittest.cc',
97 'third_party/paged_array_unittest.cc' 95 'third_party/paged_array_unittest.cc'
98 ], 96 ],
99 'dependencies': [ 97 'dependencies': [
100 'courgette_lib', 98 'courgette_lib',
101 '../base/base.gyp:base', 99 '../base/base.gyp:base',
102 '../base/base.gyp:base_i18n', 100 '../base/base.gyp:base_i18n',
103 '../base/base.gyp:test_support_base', 101 '../base/base.gyp:test_support_base',
104 '../testing/gtest.gyp:gtest', 102 '../testing/gtest.gyp:gtest',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'configurations': { 171 'configurations': {
174 'Common_Base': { 172 'Common_Base': {
175 'msvs_target_platform': 'x64', 173 'msvs_target_platform': 'x64',
176 }, 174 },
177 }, 175 },
178 }, 176 },
179 ], 177 ],
180 }], 178 }],
181 ], 179 ],
182 } 180 }
OLDNEW
« no previous file with comments | « courgette/courgette.h ('k') | courgette/disassembler.h » ('j') | courgette/types_win_pe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698