| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 74d593740d1fd9bb185e04c8783bcb91313228bf..51513ca4e92209427c4476e707ff4c12ebadc972 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2950,6 +2950,21 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'content_gl_tests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../content/content_shell_and_tests.gyp:content_gl_tests',
|
| + 'chrome_run',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + 'content_gl_tests.isolate',
|
| + ],
|
| + 'sources': [
|
| + 'content_gl_tests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'gl_tests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|