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

Side by Side Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 303683005: Add failure case for manifest file testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 '-limc_syscalls', 637 '-limc_syscalls',
638 '-lweak_ref', 638 '-lweak_ref',
639 '-lnacl', 639 '-lnacl',
640 ], 640 ],
641 'sources': [ 641 'sources': [
642 'manifest_file/irt_manifest_file_test.cc', 642 'manifest_file/irt_manifest_file_test.cc',
643 ], 643 ],
644 'create_nmf_args_portable': [ 644 'create_nmf_args_portable': [
645 '-xtest_file:test_file.txt', 645 '-xtest_file:test_file.txt',
646 '-xnmf says hello world:test_file.txt', 646 '-xnmf says hello world:test_file.txt',
647 # There is no dummy_test_file.txt file intentionally. This is just for
648 # a test case where there is a manifest entry, but no actual file.
649 '-xdummy_test_file:dummy_test_file.txt',
647 ], 650 ],
648 'test_files': [ 651 'test_files': [
649 'manifest_file/irt_manifest_file_test.html', 652 'manifest_file/irt_manifest_file_test.html',
650 ], 653 ],
651 }, 654 },
652 'dependencies': [ 655 'dependencies': [
653 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 656 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
654 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', 657 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
655 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', 658 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
656 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib', 659 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 'files': [ 1208 'files': [
1206 '>@(test_files)', 1209 '>@(test_files)',
1207 ], 1210 ],
1208 }, 1211 },
1209 ], 1212 ],
1210 }, 1213 },
1211 ], 1214 ],
1212 }], 1215 }],
1213 ], 1216 ],
1214 } 1217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698