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

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

Issue 16296005: Split pnacl and nacl mime types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After (hopefully) last rebase. Created 7 years, 6 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 c9512e3d7ccea27af960b5994cd88d9597de48c0..40756ec1f8d89401e698375b3ddc230fcbb2d064 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -159,6 +159,23 @@
]
},
{
+ 'target_name': 'pnacl_mime_type_test',
+ 'type': 'none',
+ 'variables': {
+ 'build_newlib': 1,
+ 'build_glibc': 1,
+ 'build_pnacl_newlib': 1,
+ 'nexe_destination_dir': 'nacl_test_data',
+ # No need to translate AOT.
+ 'enable_x86_32': 0,
+ 'enable_x86_64': 0,
+ 'enable_arm': 0,
+ 'test_files': [
+ 'pnacl_mime_type/pnacl_mime_type.html',
+ ],
+ },
+ },
+ {
'target_name': 'pnacl_options_test',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698