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

Unified Diff: tools/gn/trace.h

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 6 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/target_generator.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 61811a796f6f52ca31252f76e644147683bda85f..2063be836a986e6aa0af830e8d43391d7c9c072b 100644
--- a/tools/gn/trace.h
+++ b/tools/gn/trace.h
@@ -24,7 +24,9 @@ class TraceItem {
TRACE_FILE_EXECUTE,
TRACE_FILE_WRITE,
TRACE_SCRIPT_EXECUTE,
- TRACE_DEFINE_TARGET
+ TRACE_DEFINE_TARGET,
+ TRACE_CHECK_HEADER, // One file.
+ TRACE_CHECK_HEADERS, // All files.
};
TraceItem(Type type,
« no previous file with comments | « tools/gn/target_generator.cc ('k') | tools/gn/trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698