diff options
Diffstat (limited to 'o3d/tests/tests.gyp')
-rw-r--r-- | o3d/tests/tests.gyp | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp index d1e497bc..80e8da7 100644 --- a/o3d/tests/tests.gyp +++ b/o3d/tests/tests.gyp @@ -29,7 +29,8 @@ '../../skia/skia.gyp:skia', '../../testing/gtest.gyp:gtest', '../build/nacl.gyp:build_nacl', - '../compiler/technique/technique.gyp:technique', + '../compiler/technique/technique.gyp:o3dTechnique', + '../compiler/technique/technique.gyp:o3dTechniqueTest', '../core/core.gyp:o3dCore', '../core/core.gyp:o3dCorePlatform', '../core/core.gyp:o3dCoreTest', @@ -45,6 +46,42 @@ 'common/cross/test_utils.cc', 'common/cross/main.cc', ], + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/bitmap_test', + 'files': [ + "bitmap_test/5kx5k.dds", + "bitmap_test/5kx5k.jpg", + "bitmap_test/5kx5k.png", + "bitmap_test/5kx5k.tga", + "bitmap_test/dds-dxt1-256x256-alpha.dds", + "bitmap_test/dds-dxt1-256x256-mipmap.dds", + "bitmap_test/dds-dxt1-256x256.dds", + "bitmap_test/dds-dxt3-256x256-alpha.dds", + "bitmap_test/dds-dxt3-256x256-mipmap.dds", + "bitmap_test/dds-dxt5-256x256-alpha.dds", + "bitmap_test/dds-dxt5-256x256-mipmap.dds", + "bitmap_test/gif-256x256-interlaced.gif", + "bitmap_test/gif-256x256.gif", + "bitmap_test/jpeg-256x256.jpg", + "bitmap_test/png-20x14-4bit-palette.png", + "bitmap_test/png-256x256-24bit-interlaced.png", + "bitmap_test/png-256x256-24bit.png", + "bitmap_test/png-256x256-32bit.png", + "bitmap_test/png-256x256-8bit-palette-alpha.png", + "bitmap_test/png-256x256-8bit-palette.png", + "bitmap_test/png-2x2-24bit-drawimage-src.png", + "bitmap_test/png-4x4-24bit-drawimage-argb8-src.png", + "bitmap_test/png-4x4-24bit-drawimage-src.png", + "bitmap_test/png-8x4-24bit-drawimage-argb8-dest.png", + "bitmap_test/png-8x4-24bit-drawimage-dest.png", + "bitmap_test/png-8x8-24bit-drawimage-src.png", + "bitmap_test/test_source.psd", + "bitmap_test/tga-256x256-24bit.tga", + "bitmap_test/tga-256x256-32bit.tga", + ], + }, + ], 'conditions' : [ ['OS == "mac"', { |