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

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

Issue 1649783003: Port "Eclipse CDT settings" file generation from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/eclipse_writer.cc ('k') | tools/gn/xml_element_writer.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'config_values.cc', 43 'config_values.cc',
44 'config_values.h', 44 'config_values.h',
45 'config_values_extractors.cc', 45 'config_values_extractors.cc',
46 'config_values_extractors.h', 46 'config_values_extractors.h',
47 'config_values_generator.cc', 47 'config_values_generator.cc',
48 'config_values_generator.h', 48 'config_values_generator.h',
49 'copy_target_generator.cc', 49 'copy_target_generator.cc',
50 'copy_target_generator.h', 50 'copy_target_generator.h',
51 'deps_iterator.cc', 51 'deps_iterator.cc',
52 'deps_iterator.h', 52 'deps_iterator.h',
53 'eclipse_writer.cc',
54 'eclipse_writer.h',
53 'err.cc', 55 'err.cc',
54 'err.h', 56 'err.h',
55 'escape.cc', 57 'escape.cc',
56 'escape.h', 58 'escape.h',
57 'exec_process.cc', 59 'exec_process.cc',
58 'exec_process.h', 60 'exec_process.h',
59 'filesystem_utils.cc', 61 'filesystem_utils.cc',
60 'filesystem_utils.h', 62 'filesystem_utils.h',
61 'function_exec_script.cc', 63 'function_exec_script.cc',
62 'function_foreach.cc', 64 'function_foreach.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'dependencies': [ 288 'dependencies': [
287 'gn_unittests', 289 'gn_unittests',
288 ], 290 ],
289 'includes': [ '../../build/isolate.gypi' ], 291 'includes': [ '../../build/isolate.gypi' ],
290 'sources': [ 'gn_unittests.isolate' ], 292 'sources': [ 'gn_unittests.isolate' ],
291 }, 293 },
292 ], 294 ],
293 }], 295 }],
294 ], 296 ],
295 } 297 }
OLDNEW
« no previous file with comments | « tools/gn/eclipse_writer.cc ('k') | tools/gn/xml_element_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698