Chromium Code Reviews| Index: mojo/mojo_variables.gypi |
| diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi |
| index ef362b721ccee7b2f08132bef3635e3e7d45276c..36f65def743832cc1f39867f96dd417d30d266ed 100644 |
| --- a/mojo/mojo_variables.gypi |
| +++ b/mojo/mojo_variables.gypi |
| @@ -41,5 +41,12 @@ |
| 'mojo_gles2_for_component': "mojo_base.gyp:mojo_none", |
| }], |
| ], |
| + 'mojo_public_system_unittest_sources': [ |
| + 'public/c/system/tests/core_unittest.cc', |
|
Mark Seaborn
2014/09/09 19:13:10
Nit: indent by 2 from the parent level, not 4
Nick Bray (chromium)
2014/09/09 23:12:32
Done.
|
| + 'public/c/system/tests/core_unittest_pure_c.c', |
| + 'public/c/system/tests/macros_unittest.cc', |
| + 'public/cpp/system/tests/core_unittest.cc', |
| + 'public/cpp/system/tests/macros_unittest.cc', |
| + ], |
| }, |
| } |