Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Unified Diff: build/gn_migration.gypi

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu@ comments. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
}],
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/common/gpu/media/video_encode_accelerator_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698