- Split out the gn from this package, obsoletes patches:

* fix-gn-bootstrap.patch
  * chromium-last-commit-position-r0.patch

OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1161
This commit is contained in:
Tomáš Chvátal
2018-09-06 09:14:29 +00:00
committed by Git OBS Bridge
parent 810b4b7732
commit b4fcfbd8d8
3 changed files with 7 additions and 30 deletions

View File

@@ -1,30 +0,0 @@
Index: chromium-69.0.3452.0/tools/gn/gn_main.cc
===================================================================
--- chromium-69.0.3452.0.orig/tools/gn/gn_main.cc
+++ chromium-69.0.3452.0/tools/gn/gn_main.cc
@@ -19,13 +19,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-69.0.3452.0/tools/gn/BUILD.gn
===================================================================
--- chromium-69.0.3452.0.orig/tools/gn/BUILD.gn
+++ chromium-69.0.3452.0/tools/gn/BUILD.gn
@@ -268,7 +268,6 @@ executable("gn") {
deps = [
":gn_lib",
- ":last_commit_position",
"//base",
"//build/win:default_exe_manifest",
]

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 6 09:13:49 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Split out the gn from this package, obsoletes patches:
* fix-gn-bootstrap.patch
* chromium-last-commit-position-r0.patch
-------------------------------------------------------------------
Thu Sep 6 09:09:57 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File