1
--- a/tools/gn/BUILD.gn
2
+++ b/tools/gn/BUILD.gn
3
@@ -264,7 +264,6 @@ executable("gn") {
7
- ":last_commit_position",
9
"//build/config/sanitizers:deps",
10
"//build/win:default_exe_manifest",
11
--- a/tools/gn/gn_main.cc
12
+++ b/tools/gn/gn_main.cc
14
#include "tools/gn/standard_out.h"
15
#include "tools/gn/switches.h"
17
-// Only the GN-generated build makes this header for now.
18
-// TODO(brettw) consider adding this if we need it in GYP.
19
-#if defined(GN_BUILD)
20
-#include "tools/gn/last_commit_position.h"
22
#define LAST_COMMIT_POSITION "UNKNOWN"