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

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: Comment fixes 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
« no previous file with comments | « chrome/test/data/nacl/exit_status/pm_exit_status_test.html ('k') | chrome/test/nacl/nacl_browsertest.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 52ddc9e9e75b6f5a2961265ee8cf357d672c34be..73a133abb15bd808a2f228ef262b7fa3f771429a 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -8,7 +8,20 @@
],
'targets': [
{
- 'target_name': 'nacl_tests',
+ 'target_name': 'shared_test_files',
+ 'type': 'none',
+ 'variables': {
+ 'build_newlib': 1,
+ 'build_glibc': 1,
+ 'test_files': [
+ # TODO(ncbray) move into chrome/test/data/nacl when all tests are
+ # converted.
+ '<(DEPTH)/ppapi/native_client/tools/browser_tester/browserdata/nacltest.js',
+ ],
+ },
+ },
+ {
+ 'target_name': 'simple_test',
'type': 'none',
'variables': {
'nexe_target': 'simple',
@@ -22,5 +35,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',
+ ],
+ },
+ },
],
-}
+}
« no previous file with comments | « chrome/test/data/nacl/exit_status/pm_exit_status_test.html ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698