| Index: gypfiles/standalone.gypi
|
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
|
| index a2047f1c40cfdd4a1c0c44f1f1652314f1f42028..3963494823e513ceea90ff925f0fd04e0f655a3d 100644
|
| --- a/gypfiles/standalone.gypi
|
| +++ b/gypfiles/standalone.gypi
|
| @@ -206,6 +206,7 @@
|
| 'v8_extra_library_files': ['../test/cctest/test-extra.js'],
|
| 'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-extra.js'],
|
|
|
| + 'v8_tracing_include_dir': '<(DEPTH)',
|
| # .gyp files or targets should set v8_code to 1 if they build V8 specific
|
| # code, as opposed to external code. This variable is used to control such
|
| # things as the set of warnings to enable, and whether warnings are treated
|
|
|