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

Unified Diff: ppapi/proxy/DEPS

Issue 9728001: Make the file chooser use PP_ArrayOutput (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 8 years, 9 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/proxy/DEPS
diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS
index a159be37993a4531ed10e4d696670edd434739fb..1bfd52f7549421e805bac684ee1d9667ff03b760 100644
--- a/ppapi/proxy/DEPS
+++ b/ppapi/proxy/DEPS
@@ -8,8 +8,9 @@ include_rules = [
# We don't want the proxy to depend on the C++ layer, which is appropriate
# for plugins only. However, the completion callback factory is a very useful
# tool that we would otherwise have to duplicate, and has no other
- # dependencies, so we allow that.
+ # dependencies, so we allow that (and the output traits it depends on).
"-ppapi/cpp",
- "+ppapi/cpp/completion_callback.h"
+ "+ppapi/cpp/completion_callback.h",
+ "+ppapi/cpp/output_traits.h"
]

Powered by Google App Engine
This is Rietveld 408576698