| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index d9211dee7d6efd56835fd154e4457029fb9507f6..905f199f7492230ed7bf6d395542a92f6074ea37 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -684,6 +684,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',
|
| ],
|
| }],
|
|
|