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

Unified Diff: chrome/chrome_tests.gypi

Issue 8585003: Test NaCl version of ppapi_tests via ui_tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/ui/ppapi_uitest.cc » ('j') | chrome/test/ui/ppapi_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 110336)
+++ chrome/chrome_tests.gypi (working copy)
@@ -787,6 +787,27 @@
'../content/worker/test/worker_uitest.cc',
],
'conditions': [
+ ['disable_nacl!=1', {
+ 'dependencies': [
+ '../ppapi/ppapi_internal.gyp:ppapi_nacl_tests',
+ ],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '../ppapi/tests/test_case.html',
+ '../ppapi/tests/test_page.css',
+ '../ppapi/native_client/tests/ppapi_tests/test_case.nmf',
+ ],
+ },
+ {
+ 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
+ 'files': [
+ '../ppapi/tests/test_url_loader_data/hello.txt',
+ ],
+ },
+ ],
+ }],
['target_arch!="arm"', {
'dependencies': [
'../webkit/webkit.gyp:copy_npapi_test_plugin',
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | chrome/test/ui/ppapi_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698