CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3-mako: updated to 1.2.1
[ports/opt-arm.git] / chromium / last-commit-position.patch
CommitLineData
c4acdcba
VM
1--- a/tools/gn/gn_main.cc.orig 2015-11-12 11:49:56.260549036 +0000
2+++ b/tools/gn/gn_main.cc 2015-11-12 11:50:14.780931485 +0000
3@@ -11,13 +11,7 @@
4 #include "tools/gn/standard_out.h"
5 #include "tools/gn/switches.h"
6
7-// Only the GN-generated build makes this header for now.
8-// TODO(brettw) consider adding this if we need it in GYP.
9-#if defined(GN_BUILD)
10-#include "tools/gn/last_commit_position.h"
11-#else
12 #define LAST_COMMIT_POSITION "UNKNOWN"
13-#endif
14
15 namespace {
16
17--- a/tools/gn/BUILD.gn.orig 2015-11-12 11:50:43.513524769 +0000
18+++ b/tools/gn/BUILD.gn 2015-11-12 11:50:57.697817632 +0000
19@@ -227,7 +227,6 @@
20
21 deps = [
22 ":gn_lib",
23- ":last_commit_position",
24 "//base",
25 "//build/config/sanitizers:deps",
26 ]