Chromium Code Reviews| Index: build/gn_migration.gypi |
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
| index 5fce89128d4625ba0948e1e40e74d6f30a5fa321..9c8360f3979c52e1ab42f9a1b9fbb4ea01550281 100644 |
| --- a/build/gn_migration.gypi |
| +++ b/build/gn_migration.gypi |
| @@ -677,6 +677,10 @@ |
| ['chromeos==1', { |
| 'dependencies': [ |
| '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unittest', |
| + ], |
| + }], |
| + ['chromeos==1 or OS=="mac"', { |
| + 'dependencies': [ |
| '../content/content_shell_and_tests.gyp:video_encode_accelerator_unittest', |
| ], |
| }], |