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

Unified Diff: components/nacl/renderer/DEPS

Issue 131413009: Prototype: Use Chromium IPC for plugin LOAD_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, some FIXMEs cleaned up 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: components/nacl/renderer/DEPS
diff --git a/components/nacl/renderer/DEPS b/components/nacl/renderer/DEPS
index c72eb55d1f6b42e413472759468a2e75c3c0af8e..06b38a97e08219c6403aa6d827b58a58d7d5270c 100644
--- a/components/nacl/renderer/DEPS
+++ b/components/nacl/renderer/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+content/public/renderer",
"+ppapi/c",
+ "+ppapi/cpp",
"+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl registration.
"+ppapi/proxy",
"+ppapi/shared_impl",

Powered by Google App Engine
This is Rietveld 408576698