| Index: ppapi/ppapi_internal.gyp
|
| diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
|
| index 989a5915f63d534abb3ff9a785a5915a9ced7860..c69a0302cc90e8097db9e46d526eae23c03ea9ed 100644
|
| --- a/ppapi/ppapi_internal.gyp
|
| +++ b/ppapi/ppapi_internal.gyp
|
| @@ -149,6 +149,11 @@
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| ],
|
| }],
|
| + ['OS=="linux"', {
|
| + 'dependencies': [
|
| + '../components/tracing.gyp:tracing',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
| @@ -196,6 +201,11 @@
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| ],
|
| }],
|
| + ['OS=="linux"', {
|
| + 'dependencies': [
|
| + '../components/tracing.gyp:tracing',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|