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

Side by Side Diff: courgette/courgette.gyp

Issue 1961963003: Move //courgette/third_party to subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes according to comments Created 4 years, 7 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
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/courgette_minimal_tool.cc » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'memory_allocator.h', 42 'memory_allocator.h',
43 'program_detector.cc', 43 'program_detector.cc',
44 'program_detector.h', 44 'program_detector.h',
45 'region.h', 45 'region.h',
46 'rel32_finder_win32_x86.cc', 46 'rel32_finder_win32_x86.cc',
47 'rel32_finder_win32_x86.h', 47 'rel32_finder_win32_x86.h',
48 'simple_delta.cc', 48 'simple_delta.cc',
49 'simple_delta.h', 49 'simple_delta.h',
50 'streams.cc', 50 'streams.cc',
51 'streams.h', 51 'streams.h',
52 'third_party/bsdiff.h', 52 'third_party/bsdiff/bsdiff.h',
53 'third_party/bsdiff_apply.cc', 53 'third_party/bsdiff/bsdiff_apply.cc',
54 'third_party/bsdiff_create.cc', 54 'third_party/bsdiff/bsdiff_create.cc',
55 'third_party/paged_array.h', 55 'third_party/bsdiff/paged_array.h',
56 'third_party/qsufsort.h', 56 'third_party/bsdiff/qsufsort.h',
57 'types_elf.h', 57 'types_elf.h',
58 'types_win_pe.h', 58 'types_win_pe.h',
59 'patch_generator_x86_32.h', 59 'patch_generator_x86_32.h',
60 'patcher_x86_32.h', 60 'patcher_x86_32.h',
61 ], 61 ],
62 }, 62 },
63 'targets': [ 63 'targets': [
64 { 64 {
65 'target_name': 'courgette_lib', 65 'target_name': 'courgette_lib',
66 'type': 'static_library', 66 'type': 'static_library',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'encoded_program_unittest.cc', 115 'encoded_program_unittest.cc',
116 'encode_decode_unittest.cc', 116 'encode_decode_unittest.cc',
117 'ensemble_unittest.cc', 117 'ensemble_unittest.cc',
118 'image_utils_unittest.cc', 118 'image_utils_unittest.cc',
119 'label_manager_unittest.cc', 119 'label_manager_unittest.cc',
120 'memory_allocator_unittest.cc', 120 'memory_allocator_unittest.cc',
121 'rel32_finder_win32_x86_unittest.cc', 121 'rel32_finder_win32_x86_unittest.cc',
122 'streams_unittest.cc', 122 'streams_unittest.cc',
123 'typedrva_unittest.cc', 123 'typedrva_unittest.cc',
124 'versioning_unittest.cc', 124 'versioning_unittest.cc',
125 'third_party/paged_array_unittest.cc', 125 'third_party/bsdiff/paged_array_unittest.cc',
126 'third_party/qsufsort_unittest.cc', 126 'third_party/bsdiff/qsufsort_unittest.cc',
127 ], 127 ],
128 'dependencies': [ 128 'dependencies': [
129 'courgette_lib', 129 'courgette_lib',
130 '../base/base.gyp:base', 130 '../base/base.gyp:base',
131 '../base/base.gyp:base_i18n', 131 '../base/base.gyp:base_i18n',
132 '../base/base.gyp:run_all_unittests', 132 '../base/base.gyp:run_all_unittests',
133 '../base/base.gyp:test_support_base', 133 '../base/base.gyp:test_support_base',
134 '../testing/gtest.gyp:gtest', 134 '../testing/gtest.gyp:gtest',
135 ], 135 ],
136 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 136 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../build/isolate.gypi', 229 '../build/isolate.gypi',
230 ], 230 ],
231 'sources': [ 231 'sources': [
232 'courgette_unittests.isolate', 232 'courgette_unittests.isolate',
233 ], 233 ],
234 }, 234 },
235 ], 235 ],
236 }], 236 }],
237 ], 237 ],
238 } 238 }
OLDNEW
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/courgette_minimal_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698