Index: build/gn_migration.gypi |
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
index 4462023daeb42b3b158310d5696094ef6cf6b0a2..2b77c74e7b63d79e0c54ecd0be6be0400efba977 100644 |
--- a/build/gn_migration.gypi |
+++ b/build/gn_migration.gypi |
@@ -230,7 +230,6 @@ |
'../content/content_shell_and_tests.gyp:content_shell_apk', |
'../content/content_shell_and_tests.gyp:content_shell_test_apk', |
'../content/content_shell_and_tests.gyp:content_unittests_apk', |
- '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk', |
'../device/device_tests.gyp:device_unittests_apk', |
'../gpu/gpu.gyp:command_buffer_gles2_tests_apk', |
'../gpu/gpu.gyp:gl_tests_apk', |
@@ -240,6 +239,7 @@ |
'../media/cast/cast.gyp:cast_unittests_apk', |
'../media/media.gyp:media_perftests_apk', |
'../media/media.gyp:media_unittests_apk', |
+ '../media/media.gyp:video_decode_accelerator_unittest_apk', |
'../media/midi/midi.gyp:midi_unittests_apk', |
'../net/net.gyp:net_junit_tests', |
'../net/net.gyp:net_unittests_apk', |
@@ -673,22 +673,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"', { |