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

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

Issue 10918152: Port nacl_integration exit_status test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 52ddc9e9e75b6f5a2961265ee8cf357d672c34be..b3cd0188d5a7eb1e87a30736d915c979b6846893 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -8,7 +8,18 @@
],
'targets': [
{
- 'target_name': 'nacl_tests',
+ 'target_name': 'shared_test_files',
+ 'type': 'none',
+ 'variables': {
+ 'build_newlib': 1,
+ 'build_glibc': 1,
+ 'test_files': [
+ '<(DEPTH)/ppapi/native_client/tools/browser_tester/browserdata/nacltest.js',
Mark Seaborn 2012/09/11 22:10:06 Nit: do you want a TODO to move this into chrome/t
Nick Bray (chromium) 2012/09/12 01:19:13 Done.
+ ],
+ },
+ },
+ {
+ 'target_name': 'simple_test',
'type': 'none',
'variables': {
'nexe_target': 'simple',
@@ -22,5 +33,20 @@
],
},
},
+ {
+ 'target_name': 'exit_status_test',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'pm_exit_status_test',
+ 'build_newlib': 1,
+ 'build_glibc': 1,
+ 'sources': [
+ 'exit_status/pm_exit_status_test.cc',
+ ],
+ 'test_files': [
+ 'exit_status/pm_exit_status_test.html',
+ ],
+ },
+ },
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698