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

Unified Diff: tools/gn/trace.h

Issue 1464463003: Reduce the number of worker threads GN uses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/target.cc ('k') | tools/gn/trace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/trace.h
diff --git a/tools/gn/trace.h b/tools/gn/trace.h
index 384907b221eadb44ffaf6d4e42b8bb60fd23e819..e32f319e786fb6a9559db8511fe24303a0e59742 100644
--- a/tools/gn/trace.h
+++ b/tools/gn/trace.h
@@ -25,6 +25,7 @@ class TraceItem {
TRACE_FILE_WRITE,
TRACE_SCRIPT_EXECUTE,
TRACE_DEFINE_TARGET,
+ TRACE_ON_RESOLVED,
TRACE_CHECK_HEADER, // One file.
TRACE_CHECK_HEADERS, // All files.
};
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698