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

Unified Diff: build/gn_migration.gypi

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase /w master and corrected comment about build flag Created 5 years 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 | « build/all.gyp ('k') | third_party/openh264/BUILD.gn » ('j') | no next file with comments »
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 3861cef916199775aabcb45eb611be318b516e38..4cffcbc261d1d8e14bd60ff912fc8f090d492c30 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -528,8 +528,15 @@
['chromecast==1', {
'dependencies': [
'../chromecast/chromecast.gyp:cast_shell',
- ]
- }]
+ ],
+ }],
+ ['use_openh264==1', {
+ 'dependencies': [
+ '../third_party/openh264/openh264.gyp:openh264_common',
+ '../third_party/openh264/openh264.gyp:openh264_processing',
+ '../third_party/openh264/openh264.gyp:openh264_encoder',
+ ],
+ }],
],
},
{
« no previous file with comments | « build/all.gyp ('k') | third_party/openh264/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698