• Dan Elphick's avatar
    [build] Improve build dependencies for gn check · 3a997519
    Dan Elphick authored
    Currently if gn check is enabled (with v8/third_party ignored), there
    are many errors due to headers being used without adding the proper
    dependency in BUILD.gn (or because it's being used transitively without
    a public_deps chain).
    
    This makes the number of errors go from 2114 to 195.
    
    Apart from adding dependencies, it also moves _v8_internal_Node_Print
    from objects-printer.cc to node.cc so it can see the Node::Print method
    which wouldn't otherwise be possible without a circular dependency. Also
    removes the previously deleted compiler/graph-builder-tester.h file.
    
    Bug: v8:7330
    Change-Id: Icb34585fbef621588265cf4267cfc88ecbcf0a72
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2702331Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Commit-Queue: Dan Elphick <delphick@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72908}
    3a997519
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
basic-block-profiler.cc Loading commit data...
basic-block-profiler.h Loading commit data...
code-tracer.h Loading commit data...
compilation-statistics.cc Loading commit data...
compilation-statistics.h Loading commit data...
disasm.h Loading commit data...
disassembler.cc Loading commit data...
disassembler.h Loading commit data...
eh-frame.cc Loading commit data...
eh-frame.h Loading commit data...
gdb-jit.cc Loading commit data...
gdb-jit.h Loading commit data...
objects-debug.cc Loading commit data...
objects-printer.cc Loading commit data...
perf-jit.cc Loading commit data...
perf-jit.h Loading commit data...
unwinder.cc Loading commit data...
unwinder.h Loading commit data...
unwinding-info-win64.cc Loading commit data...
unwinding-info-win64.h Loading commit data...