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

Unified Diff: ppapi/tests/extensions/extensions.gyp

Issue 758383002: Test open_resource IRT in NewlibPackagedAppTest.SuccessfulLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more comment fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/tests/extensions/packaged_app/controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/extensions.gyp
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
index 82d85592ca98f605d51aab64f46bbad689f117f0..ec3eac8a5f0093391d951ee3bf9d3fb71e0c1090 100644
--- a/ppapi/tests/extensions/extensions.gyp
+++ b/ppapi/tests/extensions/extensions.gyp
@@ -65,6 +65,20 @@
'packaged_app/index.html',
'packaged_app/main.js',
'packaged_app/manifest.json',
+ 'packaged_app/test_file.txt',
+ 'packaged_app/test_file2.txt',
+ ],
+ 'create_nmf_args_portable': [
+ # Add lots of "files" entries to make sure that open_resource can
+ # handle more files than FileDescriptorSet::kMaxDescriptorsPerMessage.
+ '-xtest_file0:test_file.txt',
+ '-xtest_file1:test_file2.txt',
+ '-xtest_file2:test_file.txt',
+ '-xtest_file3:test_file2.txt',
+ '-xtest_file4:test_file.txt',
+ '-xtest_file5:test_file2.txt',
+ '-xtest_file6:test_file.txt',
+ '-xtest_file7:test_file2.txt',
],
},
'conditions': [
« no previous file with comments | « no previous file | ppapi/tests/extensions/packaged_app/controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698