summarylogtreecommitdiffstats
path: root/chromium-last-commit-position-r1.patch
diff options
context:
space:
mode:
authorBlackEagle2016-10-18 16:37:15 +0200
committerBlackEagle2016-10-18 16:37:15 +0200
commit4536949fc3c643a0e5329142fd76a2191c8b84fa (patch)
treeea2c9256ed06fe79b1265ebfd14a1d4a48f0ae48 /chromium-last-commit-position-r1.patch
parent5d084c29ea0d7703e05e2c8898cbea97c17d496b (diff)
downloadaur-4536949fc3c643a0e5329142fd76a2191c8b84fa.tar.gz
vivaldi-snapshot-ffmpeg-codecs :: 54.0.2840.59-1
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
Diffstat (limited to 'chromium-last-commit-position-r1.patch')
-rw-r--r--chromium-last-commit-position-r1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/chromium-last-commit-position-r1.patch b/chromium-last-commit-position-r1.patch
new file mode 100644
index 000000000000..700a86e86b61
--- /dev/null
+++ b/chromium-last-commit-position-r1.patch
@@ -0,0 +1,26 @@
+--- a/tools/gn/gn_main.cc.orig 2015-11-12 11:49:56.260549036 +0000
++++ b/tools/gn/gn_main.cc 2015-11-12 11:50:14.780931485 +0000
+@@ -11,13 +11,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 {
+
+--- a/tools/gn/BUILD.gn.orig 2015-11-12 11:50:43.513524769 +0000
++++ b/tools/gn/BUILD.gn 2015-11-12 11:50:57.697817632 +0000
+@@ -227,7 +227,6 @@
+
+ deps = [
+ ":gn_lib",
+- ":last_commit_position",
+ "//base",
+ "//build/config/sanitizers:deps",
+ ]