| Index: chrome/browser_tests.isolate
|
| diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
|
| index be11cf831bb106f0c5812d870f8a2a378ad02a89..2907468ffafe832f2b78e8555927198981503782 100644
|
| --- a/chrome/browser_tests.isolate
|
| +++ b/chrome/browser_tests.isolate
|
| @@ -222,6 +222,14 @@
|
| ],
|
| },
|
| }],
|
| + # TODO(hidehiko,mazda): Include nacl_helper_nonsfi for ARM when supported.
|
| + ['chromeos==1 and (target_arch=="x64" or target_arch=="ia32")', {
|
| + 'variables': {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/nacl_helper_nonsfi',
|
| + ],
|
| + },
|
| + }],
|
| ],
|
| 'includes': [
|
| '../base/base.isolate',
|
|
|