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

Unified Diff: tools/gn/item.cc

Issue 524623005: Add testonly flag to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/item.h ('k') | tools/gn/label_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/item.cc
diff --git a/tools/gn/item.cc b/tools/gn/item.cc
index f2fe9fead983f3ba692291224cb6d7f9df5c418b..7dfd4ad8eaf97ff6bf59455a9e910d25cb16a606 100644
--- a/tools/gn/item.cc
+++ b/tools/gn/item.cc
@@ -32,3 +32,7 @@ std::string Item::GetItemTypeName() const {
NOTREACHED();
return "this thing that I have no idea what it is";
}
+
+bool Item::OnResolved(Err* err) {
+ return true;
+}
« no previous file with comments | « tools/gn/item.h ('k') | tools/gn/label_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698