OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |