| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index 7464d78ebac4a0c249a594973ad664a60263027e..fcb793a246ced6194cc79c66a6021c106bb55f2b 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -678,6 +678,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',
|
| ],
|
| }],
|
|
|