| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'region.h', | 47 'region.h', |
| 48 'rel32_finder_win32_x86.cc', | 48 'rel32_finder_win32_x86.cc', |
| 49 'rel32_finder_win32_x86.h', | 49 'rel32_finder_win32_x86.h', |
| 50 'simple_delta.cc', | 50 'simple_delta.cc', |
| 51 'simple_delta.h', | 51 'simple_delta.h', |
| 52 'streams.cc', | 52 'streams.cc', |
| 53 'streams.h', | 53 'streams.h', |
| 54 'third_party/bsdiff/bsdiff.h', | 54 'third_party/bsdiff/bsdiff.h', |
| 55 'third_party/bsdiff/bsdiff_apply.cc', | 55 'third_party/bsdiff/bsdiff_apply.cc', |
| 56 'third_party/bsdiff/bsdiff_create.cc', | 56 'third_party/bsdiff/bsdiff_create.cc', |
| 57 'third_party/bsdiff/bsdiff_search.h', |
| 57 'third_party/bsdiff/paged_array.h', | 58 'third_party/bsdiff/paged_array.h', |
| 58 'third_party/bsdiff/qsufsort.h', | 59 'third_party/bsdiff/qsufsort.h', |
| 59 'types_elf.h', | 60 'types_elf.h', |
| 60 'types_win_pe.h', | 61 'types_win_pe.h', |
| 61 'patch_generator_x86_32.h', | 62 'patch_generator_x86_32.h', |
| 62 'patcher_x86_32.h', | 63 'patcher_x86_32.h', |
| 63 ], | 64 ], |
| 64 }, | 65 }, |
| 65 'targets': [ | 66 'targets': [ |
| 66 { | 67 { |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 '../build/isolate.gypi', | 232 '../build/isolate.gypi', |
| 232 ], | 233 ], |
| 233 'sources': [ | 234 'sources': [ |
| 234 'courgette_unittests.isolate', | 235 'courgette_unittests.isolate', |
| 235 ], | 236 ], |
| 236 }, | 237 }, |
| 237 ], | 238 ], |
| 238 }], | 239 }], |
| 239 ], | 240 ], |
| 240 } | 241 } |
| OLD | NEW |