| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 9239c24e416ddd87627bf7763144c0b22d94e25c..c4a57b076f73723ca6060984df3e6e9a11337e5d 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -77,6 +77,9 @@ declare_args() {
|
|
|
| # Compile for Thread Sanitizer to find threading bugs.
|
| is_tsan = false
|
| +
|
| + # When running in gyp-generating mode, this is the root of the build tree.
|
| + gyp_output_dir = "out"
|
| }
|
|
|
| # =============================================================================
|
|
|