summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-05-24 09:05:48 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-05-24 09:06:53 +0200
commit3269bfcc48d35843d03e06ff5cbbce00d8f7b30c (patch)
tree7d191d719fcea10ba26ec0706211c7c259866b4f /www-client/chromium/files
parentsci-libs/xdrfile: add ~ppc keyword (bug 563378) (diff)
downloadgentoo-3269bfcc48d35843d03e06ff5cbbce00d8f7b30c.tar.gz
gentoo-3269bfcc48d35843d03e06ff5cbbce00d8f7b30c.tar.bz2
gentoo-3269bfcc48d35843d03e06ff5cbbce00d8f7b30c.zip
www-client/chromium: dev channel bump (60.0.3107.4)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-gn-bootstrap-r7.patch16
-rw-r--r--www-client/chromium/files/chromium-system-harfbuzz-r1.patch25
2 files changed, 41 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-gn-bootstrap-r7.patch b/www-client/chromium/files/chromium-gn-bootstrap-r7.patch
new file mode 100644
index 000000000000..4fa1d9d49569
--- /dev/null
+++ b/www-client/chromium/files/chromium-gn-bootstrap-r7.patch
@@ -0,0 +1,16 @@
+Index: tools/gn/bootstrap/bootstrap.py
+diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
+index 5e624eab4fc4294f054bece4fcbd179cd4ce996f..c52779ef4327df3e6adb76b77bc7735e2724bedc 100755
+--- a/tools/gn/bootstrap/bootstrap.py
++++ b/tools/gn/bootstrap/bootstrap.py
+@@ -600,7 +601,9 @@ def write_gn_ninja(path, root_gen_dir, options):
+ 'base/threading/platform_thread_posix.cc',
+ 'base/threading/thread_local_storage_posix.cc',
+ 'base/threading/worker_pool_posix.cc',
+- 'base/time/time_posix.cc',
++ 'base/time/time_conversion_posix.cc',
++ 'base/time/time_exploded_posix.cc',
++ 'base/time/time_now_posix.cc',
+ 'base/trace_event/heap_profiler_allocation_register_posix.cc',
+ ])
+ static_libraries['libevent'] = {
diff --git a/www-client/chromium/files/chromium-system-harfbuzz-r1.patch b/www-client/chromium/files/chromium-system-harfbuzz-r1.patch
new file mode 100644
index 000000000000..616dae026c63
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-harfbuzz-r1.patch
@@ -0,0 +1,25 @@
+--- a/build/linux/unbundle/harfbuzz-ng.gn.orig 2017-05-23 20:53:36.592001223 +0000
++++ b/build/linux/unbundle/harfbuzz-ng.gn 2017-05-23 20:56:18.595309433 +0000
+@@ -17,7 +17,21 @@
+ headers = [ "hb.h" ]
+ }
+
+-source_set("harfbuzz-ng") {
++group("harfbuzz-ng") {
++ public_deps = [
++ ":harfbuzz-ng-ft",
++ ":harfbuzz-ng-without-freetype",
++ ]
++}
++
++source_set("harfbuzz-ng-ft") {
++ deps = [
++ ":harfbuzz_shim",
++ ]
++ public_configs = [ ":system_harfbuzz" ]
++}
++
++source_set("harfbuzz-ng-without-freetype") {
+ deps = [
+ ":harfbuzz_shim",
+ ]