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

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
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/common/gpu/media/vt_video_encode_accelerator.h » ('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 5fce89128d4625ba0948e1e40e74d6f30a5fa321..9c8360f3979c52e1ab42f9a1b9fbb4ea01550281 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -677,6 +677,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/vt_video_encode_accelerator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698