Chromium Code Reviews| Index: sandbox/linux/sandbox_linux.gypi |
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi |
| index 75f37c935ce8df53f3491cdeaff51c8b3e466082..2abfe2fbfea20c1d8d97db19c5e0342afe585046 100644 |
| --- a/sandbox/linux/sandbox_linux.gypi |
| +++ b/sandbox/linux/sandbox_linux.gypi |
| @@ -57,6 +57,22 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'sandbox_linux_test_utils', |
| + 'dependencies': [ |
| + '../testing/gtest.gyp:gtest', |
| + ], |
| + 'include_dirs': [ |
| + '../..', |
| + ], |
| + 'sources': [ |
| + 'tests/test_utils.cc', |
| + 'tests/test_utils.h', |
| + 'tests/unit_tests.cc', |
| + 'tests/unit_tests.h', |
| + ], |
| + 'type': 'static_library', |
|
Mark Seaborn
2014/04/15 23:03:14
Nit: put after target_name
hamaji
2014/04/16 02:10:48
Done.
|
| + }, |
| + { |
| # The main sandboxing test target. |
| 'target_name': 'sandbox_linux_unittests', |
| 'includes': [ |