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

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: Created 4 years, 11 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
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/common/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 439987959e1e319899faa4549438fb3ad7c61505..9f7f20557167c96106ac82d68e1cc160a6f1c1bf 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -674,6 +674,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/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698