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

Unified Diff: ppapi/shared_impl/DEPS

Issue 10809079: Modify the PPB_Audio_Shared code for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/shared_impl/DEPS
===================================================================
--- ppapi/shared_impl/DEPS (revision 148096)
+++ ppapi/shared_impl/DEPS (working copy)
@@ -5,6 +5,9 @@
"+skia",
"+webkit/glue",
+ # The untrusted build references the NaCl integrated runtime (IRT).
+ "+native_client/src/untrusted/irt",
+
# Since this is used by the implementation in /webkit, we don't want it to
# depend on IPC.
"-ipc",

Powered by Google App Engine
This is Rietveld 408576698