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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 1665453003: Add browser tests for FetchEvent.request.mode/credentials in the service worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on 1665533003 Created 4 years, 10 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: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index b68e381133dc8dc93b4d73f4f26fc9f1927a8471..47da2510efe1de7ec6e9f153c6cf726e6d74a7e5 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -701,6 +701,25 @@
},
},
{
+ 'target_name': 'pnacl_url_loader_test',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'pnacl_url_loader',
+ 'build_pnacl_newlib': 1,
+ 'nexe_destination_dir': 'nacl_test_data',
+ 'generate_nmf': 1,
+ 'link_flags': [
+ '-lppapi',
+ ],
+ 'sources': [
+ 'pnacl_url_loader/pnacl_url_loader.cc',
+ ],
+ 'test_files': [
+ 'pnacl_url_loader/pnacl_url_loader.html',
+ ],
+ },
+ },
+ {
'target_name': 'pnacl_dyncode_syscall_disabled_test',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698