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

Side by Side Diff: courgette/courgette.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « content/content_worker.gypi ('k') | crypto/crypto.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 26 matching lines...) Expand all
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 'win32_x86_generator.h',
41 'win32_x86_patcher.h', 41 'win32_x86_patcher.h',
42 ], 42 ],
43 }, 43 },
44 'targets': [ 44 'targets': [
45 { 45 {
46 'target_name': 'courgette_lib', 46 'target_name': 'courgette_lib',
47 'type': '<(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 ],
52 'msvs_guid': '9A72A362-E617-4205-B9F2-43C6FB280FA1', 52 'msvs_guid': '9A72A362-E617-4205-B9F2-43C6FB280FA1',
53 'sources': [ 53 'sources': [
54 '<@(courgette_lib_sources)' 54 '<@(courgette_lib_sources)'
55 ], 55 ],
56 }, 56 },
57 { 57 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ], 142 ],
143 }], 143 }],
144 ], 144 ],
145 }, 145 },
146 ], 146 ],
147 'conditions': [ 147 'conditions': [
148 ['OS=="win"', { 148 ['OS=="win"', {
149 'targets': [ 149 'targets': [
150 { 150 {
151 'target_name': 'courgette_lib64', 151 'target_name': 'courgette_lib64',
152 'type': '<(library)', 152 'type': 'static_library',
153 'dependencies': [ 153 'dependencies': [
154 '../base/base.gyp:base_nacl_win64', 154 '../base/base.gyp:base_nacl_win64',
155 '../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64', 155 '../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64',
156 ], 156 ],
157 'sources': [ 157 'sources': [
158 '<@(courgette_lib_sources)', 158 '<@(courgette_lib_sources)',
159 ], 159 ],
160 'configurations': { 160 'configurations': {
161 'Common_Base': { 161 'Common_Base': {
162 'msvs_target_platform': 'x64', 162 'msvs_target_platform': 'x64',
(...skipping 19 matching lines...) Expand all
182 ], 182 ],
183 }], 183 }],
184 ], 184 ],
185 } 185 }
186 186
187 # Local Variables: 187 # Local Variables:
188 # tab-width:2 188 # tab-width:2
189 # indent-tabs-mode:nil 189 # indent-tabs-mode:nil
190 # End: 190 # End:
191 # vim: set expandtab tabstop=2 shiftwidth=2: 191 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « content/content_worker.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698