| Index: chrome/interactive_ui_tests.isolate
|
| diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
|
| index 3e271c6a32b27ff1ee1fd945c15ede568f48f3a5..9f2717d35fbf1596e7f8078bcb105b9524d9268a 100644
|
| --- a/chrome/interactive_ui_tests.isolate
|
| +++ b/chrome/interactive_ui_tests.isolate
|
| @@ -88,6 +88,13 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="win" and target_arch=="ia32"', {
|
| + 'variables': {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/wow_helper.exe',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
|
| 'variables': {
|
| 'files': [
|
|
|