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

Unified Diff: tools/gn/target.h

Issue 572893002: GN: Refine 'complete' static library handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync patches to recent GN changes 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
Index: tools/gn/target.h
diff --git a/tools/gn/target.h b/tools/gn/target.h
index 081f81ee2c64ab7712ed3c71da1898edf8fc0a78..6c3ba6584d79832df8d4a509c2bf9d6c0d10a692 100644
--- a/tools/gn/target.h
+++ b/tools/gn/target.h
@@ -257,7 +257,6 @@ class Target : public Item {
// Validates the given thing when a target is resolved.
bool CheckVisibility(Err* err) const;
bool CheckTestonly(Err* err) const;
- bool CheckNoNestedStaticLibs(Err* err) const;
OutputType output_type_;
std::string output_name_;
« no previous file with comments | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/gn/target.cc » ('j') | tools/gn/target.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698