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

Unified Diff: ppapi/tests/DEPS

Issue 240523002: Add test to make sure if PPB_Audio_Shared::StartThread() works. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/tests/DEPS
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS
index 4f757144fc69abfbf903a277921a687ea92384de..06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38 100644
--- a/ppapi/tests/DEPS
+++ b/ppapi/tests/DEPS
@@ -12,6 +12,11 @@ include_rules = [
"+ppapi/lib",
"+ppapi/tests",
"+ppapi/utility",
+
+ # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to
+ # call nacl_irt_ppapihook internally to emulate some erroneous situation.
+ "+native_client/src/untrusted/irt/irt.h",
+ "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h",
]
# checkdeps.py shouldn't check include paths for files in clang, which aren't
# part of the chrome build.

Powered by Google App Engine
This is Rietveld 408576698