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

Unified Diff: ppapi/tests/DEPS

Issue 758383002: Test open_resource IRT in NewlibPackagedAppTest.SuccessfulLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 1 month 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 06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38..90d75dff73d600ecc0cb415bdea022a6203f7615 100644
--- a/ppapi/tests/DEPS
+++ b/ppapi/tests/DEPS
@@ -17,6 +17,10 @@ include_rules = [
# 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",
+
+ # test_packaged_app.cc that tests if the open_resource IRT works fine in a
+ # packaged app needs to use __nacl_irt_query.
+ "+native_client/src/untrusted/nacl/nacl_irt.h",
Mark Seaborn 2014/12/02 00:18:06 See other comment about nacl_interface_query()...
Yusuke Sato 2014/12/02 01:20:27 Removed.
]
# checkdeps.py shouldn't check include paths for files in clang, which aren't
# part of the chrome build.
« no previous file with comments | « no previous file | ppapi/tests/extensions/extensions.gyp » ('j') | ppapi/tests/extensions/packaged_app/test_packaged_app.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698