Index: components/components_unittests.isolate |
diff --git a/components/components_unittests.isolate b/components/components_unittests.isolate |
index a284dc1d8e7c5845257dc2f6cbdb567bebaf60d6..f79939d1600ce26995d92d61039ff73a255b43c3 100644 |
--- a/components/components_unittests.isolate |
+++ b/components/components_unittests.isolate |
@@ -2,6 +2,11 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
+ 'variables': { |
+ 'files': [ |
+ 'test/data/', |
+ ], |
+ }, |
'conditions': [ |
['OS=="android"', { |
'variables': { |
@@ -10,7 +15,6 @@ |
'<(PRODUCT_DIR)/content_resources.pak', |
'<(PRODUCT_DIR)/locales/en-US.pak', |
'<(PRODUCT_DIR)/resources.pak', |
- 'test/data/', |
], |
}, |
}], |