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

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: Merge 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') | no next file with comments »
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..e1f8386c7c1d58c190e131ba7abfaee8c35fe91a
--- /dev/null
+++ b/chrome/test/nacl/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # Tests will need access to error codes and similar.
+ # TODO(mseaborn) clean up how we include files from the native_client
+ # directory.
+ # See: https://code.google.com/p/nativeclient/issues/detail?id=2832
+ "+native_client",
+ "+ppapi",
+]
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698