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

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

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'path_output_unittest.cc', 242 'path_output_unittest.cc',
243 'pattern_unittest.cc', 243 'pattern_unittest.cc',
244 'runtime_deps_unittest.cc', 244 'runtime_deps_unittest.cc',
245 'scope_per_file_provider_unittest.cc', 245 'scope_per_file_provider_unittest.cc',
246 'scope_unittest.cc', 246 'scope_unittest.cc',
247 'source_dir_unittest.cc', 247 'source_dir_unittest.cc',
248 'source_file_unittest.cc', 248 'source_file_unittest.cc',
249 'string_utils_unittest.cc', 249 'string_utils_unittest.cc',
250 'substitution_pattern_unittest.cc', 250 'substitution_pattern_unittest.cc',
251 'substitution_writer_unittest.cc', 251 'substitution_writer_unittest.cc',
252 'target_generator_unittest.cc',
253 'target_unittest.cc', 252 'target_unittest.cc',
254 'template_unittest.cc', 253 'template_unittest.cc',
255 'test_with_scope.cc', 254 'test_with_scope.cc',
256 'test_with_scope.h', 255 'test_with_scope.h',
257 'tokenizer_unittest.cc', 256 'tokenizer_unittest.cc',
258 'unique_vector_unittest.cc', 257 'unique_vector_unittest.cc',
259 'value_unittest.cc', 258 'value_unittest.cc',
260 'visibility_unittest.cc', 259 'visibility_unittest.cc',
261 ], 260 ],
262 'dependencies': [ 261 'dependencies': [
(...skipping 23 matching lines...) Expand all
286 'dependencies': [ 285 'dependencies': [
287 'gn_unittests', 286 'gn_unittests',
288 ], 287 ],
289 'includes': [ '../../build/isolate.gypi' ], 288 'includes': [ '../../build/isolate.gypi' ],
290 'sources': [ 'gn_unittests.isolate' ], 289 'sources': [ 'gn_unittests.isolate' ],
291 }, 290 },
292 ], 291 ],
293 }], 292 }],
294 ], 293 ],
295 } 294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698