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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index fbc2c37a0cf79b07e4578a6b7178674ecc2f1b19..524e1cd18e7beeaadfeab5cb56cdffb1e19b7b65 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -96,6 +96,8 @@
'label_pattern.cc',
'label_pattern.h',
'label_ptr.h',
+ 'lib_file.cc',
+ 'lib_file.h',
'loader.cc',
'loader.h',
'location.cc',
« 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