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

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

Issue 418423002: Pepper: Stop using SRPC for irt_open_resource(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows fix Created 6 years, 4 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'dependencies': [ 538 'dependencies': [
539 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 539 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
540 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', 540 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
541 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', 541 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
542 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', 542 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
543 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi m.gyp:aot', 543 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi m.gyp:aot',
544 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', 544 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
545 ], 545 ],
546 }, 546 },
547 { 547 {
548 'target_name': 'pm_manifest_file',
549 'type': 'none',
550 'variables': {
551 'nexe_target': 'pm_manifest_file',
552 'build_newlib': 1,
553 'build_glibc': 1,
554 # TODO(ncbray) support file injection into PNaCl manifest.
555 'build_pnacl_newlib': 0,
556 'nexe_destination_dir': 'nacl_test_data',
557 'link_flags': [
558 '-lnacl_ppapi_util',
559 '-lppapi_cpp',
560 '-lppapi',
561 '-lsrpc',
562 '-lplatform',
563 '-lgio',
564 '-limc',
565 '-limc_syscalls',
566 '-lweak_ref',
567 ],
568 'sources': [
569 'manifest_file/pm_manifest_file_test.cc',
570 ],
571 'create_nmf_args_portable': [
572 '-xtest_file:test_file.txt',
573 '-xnmf says hello world:test_file.txt',
574 ],
575 'test_files': [
576 'manifest_file/pm_manifest_file_test.html',
577 ],
578 },
579 'dependencies': [
580 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
581 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
582 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
583 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib',
584 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
585 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
586 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_lib',
587 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
588 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib',
589 'nacl_ppapi_util',
590 ],
591 },
592 {
593 'target_name': 'pm_pre_init_manifest_file',
594 'type': 'none',
595 'variables': {
596 'nexe_target': 'pm_pre_init_manifest_file',
597 'build_newlib': 1,
598 'build_glibc': 1,
599 # TODO(ncbray) support file injection into PNaCl manifest.
600 'build_pnacl_newlib': 0,
601 'nexe_destination_dir': 'nacl_test_data',
602 'link_flags': [
603 '-lnacl_ppapi_util',
604 '-lppapi_cpp',
605 '-lppapi',
606 '-lsrpc',
607 '-lplatform',
608 '-lgio',
609 '-limc',
610 '-limc_syscalls',
611 '-lweak_ref',
612 ],
613 'sources': [
614 'manifest_file/pm_pre_init_manifest_file_test.cc',
615 ],
616 'create_nmf_args_portable': [
617 '-xtest_file:test_file.txt',
618 '-xnmf says hello world:test_file.txt',
619 ],
620 'test_files': [
621 'manifest_file/pm_pre_init_manifest_file_test.html',
622 ],
623 },
624 'dependencies': [
625 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
626 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
627 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
628 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib',
629 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
630 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
631 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_lib',
632 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
633 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib',
634 'nacl_ppapi_util',
635 ],
636 },
637 {
638 'target_name': 'irt_manifest_file', 548 'target_name': 'irt_manifest_file',
639 'type': 'none', 549 'type': 'none',
640 'variables': { 550 'variables': {
641 'nexe_target': 'irt_manifest_file', 551 'nexe_target': 'irt_manifest_file',
642 'build_newlib': 1, 552 'build_newlib': 1,
643 # Linking problems - can't find __nacl_irt_query. 553 # Linking problems - can't find __nacl_irt_query.
644 'build_glibc': 0, 554 'build_glibc': 0,
645 # TODO(ncbray) support file injection into PNaCl manifest. 555 # TODO(ncbray) support file injection into PNaCl manifest.
646 'build_pnacl_newlib': 0, 556 'build_pnacl_newlib': 0,
647 'nexe_destination_dir': 'nacl_test_data', 557 'nexe_destination_dir': 'nacl_test_data',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'files': [ 1164 'files': [
1255 '>@(test_files)', 1165 '>@(test_files)',
1256 ], 1166 ],
1257 }, 1167 },
1258 ], 1168 ],
1259 }, 1169 },
1260 ], 1170 ],
1261 }], 1171 }],
1262 ], 1172 ],
1263 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698