| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 2abbf780e792db9120c6ee9df46ec252c2b13a9b..3c1ceb98a8f9134b6cf2bce2114734c4399acac8 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -985,7 +985,27 @@
|
| 'sources': [
|
| 'content_unittests.isolate',
|
| ],
|
| - },
|
| + },
|
| + ],
|
| + 'conditions': [
|
| + ['archive_gpu_tests==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'content_gl_tests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'content_shell_and_tests.gyp:content_gl_tests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + 'content_gl_tests.isolate',
|
| + ],
|
| + 'sources': [
|
| + 'content_gl_tests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['OS!="ios"', {
|
| @@ -1390,6 +1410,12 @@
|
| 'dependencies': [
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
| + }, {
|
| + 'dependencies': [
|
| + # Runtime dependencis.
|
| + '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|