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

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

Issue 1530183005: Special-case paths that appear in libs by not prefixing them with -l. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in previous patch Created 5 years 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/config_values_generator.cc ('k') | tools/gn/lib_file.h » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'input_file.h', 89 'input_file.h',
90 'input_file_manager.cc', 90 'input_file_manager.cc',
91 'input_file_manager.h', 91 'input_file_manager.h',
92 'item.cc', 92 'item.cc',
93 'item.h', 93 'item.h',
94 'label.cc', 94 'label.cc',
95 'label.h', 95 'label.h',
96 'label_pattern.cc', 96 'label_pattern.cc',
97 'label_pattern.h', 97 'label_pattern.h',
98 'label_ptr.h', 98 'label_ptr.h',
99 'lib_file.cc',
100 'lib_file.h',
99 'loader.cc', 101 'loader.cc',
100 'loader.h', 102 'loader.h',
101 'location.cc', 103 'location.cc',
102 'location.h', 104 'location.h',
103 'ninja_action_target_writer.cc', 105 'ninja_action_target_writer.cc',
104 'ninja_action_target_writer.h', 106 'ninja_action_target_writer.h',
105 'ninja_binary_target_writer.cc', 107 'ninja_binary_target_writer.cc',
106 'ninja_binary_target_writer.h', 108 'ninja_binary_target_writer.h',
107 'ninja_build_writer.cc', 109 'ninja_build_writer.cc',
108 'ninja_build_writer.h', 110 'ninja_build_writer.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'dependencies': [ 287 'dependencies': [
286 'gn_unittests', 288 'gn_unittests',
287 ], 289 ],
288 'includes': [ '../../build/isolate.gypi' ], 290 'includes': [ '../../build/isolate.gypi' ],
289 'sources': [ 'gn_unittests.isolate' ], 291 'sources': [ 'gn_unittests.isolate' ],
290 }, 292 },
291 ], 293 ],
292 }], 294 }],
293 ], 295 ],
294 } 296 }
OLDNEW
« no previous file with comments | « tools/gn/config_values_generator.cc ('k') | tools/gn/lib_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698