| 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 22 matching lines...) Expand all Loading... |
| 33 'encoded_program.h', | 33 'encoded_program.h', |
| 34 'ensemble.cc', | 34 'ensemble.cc', |
| 35 'ensemble.h', | 35 'ensemble.h', |
| 36 'ensemble_apply.cc', | 36 'ensemble_apply.cc', |
| 37 'ensemble_create.cc', | 37 'ensemble_create.cc', |
| 38 'image_utils.h', | 38 'image_utils.h', |
| 39 'label_manager.cc', | 39 'label_manager.cc', |
| 40 'label_manager.h', | 40 'label_manager.h', |
| 41 'memory_allocator.cc', | 41 'memory_allocator.cc', |
| 42 'memory_allocator.h', | 42 'memory_allocator.h', |
| 43 'program_detector.cc', |
| 44 'program_detector.h', |
| 43 'region.h', | 45 'region.h', |
| 44 'rel32_finder_win32_x86.cc', | 46 'rel32_finder_win32_x86.cc', |
| 45 'rel32_finder_win32_x86.h', | 47 'rel32_finder_win32_x86.h', |
| 46 'simple_delta.cc', | 48 'simple_delta.cc', |
| 47 'simple_delta.h', | 49 'simple_delta.h', |
| 48 'streams.cc', | 50 'streams.cc', |
| 49 'streams.h', | 51 'streams.h', |
| 50 'third_party/bsdiff.h', | 52 'third_party/bsdiff.h', |
| 51 'third_party/bsdiff_apply.cc', | 53 'third_party/bsdiff_apply.cc', |
| 52 'third_party/bsdiff_create.cc', | 54 'third_party/bsdiff_create.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 '../build/isolate.gypi', | 240 '../build/isolate.gypi', |
| 239 ], | 241 ], |
| 240 'sources': [ | 242 'sources': [ |
| 241 'courgette_unittests.isolate', | 243 'courgette_unittests.isolate', |
| 242 ], | 244 ], |
| 243 }, | 245 }, |
| 244 ], | 246 ], |
| 245 }], | 247 }], |
| 246 ], | 248 ], |
| 247 } | 249 } |
| OLD | NEW |