| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 3be737a05f4fa5b6198d4cce82ad6447f7bd271b..4c0cdaa8e61548a610f034ff5cc4436d81fd087e 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -74,6 +74,24 @@
|
| 'ppapi.gyp:ppapi_cpp',
|
| 'ppapi_internal.gyp:ppapi_shared',
|
| ],
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(PRODUCT_DIR)',
|
| + 'files': [
|
| + # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
|
| + 'tests/test_case.html',
|
| + 'tests/test_case.html.mock-http-headers',
|
| + 'tests/test_page.css',
|
| + 'native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nmf',
|
| + ],
|
| + },
|
| + {
|
| + 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
|
| + 'files': [
|
| + 'tests/test_url_loader_data/hello.txt',
|
| + ],
|
| + },
|
| + ],
|
| 'run_as': {
|
| 'action': [
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
|
|
|