| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index f18f975f1a61f63f80a23cffe7c2d262f5fd7ea0..e6ae7fe062ab778f74c4740e63c9f1f5a3c3c0d2 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -674,7 +674,6 @@
|
| # iOS does not use message_pump_libevent.
|
| ['exclude', '^message_pump_libevent_unittest\\.cc$'],
|
| ['exclude', '^prefs/json_pref_store_unittest.\\cc$'],
|
| -
|
| ],
|
| 'conditions': [
|
| ['coverage != 0', {
|
| @@ -703,6 +702,7 @@
|
| 'test_data_files': [
|
| 'data/json/bom_feff.json',
|
| 'data/file_util_unittest',
|
| + 'test/data',
|
| ],
|
| 'test_data_prefix': 'base',
|
| },
|
|
|