Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index 49a32813f60882eabfb6bc80c46e6c74028512bf..063b3083058f8d9e5cfb1a9e8605bfa602736f51 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -468,6 +468,12 @@ |
| ], |
| }], |
| ['disable_nacl==0', { |
| + 'includes': [ |
| + 'nacl/nacl_defines.gypi', |
| + ], |
| + 'defines': [ |
| + '<@(nacl_defines)', |
| + ], |
| 'sources': [ |
| 'nacl/browser/nacl_file_host_unittest.cc', |
| 'nacl/browser/nacl_process_host_unittest.cc', |