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

Unified Diff: components/nacl/loader/nonsfi/DEPS

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: components/nacl/loader/nonsfi/DEPS
diff --git a/components/nacl/loader/nonsfi/DEPS b/components/nacl/loader/nonsfi/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..d875e1fca30928de339ba62486a45415409adbf8
--- /dev/null
+++ b/components/nacl/loader/nonsfi/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+ppapi/nacl_irt/irt_ppapi.h",
Mark Seaborn 2014/02/15 03:00:52 You can put "+ppapi/nacl_irt" since the whole dire
hidehiko 2014/02/19 13:05:02 Done.
+ "+ppapi/proxy/plugin_main_irt.h",
Mark Seaborn 2014/02/15 03:00:52 Similarly, "+ppapi/proxy". Normally specific head
hidehiko 2014/02/19 13:05:02 Moved to components/nacl/loader/DEPS. I have kept
+]

Powered by Google App Engine
This is Rietveld 408576698