Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index c18ca6308e18ee5d47b9085b4d8d4be503285808..7898f420dc301f30dd3d00f752933631804bc097 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -581,6 +581,19 @@ |
['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$'], |
['exclude', '^timer_unittest\\.cc$'], |
], |
+ 'actions': [ |
+ { |
+ 'action_name': 'copy_test_data', |
+ 'variables': { |
+ 'test_data_files': [ |
+ 'data/json/bom_feff.json', |
+ 'data/file_util_unittest', |
+ ], |
+ 'test_data_prefix': 'base', |
+ }, |
+ 'includes': [ '../build/copy_test_data_ios.gypi' ], |
+ }, |
+ ], |
}], |
['use_glib==1', { |
'sources!': [ |