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

Unified Diff: tools/gn/BUILD.gn

Issue 1083663007: Propagate GN public shared libraries through shared libraries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more docs 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 | « no previous file | tools/gn/gn.gyp » ('j') | tools/gn/inherited_libraries.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index ccbb6bb69e2d2c3b3a6a5ae21bbbc7f0d4c738b6..a90456c8c82ffffee359c9ff5dd86c48e350d775 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -77,6 +77,8 @@ static_library("gn_lib") {
"header_checker.h",
"import_manager.cc",
"import_manager.h",
+ "inherited_libraries.cc",
+ "inherited_libraries.h",
"input_conversion.cc",
"input_conversion.h",
"input_file.cc",
@@ -240,6 +242,7 @@ test("gn_unittests") {
"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 | « no previous file | tools/gn/gn.gyp » ('j') | tools/gn/inherited_libraries.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698