summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-06-28 17:17:26 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-06-28 17:17:26 +0200
commit6154cb911e5163dbaef46675cb760d0813cea894 (patch)
tree7dbba0c85a572d5d38de96dbc1f52cbf41d5cf21 /www-client/chromium/files
parentapp-misc/pdfpc: Version bump to 4.0.7 (diff)
downloadgentoo-6154cb911e5163dbaef46675cb760d0813cea894.tar.gz
gentoo-6154cb911e5163dbaef46675cb760d0813cea894.tar.bz2
gentoo-6154cb911e5163dbaef46675cb760d0813cea894.zip
www-client/chromium: dev channel bump (61.0.3141.7)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-gn-bootstrap-r11.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-gn-bootstrap-r11.patch b/www-client/chromium/files/chromium-gn-bootstrap-r11.patch
new file mode 100644
index 000000000000..a2171a2c6e8c
--- /dev/null
+++ b/www-client/chromium/files/chromium-gn-bootstrap-r11.patch
@@ -0,0 +1,27 @@
+--- a/tools/gn/bootstrap/bootstrap.py
++++ b/tools/gn/bootstrap/bootstrap.py
+@@ -447,6 +447,7 @@ def write_gn_ninja(path, root_gen_dir, options):
+ 'base/metrics/field_trial_param_associator.cc',
+ 'base/metrics/histogram.cc',
+ 'base/metrics/histogram_base.cc',
++ 'base/metrics/histogram_functions.cc',
+ 'base/metrics/histogram_samples.cc',
+ 'base/metrics/metrics_hashes.cc',
+ 'base/metrics/persistent_histogram_allocator.cc',
+@@ -509,6 +510,7 @@ def write_gn_ninja(path, root_gen_dir, options):
+ 'base/third_party/icu/icu_utf.cc',
+ 'base/third_party/nspr/prtime.cc',
+ 'base/threading/post_task_and_reply_impl.cc',
++ 'base/threading/sequence_local_storage_map.cc',
+ 'base/threading/sequenced_task_runner_handle.cc',
+ 'base/threading/sequenced_worker_pool.cc',
+ 'base/threading/simple_thread.cc',
+@@ -533,7 +535,7 @@ def write_gn_ninja(path, root_gen_dir, options):
+ 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
+ 'base/trace_event/heap_profiler_allocation_register.cc',
+ 'base/trace_event/heap_profiler_event_filter.cc',
+- 'base/trace_event/heap_profiler_heap_dump_writer.cc',
++ 'base/trace_event/heap_profiler_event_writer.cc',
+ 'base/trace_event/heap_profiler_serialization_state.cc',
+ 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
+ 'base/trace_event/heap_profiler_string_deduplicator.cc',