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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 6478018: Basic implementation of Pepper Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated copyright year Created 9 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: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 4a3d03fe5f63d150b34c19e38e9c7da71b8022be..42b60118b19b4656a47b3d0b6d0158c7308ae76d 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -166,6 +166,8 @@
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
+ '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle',
+ '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle_p2p',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
'webkit_resources',

Powered by Google App Engine
This is Rietveld 408576698