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

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

Issue 513273003: Drop NaCl support for posting stdout/stderr to JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out documentation changes. Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dc14c0abca327b1c047f41eb2bbec754962c00b2..cfb0d8cc80604d95d2705d62cf5637c32d060457 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -498,35 +498,6 @@
],
},
{
- 'target_name': 'pm_redir_test',
- 'type': 'none',
- 'variables': {
- 'nexe_target': 'pm_redir_test',
- 'build_newlib': 1,
- 'build_glibc': 1,
- 'build_pnacl_newlib': 1,
- 'nexe_destination_dir': 'nacl_test_data',
- 'link_flags': [
- '-lppapi',
- '-lplatform',
- '-lgio',
- ],
- 'sources': [
- 'postmessage_redir/pm_redir_test.cc',
- ],
- 'test_files': [
- 'postmessage_redir/pm_redir_test.html',
- ],
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
- '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
- '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
- ],
- },
- {
'target_name': 'pm_manifest_file',
'type': 'none',
'variables': {
« no previous file with comments | « no previous file | chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698