| Index: components/tracing.gyp
|
| diff --git a/components/tracing.gyp b/components/tracing.gyp
|
| index fe7e588f3ff65327e8202241c70b6fc5e288135e..4f8a796c7ad6d258ca4a1852c07ac9a5cf39b68c 100644
|
| --- a/components/tracing.gyp
|
| +++ b/components/tracing.gyp
|
| @@ -8,11 +8,13 @@
|
| # on this, thus if you try to rename this to gypi and include it in
|
| # components.gyp, you will get a circular dependency error.
|
| {
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + },
|
| 'targets' : [
|
| {
|
| 'target_name': 'tracing',
|
| 'type': 'static_library',
|
| - 'defines!': ['CONTENT_IMPLEMENTATION'],
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../ipc/ipc.gyp:ipc',
|
|
|