chromium: reference gn upstream patch review

This commit is contained in:
Maya Rashish 2020-08-14 21:35:44 +03:00
parent a1c67e38c6
commit 7c9cec8164
7 changed files with 18 additions and 6 deletions

View File

@ -880,13 +880,13 @@ SHA1 (patch-third__party_zlib_BUILD.gn) = 19673c8c56c53465b8dc90c1f64ebab251a949
SHA1 (patch-third__party_zlib_cpu__features.c) = b66fa64f019306b751bd1178a708933fefad226e
SHA1 (patch-tools_binary__size_BUILD.gn) = 610a0dddfe758186cee502b9318715a9af1c9225
SHA1 (patch-tools_binary__size_libsupersize_caspian_BUILD.gn) = 59248f772448266c350bf58704c7ad71fc62158e
SHA1 (patch-tools_gn_build_gen.py) = 8723db48f81582ce71fbcaaefa273ef3478a0b1b
SHA1 (patch-tools_gn_src_base_files_file__util.h) = 0fedf563b87f7acd5ac009b40ebc8eaef173481e
SHA1 (patch-tools_gn_src_base_files_file__util__posix.cc) = 32b171e4b97af7645d14efb5de4443c8e41f640e
SHA1 (patch-tools_gn_src_base_files_scoped__file.cc) = f45b4b16d1d38206922d451357166f39b8a8f866
SHA1 (patch-tools_gn_src_gn_args.cc) = d142a4fe1d096a14c7ac07c27eaf21f45071cfa1
SHA1 (patch-tools_gn_build_gen.py) = 6209be881da588c5a419bde30e34b67b23c6651d
SHA1 (patch-tools_gn_src_base_files_file__util.h) = 127ede2e6dbf524efc59ad8098c66efeaf6e4900
SHA1 (patch-tools_gn_src_base_files_file__util__posix.cc) = 0596edb7bee0d0a14a770f9014ec9113afd8870c
SHA1 (patch-tools_gn_src_base_files_scoped__file.cc) = e3c5e5933afec4dc6bb99d9b14d228d011113ab4
SHA1 (patch-tools_gn_src_gn_args.cc) = 095df9b1830863fdb2ce28a7412bf2e27bbe58c3
SHA1 (patch-tools_gn_src_gn_version.h) = e95732f2629bc2f69cdd2728e278bd390d68a2d8
SHA1 (patch-tools_gn_src_util_exe__path.cc) = d64565a052bf20f1cd2714301b69f4299bc05310
SHA1 (patch-tools_gn_src_util_exe__path.cc) = ea6e80e78d058c6c4b24138bad791718e1867f27
SHA1 (patch-tools_grit_grit__rule.gni) = c04f1cee3e1cb545806d7e9fdea8bc8ae701d4ee
SHA1 (patch-tools_ipc__fuzzer_ipc__fuzzer.gni) = c01a05e69e693d5f238605c089376cb46d37b820
SHA1 (patch-tools_json__schema__compiler_feature__compiler.py) = f3d74e67b275d475f17b7f7b7c08da0fe8771f37

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/build/gen.py.orig 2020-06-25 09:40:29.000000000 +0000
+++ tools/gn/build/gen.py
@@ -45,6 +45,8 @@ class Platform(object):

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/src/base/files/file_util.h.orig 2020-07-15 19:07:32.000000000 +0000
+++ tools/gn/src/base/files/file_util.h
@@ -325,7 +325,7 @@ bool VerifyPathControlledByAdmin(const b

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/src/base/files/file_util_posix.cc.orig 2020-07-15 19:07:32.000000000 +0000
+++ tools/gn/src/base/files/file_util_posix.cc
@@ -210,7 +210,7 @@ bool ReplaceFile(const FilePath& from_pa

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/src/base/files/scoped_file.cc.orig 2020-07-15 19:07:32.000000000 +0000
+++ tools/gn/src/base/files/scoped_file.cc
@@ -31,7 +31,7 @@ void ScopedFDCloseTraits::Free(int fd) {

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/src/gn/args.cc.orig 2020-06-25 09:40:29.000000000 +0000
+++ tools/gn/src/gn/args.cc
@@ -316,6 +316,8 @@ void Args::SetSystemVarsLocked(Scope* de

View File

@ -1,5 +1,7 @@
$NetBSD$
https://gn-review.googlesource.com/c/gn/+/9700
--- tools/gn/src/util/exe_path.cc.orig 2020-06-25 09:40:29.000000000 +0000
+++ tools/gn/src/util/exe_path.cc
@@ -15,7 +15,7 @@