DescriptionUse relative include path to gen-dir to include multiple-stage-generated header
InternalSettingsGenerated.h is included by V8InternalSettingsGenerated.h as
"../../../out/Release/gen/blink/core/testing/InternalSettingsGenerated.h".
And it was emitted to the depfile as
"gen/../../../out/Release/gen/blink/core/testing/InternalSettingsGenerated.h".
That confuses dependency analysis of Ninja and causes unneeded rebuild.
This CL converts it to the relative path to out/Release/gen/blink, so that
the include path is simplified to "core/testing/InternalSettingsGenerated.h".
BUG=531579
Committed: https://crrev.com/760e315dd4247192d0cd0ae86c285c5205da2cb4
Cr-Commit-Position: refs/heads/master@{#366975}
Patch Set 1 #
Messages
Total messages: 15 (8 generated)
|