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

Unified Diff: tools/gn/gn.gyp

Issue 1083663007: Propagate GN public shared libraries through shared libraries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/inherited_libraries.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 ed2cf3d583b25ee70a212b7984bf75f88062b87e..fca6943fd91ec82157b31023cc3e7b9e775e59d8 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -79,6 +79,8 @@
'header_checker.h',
'import_manager.cc',
'import_manager.h',
+ 'inherited_libraries.cc',
+ 'inherited_libraries.h',
'input_conversion.cc',
'input_conversion.h',
'input_file.cc',
@@ -217,6 +219,7 @@
'functions_target_unittest.cc',
'functions_unittest.cc',
'header_checker_unittest.cc',
+ 'inherited_libraries_unittest.cc',
'input_conversion_unittest.cc',
'label_pattern_unittest.cc',
'label_unittest.cc',
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/inherited_libraries.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698