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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 7800003: Added an empty test suite for Graphics3D. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | ppapi/tests/test_graphics_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
===================================================================
--- ppapi/ppapi_tests.gypi (revision 98648)
+++ ppapi/ppapi_tests.gypi (working copy)
@@ -94,6 +94,8 @@
'tests/test_file_system.h',
'tests/test_graphics_2d.cc',
'tests/test_graphics_2d.h',
+ 'tests/test_graphics_3d.cc',
+ 'tests/test_graphics_3d.h',
'tests/test_image_data.cc',
'tests/test_image_data.h',
'tests/test_memory.cc',
@@ -129,6 +131,15 @@
'dependencies': [
'ppapi.gyp:ppapi_cpp'
],
+ 'run_as': {
+ 'action': [
+ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
+ '--enable-pepper-testing',
+ '--enable-accelerated-plugins',
+ '--register-pepper-plugins=$(TargetPath);application/x-ppapi-tests',
+ 'file://$(ProjectDir)/tests/test_case.html?testcase=',
+ ],
+ },
'conditions': [
['OS=="win"', {
'defines': [
« no previous file with comments | « no previous file | ppapi/tests/test_graphics_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698