| OLD | NEW |
| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'dependencies': [ | 491 'dependencies': [ |
| 492 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 492 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 493 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 493 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 494 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 494 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 495 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 495 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 496 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 496 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
| 497 'ppapi_test_lib', | 497 'ppapi_test_lib', |
| 498 ], | 498 ], |
| 499 }, | 499 }, |
| 500 { | 500 { |
| 501 'target_name': 'pm_redir_test', | |
| 502 'type': 'none', | |
| 503 'variables': { | |
| 504 'nexe_target': 'pm_redir_test', | |
| 505 'build_newlib': 1, | |
| 506 'build_glibc': 1, | |
| 507 'build_pnacl_newlib': 1, | |
| 508 'nexe_destination_dir': 'nacl_test_data', | |
| 509 'link_flags': [ | |
| 510 '-lppapi', | |
| 511 '-lplatform', | |
| 512 '-lgio', | |
| 513 ], | |
| 514 'sources': [ | |
| 515 'postmessage_redir/pm_redir_test.cc', | |
| 516 ], | |
| 517 'test_files': [ | |
| 518 'postmessage_redir/pm_redir_test.html', | |
| 519 ], | |
| 520 }, | |
| 521 'dependencies': [ | |
| 522 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | |
| 523 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | |
| 524 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | |
| 525 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | |
| 526 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | |
| 527 ], | |
| 528 }, | |
| 529 { | |
| 530 'target_name': 'pm_manifest_file', | 501 'target_name': 'pm_manifest_file', |
| 531 'type': 'none', | 502 'type': 'none', |
| 532 'variables': { | 503 'variables': { |
| 533 'nexe_target': 'pm_manifest_file', | 504 'nexe_target': 'pm_manifest_file', |
| 534 'build_newlib': 1, | 505 'build_newlib': 1, |
| 535 'build_glibc': 1, | 506 'build_glibc': 1, |
| 536 # TODO(ncbray) support file injection into PNaCl manifest. | 507 # TODO(ncbray) support file injection into PNaCl manifest. |
| 537 'build_pnacl_newlib': 0, | 508 'build_pnacl_newlib': 0, |
| 538 'nexe_destination_dir': 'nacl_test_data', | 509 'nexe_destination_dir': 'nacl_test_data', |
| 539 'link_flags': [ | 510 'link_flags': [ |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 'files': [ | 1175 'files': [ |
| 1205 '>@(test_files)', | 1176 '>@(test_files)', |
| 1206 ], | 1177 ], |
| 1207 }, | 1178 }, |
| 1208 ], | 1179 ], |
| 1209 }, | 1180 }, |
| 1210 ], | 1181 ], |
| 1211 }], | 1182 }], |
| 1212 ], | 1183 ], |
| 1213 } | 1184 } |
| OLD | NEW |