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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 10699045: Fix PPB_MouseLock.LockMouse crash and add tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes in response to Vincent's suggestions & fix compilation failure. Created 8 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: 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)',

Powered by Google App Engine
This is Rietveld 408576698