summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-11 20:54:31 +0000
committer Eric Hameleers <alien@slackware.com>2017-09-11 20:54:31 +0000
commit47205ea380f9bd67efff471438be3988090fbe9e (patch)
tree4ad7b9e3a2e97cddeb2f936d96cf388bf47bf6d8 /chromium/build/patches
parent38e1156ddbad089707e4245771e42a5efdb0ddf0 (diff)
downloadasb-47205ea380f9bd67efff471438be3988090fbe9e.tar.gz
asb-47205ea380f9bd67efff471438be3988090fbe9e.tar.xz
Initial revision
Diffstat (limited to 'chromium/build/patches')
-rw-r--r--chromium/build/patches/chromium-gn-bootstrap-r14.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium-gn-bootstrap-r14.patch b/chromium/build/patches/chromium-gn-bootstrap-r14.patch
new file mode 100644
index 00000000..3c44c858
--- /dev/null
+++ b/chromium/build/patches/chromium-gn-bootstrap-r14.patch
@@ -0,0 +1,27 @@
+commit 96c271f8ab2be7ea4199078ea65ac50c6ada4685
+Author: Pawel Hajdan, Jr <phajdan.jr@chromium.org>
+Date: Wed Jul 26 21:51:54 2017 +0000
+
+ wip
+
+diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
+index 1390560f8e37..ff2ae57c46b0 100755
+--- a/tools/gn/bootstrap/bootstrap.py
++++ b/tools/gn/bootstrap/bootstrap.py
+@@ -449,6 +449,7 @@ def write_gn_ninja(path, root_gen_dir, options):
+ 'base/metrics/histogram_base.cc',
+ 'base/metrics/histogram_functions.cc',
+ 'base/metrics/histogram_samples.cc',
++ 'base/metrics/histogram_snapshot_manager.cc',
+ 'base/metrics/metrics_hashes.cc',
+ 'base/metrics/persistent_histogram_allocator.cc',
+ 'base/metrics/persistent_memory_allocator.cc',
+@@ -534,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_event_writer.cc',
++ 'base/trace_event/heap_profiler_heap_dump_writer.cc',
+ 'base/trace_event/heap_profiler_serialization_state.cc',
+ 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
+ 'base/trace_event/heap_profiler_type_name_deduplicator.cc',