Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: ppapi/ppapi_internal.gyp

Issue 140573003: Connect PPAPI IPC channels for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698