From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09377139695 for ; Fri, 17 Feb 2017 01:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12778E0C31; Fri, 17 Feb 2017 01:25:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFF37E0C2D for ; Fri, 17 Feb 2017 01:25:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3F6634102B for ; Fri, 17 Feb 2017 01:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 283E54A6F for ; Fri, 17 Feb 2017 01:25:32 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1487294730.1ab44e503fbfdc096bf06837956a58924129397e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/files/chromium-gn-r10.patch www-client/chromium/files/chromium-gn-r11.patch X-VCS-Directories: www-client/chromium/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1ab44e503fbfdc096bf06837956a58924129397e X-VCS-Branch: master Date: Fri, 17 Feb 2017 01:25:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13eef7b4-a861-48f1-b3a7-027d862f17c2 X-Archives-Hash: a81db0678b6c56d5fcf4cc3bf6885649 commit: 1ab44e503fbfdc096bf06837956a58924129397e Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Wed Feb 15 16:46:24 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Feb 17 01:25:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab44e50 www-client/chromium: remove unused patches www-client/chromium/files/chromium-gn-r10.patch | 22 ----------- www-client/chromium/files/chromium-gn-r11.patch | 50 ------------------------- 2 files changed, 72 deletions(-) diff --git a/www-client/chromium/files/chromium-gn-r10.patch b/www-client/chromium/files/chromium-gn-r10.patch deleted file mode 100644 index bf3e2b1214..0000000000 --- a/www-client/chromium/files/chromium-gn-r10.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/tools/gn/bootstrap/bootstrap.py -+++ b/tools/gn/bootstrap/bootstrap.py -@@ -162,7 +162,7 @@ def build_gn_with_ninja_manually(tempdir, options): - {'USE_EXPERIMENTAL_ALLOCATOR_SHIM': 'true' if is_linux else 'false'}) - - write_buildflag_header_manually(root_gen_dir, 'base/debug/debugging_flags.h', -- {'ENABLE_PROFILING': 'false'}) -+ {'ENABLE_PROFILING': 'false', 'ENABLE_MEMORY_TASK_PROFILER': 'false'}) - - if is_mac: - # //base/build_time.cc needs base/generated_build_date.h, -@@ -456,6 +456,7 @@ def write_gn_ninja(path, root_gen_dir, options): - 'base/task_scheduler/scheduler_worker_pool_impl.cc', - 'base/task_scheduler/scheduler_worker_pool_params.cc', - 'base/task_scheduler/scheduler_worker_stack.cc', -+ 'base/task_scheduler/scoped_set_task_priority_for_current_thread.cc', - 'base/task_scheduler/sequence.cc', - 'base/task_scheduler/sequence_sort_key.cc', - 'base/task_scheduler/task.cc', --- -2.11.0 - diff --git a/www-client/chromium/files/chromium-gn-r11.patch b/www-client/chromium/files/chromium-gn-r11.patch deleted file mode 100644 index af1216e0ef..0000000000 --- a/www-client/chromium/files/chromium-gn-r11.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 615f852746f6a8c1331eec32e8352d7cfcd63f76 Mon Sep 17 00:00:00 2001 -From: saiarcot895 -Date: Mon, 19 Dec 2016 10:35:14 -0800 -Subject: [PATCH] Fix GN bootstrap. - -Update list of required files and compile flags. - -BUG=None - -Review-Url: https://codereview.chromium.org/2588003002 -Cr-Commit-Position: refs/heads/master@{#439509} ---- - tools/gn/bootstrap/bootstrap.py | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py -index bfdf0fc1ce64..c3642e8f487c 100755 ---- a/tools/gn/bootstrap/bootstrap.py -+++ b/tools/gn/bootstrap/bootstrap.py -@@ -162,7 +162,10 @@ def build_gn_with_ninja_manually(tempdir, options): - {'USE_EXPERIMENTAL_ALLOCATOR_SHIM': 'true' if is_linux else 'false'}) - - write_buildflag_header_manually(root_gen_dir, 'base/debug/debugging_flags.h', -- {'ENABLE_PROFILING': 'false'}) -+ { -+ 'ENABLE_PROFILING': 'false', -+ 'ENABLE_MEMORY_TASK_PROFILER': 'false' -+ }) - - if is_mac: - # //base/build_time.cc needs base/generated_build_date.h, -@@ -402,6 +405,7 @@ def write_gn_ninja(path, root_gen_dir, options): - 'base/memory/ref_counted.cc', - 'base/memory/ref_counted_memory.cc', - 'base/memory/singleton.cc', -+ 'base/memory/shared_memory_helper.cc', - 'base/memory/weak_ptr.cc', - 'base/message_loop/incoming_task_queue.cc', - 'base/message_loop/message_loop.cc', -@@ -456,6 +460,7 @@ def write_gn_ninja(path, root_gen_dir, options): - 'base/task_scheduler/scheduler_worker_pool_impl.cc', - 'base/task_scheduler/scheduler_worker_pool_params.cc', - 'base/task_scheduler/scheduler_worker_stack.cc', -+ 'base/task_scheduler/scoped_set_task_priority_for_current_thread.cc', - 'base/task_scheduler/sequence.cc', - 'base/task_scheduler/sequence_sort_key.cc', - 'base/task_scheduler/task.cc', --- -2.11.0 -