CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: updated to 3.32.1
[ports/opt-arm.git] / chromium / chromium-gn-bootstrap-r14.patch
1 commit 96c271f8ab2be7ea4199078ea65ac50c6ada4685
2 Author: Pawel Hajdan, Jr <phajdan.jr@chromium.org>
3 Date: Wed Jul 26 21:51:54 2017 +0000
4
5 wip
6
7 diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
8 index 1390560f8e37..ff2ae57c46b0 100755
9 --- a/tools/gn/bootstrap/bootstrap.py
10 +++ b/tools/gn/bootstrap/bootstrap.py
11 @@ -449,6 +449,7 @@ def write_gn_ninja(path, root_gen_dir, options):
12 'base/metrics/histogram_base.cc',
13 'base/metrics/histogram_functions.cc',
14 'base/metrics/histogram_samples.cc',
15 + 'base/metrics/histogram_snapshot_manager.cc',
16 'base/metrics/metrics_hashes.cc',
17 'base/metrics/persistent_histogram_allocator.cc',
18 'base/metrics/persistent_memory_allocator.cc',
19 @@ -534,7 +535,7 @@ def write_gn_ninja(path, root_gen_dir, options):
20 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
21 'base/trace_event/heap_profiler_allocation_register.cc',
22 'base/trace_event/heap_profiler_event_filter.cc',
23 - 'base/trace_event/heap_profiler_event_writer.cc',
24 + 'base/trace_event/heap_profiler_heap_dump_writer.cc',
25 'base/trace_event/heap_profiler_serialization_state.cc',
26 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
27 'base/trace_event/heap_profiler_type_name_deduplicator.cc',