- Version bump to 60.0.3112.78 - Recommend emoji fonts to make sure major web chats do not show questionmarks - Bump to 60.0.3112.72 - Bump to 60.0.3112.66 - Version update to 60.0.3112.50 - Bump to 60.0.3112.40 - Version bump to 60.0.3112.32 - Bump to 60.0.3112.24 - Update to 60.0.3112.20 - Drop patch chromium-system-icu.patch * Use bundled icu as system is unbuildable at the moment - Bump to 60.0.3112.7 - Add patch for gcc7 chromium-gcc7.patch - Add patch to build with gcc chromium-override.patch - Add patch to build with system icu 59 chromium-system-icu.patch - Update to upstream 60.0.3112.7 * Refresh patch fix-gn-bootstrap.diff - Remove upstream merged chromium-system-harfbuzz.patch - Update 60.0.3107.4 - Refresh patch chromium-last-commit-position-r0.patch OBS-URL: https://build.opensuse.org/request/show/512657 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1030
31 lines
960 B
Diff
31 lines
960 B
Diff
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
|
|
@@ -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 {
|
|
|
|
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") {
|
|
|
|
deps = [
|
|
":gn_lib",
|
|
- ":last_commit_position",
|
|
"//base",
|
|
"//build/config:exe_and_shlib_deps",
|
|
"//build/win:default_exe_manifest",
|