| Index: gypfiles/standalone.gypi
|
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
|
| index a2047f1c40cfdd4a1c0c44f1f1652314f1f42028..d3233050d1b1aec75dd5a8f38752426c56d353e3 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': '..',
|
| # .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
|
|
|