Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 578506c575e8e8ddfc3cd4076da71fa8dfe80984..7d8e3d010afa1978448e9e4f85d73ec9917ab6d6 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1599,6 +1599,17 @@ |
| ], |
| }, |
| { |
| + # GN: //content/test:content_site_isolation_browsertests_run |
| + 'target_name': 'content_site_isolation_browsertests_run', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'content_browsertests_run', |
|
M-A Ruel
2016/01/22 18:52:29
'content_browsertests',
?
|
| + ], |
| + 'sources': [ |
| + 'content_site_isolation_browsertests.isolate', |
| + ], |
| + }, |
| + { |
| # GN version: //content/test:content_gl_tests |
| 'target_name': 'content_gl_tests', |
| 'type': '<(gtest_target_type)', |