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', |
Mark Seaborn
2014/07/02 23:48:36
Can you comment the reason for this change in the
teravest
2014/07/07 22:48:47
Done.
|
+ ], |
+ 'defines': [ |
+ '<@(nacl_defines)', |
+ ], |
'sources': [ |
'nacl/browser/nacl_file_host_unittest.cc', |
'nacl/browser/nacl_process_host_unittest.cc', |