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

Unified Diff: mojo/public/js/bindings/tests/DEPS

Issue 411553003: Validate incoming JS Message Headers: test message parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Factored common Buffer class, moved JS binding tests Created 6 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: mojo/public/js/bindings/tests/DEPS
diff --git a/mojo/public/js/bindings/tests/DEPS b/mojo/public/js/bindings/tests/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..5680175f426825330f8fa4e3f8915090249909db
--- /dev/null
+++ b/mojo/public/js/bindings/tests/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+base",
+ "+gin",
+ "+v8",
+ "+mojo/bindings/js/core.h",
+ "+mojo/common/test"
+]

Powered by Google App Engine
This is Rietveld 408576698