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

Side by Side 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: incorporated jochen's comment 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../../ppapi/ppapi_nacl_test_common.gypi', 7 '../../../../ppapi/ppapi_nacl_test_common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 ], 694 ],
695 'test_files': [ 695 'test_files': [
696 'pnacl_nmf_options/pnacl_options.html', 696 'pnacl_nmf_options/pnacl_options.html',
697 'pnacl_nmf_options/pnacl_o_0.nmf', 697 'pnacl_nmf_options/pnacl_o_0.nmf',
698 'pnacl_nmf_options/pnacl_o_2.nmf', 698 'pnacl_nmf_options/pnacl_o_2.nmf',
699 'pnacl_nmf_options/pnacl_o_large.nmf', 699 'pnacl_nmf_options/pnacl_o_large.nmf',
700 ], 700 ],
701 }, 701 },
702 }, 702 },
703 { 703 {
704 'target_name': 'pnacl_url_loader_test',
705 'type': 'none',
706 'variables': {
707 'nexe_target': 'pnacl_url_loader',
708 'build_pnacl_newlib': 1,
709 'nexe_destination_dir': 'nacl_test_data',
710 'generate_nmf': 1,
711 'link_flags': [
712 '-lppapi',
713 ],
714 'sources': [
715 'pnacl_url_loader/pnacl_url_loader.cc',
716 ],
717 'test_files': [
718 'pnacl_url_loader/pnacl_url_loader.html',
719 ],
720 },
721 },
722 {
704 'target_name': 'pnacl_dyncode_syscall_disabled_test', 723 'target_name': 'pnacl_dyncode_syscall_disabled_test',
705 'type': 'none', 724 'type': 'none',
706 'variables': { 725 'variables': {
707 'nexe_target': 'pnacl_dyncode_syscall_disabled', 726 'nexe_target': 'pnacl_dyncode_syscall_disabled',
708 'build_pnacl_newlib': 1, 727 'build_pnacl_newlib': 1,
709 'nexe_destination_dir': 'nacl_test_data', 728 'nexe_destination_dir': 'nacl_test_data',
710 'link_flags': [ 729 'link_flags': [
711 '-lppapi', 730 '-lppapi',
712 '-lppapi_test_lib', 731 '-lppapi_test_lib',
713 '-lplatform', 732 '-lplatform',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'files': [ 1032 'files': [
1014 '>@(test_files)', 1033 '>@(test_files)',
1015 ], 1034 ],
1016 }, 1035 },
1017 ], 1036 ],
1018 }, 1037 },
1019 ], 1038 ],
1020 }], 1039 }],
1021 ], 1040 ],
1022 } 1041 }
OLDNEW
« no previous file with comments | « chrome/test/data/nacl/BUILD.gn ('k') | chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698