Chromium Code Reviews| Index: src/d8.gyp |
| diff --git a/src/d8.gyp b/src/d8.gyp |
| index e60b01f8c847145c9c8c4d4875eb654151dace60..cc65a5b75a6c290e2bc36caaee857c3a852ea58d 100644 |
| --- a/src/d8.gyp |
| +++ b/src/d8.gyp |
| @@ -44,6 +44,7 @@ |
| # Generated source files need this explicitly: |
| 'include_dirs+': [ |
| '..', |
| + '<(DEPTH)', |
|
Camillo Bruni
2016/07/27 08:29:07
We manually specify includes for each file, so I'm
lpy
2016/07/27 19:58:37
This is for correctly including the trace_event_co
|
| ], |
| 'sources': [ |
| 'd8.h', |