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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 # ppapi/tests should not be dependent on other parts of chromium; it should stay 1 # ppapi/tests should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible. 2 # browser-neutral as much as possible.
3 include_rules = [ 3 include_rules = [
4 "-base", 4 "-base",
5 "-build", 5 "-build",
6 "-ipc", 6 "-ipc",
7 "-uncode", 7 "-uncode",
8 "-testing", 8 "-testing",
9 "-ppapi", 9 "-ppapi",
10 "+ppapi/c", 10 "+ppapi/c",
11 "+ppapi/cpp", 11 "+ppapi/cpp",
12 "+ppapi/lib", 12 "+ppapi/lib",
13 "+ppapi/tests", 13 "+ppapi/tests",
14 "+ppapi/utility", 14 "+ppapi/utility",
15 15
16 # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to 16 # Test to confirm whether PPB_Audio_Shared works properly in NaCl needs to
17 # call nacl_irt_ppapihook internally to emulate some erroneous situation. 17 # call nacl_irt_ppapihook internally to emulate some erroneous situation.
18 "+native_client/src/untrusted/irt/irt.h", 18 "+native_client/src/untrusted/irt/irt.h",
19 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h", 19 "+ppapi/native_client/src/untrusted/irt_stub/thread_creator.h",
20
21 # test_packaged_app.cc that tests if the open_resource IRT works fine in a
22 # packaged app needs to use __nacl_irt_query.
23 "+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.
20 ] 24 ]
21 # checkdeps.py shouldn't check include paths for files in clang, which aren't 25 # checkdeps.py shouldn't check include paths for files in clang, which aren't
22 # part of the chrome build. 26 # part of the chrome build.
23 skip_child_includes = [ 27 skip_child_includes = [
24 "clang", 28 "clang",
25 ] 29 ]
OLDNEW
« 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