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

Side by Side Diff: courgette/courgette.gyp

Issue 7191021: Remove msvs_guid from chrome_frame/, cloud_print/, content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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') | google_update/google_update.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ],
52 'msvs_guid': '9A72A362-E617-4205-B9F2-43C6FB280FA1',
53 'sources': [ 52 'sources': [
54 '<@(courgette_lib_sources)' 53 '<@(courgette_lib_sources)'
55 ], 54 ],
56 }, 55 },
57 { 56 {
58 'target_name': 'courgette', 57 'target_name': 'courgette',
59 'type': 'executable', 58 'type': 'executable',
60 'msvs_guid': '4EA8CE12-9C6F-45E5-9D08-720383FE3685',
61 'sources': [ 59 'sources': [
62 'courgette_tool.cc', 60 'courgette_tool.cc',
63 ], 61 ],
64 'dependencies': [ 62 'dependencies': [
65 'courgette_lib', 63 'courgette_lib',
66 '../base/base.gyp:base', 64 '../base/base.gyp:base',
67 ], 65 ],
68 'msvs_settings': { 66 'msvs_settings': {
69 'VCLinkerTool': { 67 'VCLinkerTool': {
70 'LargeAddressAware': 2, 68 'LargeAddressAware': 2,
71 }, 69 },
72 }, 70 },
73 }, 71 },
74 { 72 {
75 'target_name': 'courgette_minimal_tool', 73 'target_name': 'courgette_minimal_tool',
76 'type': 'executable', 74 'type': 'executable',
77 'msvs_guid': 'EB79415F-2F17-4BDC-AADD-4CA4C2D21B73',
78 'sources': [ 75 'sources': [
79 'courgette_minimal_tool.cc', 76 'courgette_minimal_tool.cc',
80 ], 77 ],
81 'dependencies': [ 78 'dependencies': [
82 'courgette_lib', 79 'courgette_lib',
83 '../base/base.gyp:base', 80 '../base/base.gyp:base',
84 ], 81 ],
85 }, 82 },
86 { 83 {
87 'target_name': 'courgette_unittests', 84 'target_name': 'courgette_unittests',
88 'type': 'executable', 85 'type': 'executable',
89 'msvs_guid': '24309F1A-4035-46F9-A3D8-F47DC4BCC2B8',
90 'sources': [ 86 'sources': [
91 'adjustment_method_unittest.cc', 87 'adjustment_method_unittest.cc',
92 'bsdiff_memory_unittest.cc', 88 'bsdiff_memory_unittest.cc',
93 'difference_estimator_unittest.cc', 89 'difference_estimator_unittest.cc',
94 'encoded_program_unittest.cc', 90 'encoded_program_unittest.cc',
95 'encode_decode_unittest.cc', 91 'encode_decode_unittest.cc',
96 'image_info_unittest.cc', 92 'image_info_unittest.cc',
97 'run_all_unittests.cc', 93 'run_all_unittests.cc',
98 'streams_unittest.cc', 94 'streams_unittest.cc',
99 'third_party/paged_array_unittest.cc' 95 'third_party/paged_array_unittest.cc'
(...skipping 13 matching lines...) Expand all
113 # base/test_suite.h 109 # base/test_suite.h
114 # gtk/gtk.h 110 # gtk/gtk.h
115 '../build/linux/system.gyp:gtk', 111 '../build/linux/system.gyp:gtk',
116 ], 112 ],
117 }], 113 }],
118 ], 114 ],
119 }, 115 },
120 { 116 {
121 'target_name': 'courgette_fuzz', 117 'target_name': 'courgette_fuzz',
122 'type': 'executable', 118 'type': 'executable',
123 'msvs_guid': '57C27529-8CA9-4FC3-9C02-DA05B172F785',
124 'sources': [ 119 'sources': [
125 'encoded_program_fuzz_unittest.cc', 120 'encoded_program_fuzz_unittest.cc',
126 ], 121 ],
127 'dependencies': [ 122 'dependencies': [
128 'courgette_lib', 123 'courgette_lib',
129 '../base/base.gyp:base', 124 '../base/base.gyp:base',
130 '../base/base.gyp:base_i18n', 125 '../base/base.gyp:base_i18n',
131 '../base/base.gyp:test_support_base', 126 '../base/base.gyp:test_support_base',
132 '../testing/gtest.gyp:gtest', 127 '../testing/gtest.gyp:gtest',
133 ], 128 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ], 177 ],
183 }], 178 }],
184 ], 179 ],
185 } 180 }
186 181
187 # Local Variables: 182 # Local Variables:
188 # tab-width:2 183 # tab-width:2
189 # indent-tabs-mode:nil 184 # indent-tabs-mode:nil
190 # End: 185 # End:
191 # vim: set expandtab tabstop=2 shiftwidth=2: 186 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « content/content_worker.gypi ('k') | google_update/google_update.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698