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

Side by Side Diff: courgette/courgette.gyp

Issue 8417045: Last small bit of refactoring. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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 19 matching lines...) Expand all
30 'ensemble.h', 30 'ensemble.h',
31 'ensemble_apply.cc', 31 'ensemble_apply.cc',
32 'ensemble_create.cc', 32 'ensemble_create.cc',
33 'memory_allocator.cc', 33 'memory_allocator.cc',
34 'memory_allocator.h', 34 'memory_allocator.h',
35 'region.h', 35 'region.h',
36 'simple_delta.cc', 36 'simple_delta.cc',
37 'simple_delta.h', 37 'simple_delta.h',
38 'streams.cc', 38 'streams.cc',
39 'streams.h', 39 'streams.h',
40 'win32_x86_generator.h', 40 'patch_generator_x86_32.h',
41 'win32_x86_patcher.h', 41 'patcher_x86_32.h',
42 ], 42 ],
43 }, 43 },
44 'targets': [ 44 'targets': [
45 { 45 {
46 'target_name': 'courgette_lib', 46 'target_name': 'courgette_lib',
47 'type': 'static_library', 47 'type': 'static_library',
48 'dependencies': [ 48 'dependencies': [
49 '../base/base.gyp:base', 49 '../base/base.gyp:base',
50 '../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', 50 '../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
51 ], 51 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'configurations': { 177 'configurations': {
178 'Common_Base': { 178 'Common_Base': {
179 'msvs_target_platform': 'x64', 179 'msvs_target_platform': 'x64',
180 }, 180 },
181 }, 181 },
182 }, 182 },
183 ], 183 ],
184 }], 184 }],
185 ], 185 ],
186 } 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