| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index 26ec59a368a480372f840508b199938f18a96804..ba66b6e559bdc0202f419f1d9463e724c637a063 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -675,22 +675,22 @@
|
| }],
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| - '../content/content_shell_and_tests.gyp:jpeg_decode_accelerator_unittest',
|
| + '../media/media.gyp:jpeg_decode_accelerator_unittest',
|
| ],
|
| }],
|
| ['chromeos==1 or OS=="mac"', {
|
| 'dependencies': [
|
| - '../content/content_shell_and_tests.gyp:video_encode_accelerator_unittest',
|
| + '../media/media.gyp:video_encode_accelerator_unittest',
|
| ],
|
| }],
|
| ['chromeos==1 and target_arch != "arm"', {
|
| 'dependencies': [
|
| - '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest',
|
| + '../media/media.gyp:vaapi_jpeg_decoder_unittest',
|
| ],
|
| }],
|
| ['chromeos==1 or OS=="win" or OS=="android"', {
|
| 'dependencies': [
|
| - '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest',
|
| + '../media/media.gyp:video_decode_accelerator_unittest',
|
| ],
|
| }],
|
| ['OS=="linux" or OS=="win"', {
|
|
|