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

Side by Side Diff: tools/gn/gn.gyp

Issue 26537002: Add a UniqueVector class to GN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: REview comments, remove npos Created 6 years, 4 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 | « tools/gn/command_desc.cc ('k') | tools/gn/header_checker.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 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'target_generator.cc', 141 'target_generator.cc',
142 'target_generator.h', 142 'target_generator.h',
143 'template.cc', 143 'template.cc',
144 'template.h', 144 'template.h',
145 'token.cc', 145 'token.cc',
146 'token.h', 146 'token.h',
147 'tokenizer.cc', 147 'tokenizer.cc',
148 'tokenizer.h', 148 'tokenizer.h',
149 'toolchain.cc', 149 'toolchain.cc',
150 'toolchain.h', 150 'toolchain.h',
151 'unique_vector.h',
151 'trace.cc', 152 'trace.cc',
152 'trace.h', 153 'trace.h',
153 'value.cc', 154 'value.cc',
154 'value.h', 155 'value.h',
155 'value_extractors.cc', 156 'value_extractors.cc',
156 'value_extractors.h', 157 'value_extractors.h',
157 'variables.cc', 158 'variables.cc',
158 'variables.h', 159 'variables.h',
159 'visibility.cc', 160 'visibility.cc',
160 'visibility.h', 161 'visibility.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'run_all_unittests.cc', 208 'run_all_unittests.cc',
208 'scope_per_file_provider_unittest.cc', 209 'scope_per_file_provider_unittest.cc',
209 'scope_unittest.cc', 210 'scope_unittest.cc',
210 'source_dir_unittest.cc', 211 'source_dir_unittest.cc',
211 'string_utils_unittest.cc', 212 'string_utils_unittest.cc',
212 'target_generator_unittest.cc', 213 'target_generator_unittest.cc',
213 'target_unittest.cc', 214 'target_unittest.cc',
214 'test_with_scope.cc', 215 'test_with_scope.cc',
215 'test_with_scope.h', 216 'test_with_scope.h',
216 'tokenizer_unittest.cc', 217 'tokenizer_unittest.cc',
218 'unique_vector_unittest.cc',
217 'value_unittest.cc', 219 'value_unittest.cc',
218 'visibility_unittest.cc', 220 'visibility_unittest.cc',
219 ], 221 ],
220 'dependencies': [ 222 'dependencies': [
221 'gn_lib', 223 'gn_lib',
222 '../../base/base.gyp:test_support_base', 224 '../../base/base.gyp:test_support_base',
223 '../../testing/gtest.gyp:gtest', 225 '../../testing/gtest.gyp:gtest',
224 ], 226 ],
225 }, 227 },
226 { 228 {
227 'target_name': 'generate_test_gn_data', 229 'target_name': 'generate_test_gn_data',
228 'type': 'executable', 230 'type': 'executable',
229 'sources': [ 231 'sources': [
230 'generate_test_gn_data.cc', 232 'generate_test_gn_data.cc',
231 ], 233 ],
232 'dependencies': [ 234 'dependencies': [
233 '../../base/base.gyp:base', 235 '../../base/base.gyp:base',
234 ], 236 ],
235 } 237 }
236 ], 238 ],
237 } 239 }
OLDNEW
« no previous file with comments | « tools/gn/command_desc.cc ('k') | tools/gn/header_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698