| Index: tools/gyp/v8.gyp
 | 
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
 | 
| index d23c9bda1cc99877978c8bd448c052ef2459978e..6cd53ee9045474d14bf2373ba5bac331b444b614 100644
 | 
| --- a/tools/gyp/v8.gyp
 | 
| +++ b/tools/gyp/v8.gyp
 | 
| @@ -367,6 +367,8 @@
 | 
|        },
 | 
|        'include_dirs+': [
 | 
|          '../..',
 | 
| +        # To be able to find base/trace_event/common/trace_event_common.h
 | 
| +        '../../..',
 | 
|        ],
 | 
|        'defines': [
 | 
|          # TODO(jochen): Remove again after this is globally turned on.
 | 
| @@ -1030,6 +1032,8 @@
 | 
|          '../../src/strtod.h',
 | 
|          '../../src/ic/stub-cache.cc',
 | 
|          '../../src/ic/stub-cache.h',
 | 
| +        '../../src/tracing/trace-event.cc',
 | 
| +        '../../src/tracing/trace-event.h',
 | 
|          '../../src/transitions-inl.h',
 | 
|          '../../src/transitions.cc',
 | 
|          '../../src/transitions.h',
 | 
| 
 |