diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 15:46:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-19 21:01:04 +0100 |
commit | e2485db796656beda0c45fc60aed2bb66d36070f (patch) | |
tree | ff82059197063498fe3e355b683776ff8a67b76f /community/chromium/last-commit-position.patch | |
parent | c40c42dae6e2da6c0bb0ce52f23dad837b330229 (diff) | |
download | aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.bz2 aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.xz |
community/chromium: upgrade to 71.0.3578.98
Diffstat (limited to 'community/chromium/last-commit-position.patch')
-rw-r--r-- | community/chromium/last-commit-position.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/chromium/last-commit-position.patch b/community/chromium/last-commit-position.patch deleted file mode 100644 index fdef5adf3b..0000000000 --- a/community/chromium/last-commit-position.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- tools/gn/gn_main.cc.orig 2015-11-12 11:49:56.260549036 +0000 -+++ 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 { - ---- tools/gn/BUILD.gn.orig 2015-11-12 11:50:43.513524769 +0000 -+++ 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", - ] |