2017-07-26 13:22:21 +00:00
|
|
|
Index: chromium-60.0.3107.4/tools/gn/gn_main.cc
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium-60.0.3107.4.orig/tools/gn/gn_main.cc
|
|
|
|
|
+++ chromium-60.0.3107.4/tools/gn/gn_main.cc
|
2016-08-22 10:38:29 +00:00
|
|
|
@@ -12,13 +12,7 @@
|
|
|
|
|
#include "tools/gn/standard_out.h"
|
|
|
|
|
#include "tools/gn/switches.h"
|
|
|
|
|
|
|
|
|
|
-// Only the GN-generated build makes this header for now.
|
|
|
|
|
-// TODO(brettw) consider adding this if we need it in GYP.
|
|
|
|
|
-#if defined(GN_BUILD)
|
|
|
|
|
-#include "tools/gn/last_commit_position.h"
|
|
|
|
|
-#else
|
|
|
|
|
#define LAST_COMMIT_POSITION "UNKNOWN"
|
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
namespace {
|
|
|
|
|
|
2017-07-26 13:22:21 +00:00
|
|
|
Index: chromium-60.0.3107.4/tools/gn/BUILD.gn
|
|
|
|
|
===================================================================
|
|
|
|
|
--- chromium-60.0.3107.4.orig/tools/gn/BUILD.gn
|
|
|
|
|
+++ chromium-60.0.3107.4/tools/gn/BUILD.gn
|
|
|
|
|
@@ -268,7 +268,6 @@ executable("gn") {
|
2016-08-22 10:38:29 +00:00
|
|
|
|
|
|
|
|
deps = [
|
|
|
|
|
":gn_lib",
|
|
|
|
|
- ":last_commit_position",
|
|
|
|
|
"//base",
|
2017-07-26 13:22:21 +00:00
|
|
|
"//build/config:exe_and_shlib_deps",
|
2016-08-22 10:38:29 +00:00
|
|
|
"//build/win:default_exe_manifest",
|