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

Unified Diff: chrome/test/nacl/DEPS

Issue 10825462: Add browser_test to check that NaCl is logging UMA samples correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest.cc » ('j') | chrome/test/nacl/nacl_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/DEPS
diff --git a/chrome/test/nacl/DEPS b/chrome/test/nacl/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..aaa6e1a640b37e10531a8b3d8b552643c375890c
--- /dev/null
+++ b/chrome/test/nacl/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # Tests will need access to error codes and similar.
+ "+native_client",
Mark Seaborn 2012/08/21 19:41:37 Maybe list the specific header here, i.e. "native_
Nick Bray (chromium) 2012/08/24 18:17:48 1) I didn't want to list specific files because th
Mark Seaborn 2012/08/24 19:30:42 As we discussed, please read the issue I linked, w
Nick Bray (chromium) 2012/08/24 21:13:56 Done.
+ "+ppapi",
+]
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest.cc » ('j') | chrome/test/nacl/nacl_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698