summarylogtreecommitdiffstats
path: root/chromium-last-commit-position-r1.patch
diff options
context:
space:
mode:
authorBlackEagle2018-11-08 17:08:14 +0100
committerBlackEagle2018-11-08 17:08:14 +0100
commit9944e1739226616fcb92cf94e620fc48ed6be7ed (patch)
treeaf9580a570d828f0efa8decfe9d3cfd3763f6276 /chromium-last-commit-position-r1.patch
parentce05b92ca68b37b9d9ce07b6f61382fbaca688ac (diff)
downloadaur-9944e1739226616fcb92cf94e620fc48ed6be7ed.tar.gz
vivaldi-snapshot-ffmpeg-codecs :: 71.0.3578.27-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, 0 insertions, 26 deletions
diff --git a/chromium-last-commit-position-r1.patch b/chromium-last-commit-position-r1.patch
deleted file mode 100644
index 700a86e86b61..000000000000
--- a/chromium-last-commit-position-r1.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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",
- ]