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

Unified Diff: extensions/extensions.gyp

Issue 1900233004: [chrome.displaySource] Implement software based H.264 video encoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase Created 4 years, 8 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 | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 3aae4cb258e6b603f96fce52096d3a347125aac4..f2ee014ae9817c26203053780131b3a33e78cb21 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -226,6 +226,14 @@
'sources': [
'<@(extensions_renderer_sources_wifi_display)',
],
+ 'conditions': [
+ ['use_openh264==1', {
hbos_chromium 2016/04/28 09:02:33 I added the use_openh264 flag so that I could cont
hbos_chromium 2016/04/28 09:22:15 If this does not apply because this is an extensio
e_hakkinen 2016/04/28 13:47:39 The code is not used without an extra flags anyway
hbos_chromium 2016/04/28 14:27:29 There are reasons for why third_party/openh264 is
+ 'defines': ['USE_OPENH264=1'],
+ 'dependencies': [
+ '../third_party/openh264/openh264.gyp:openh264_encoder',
+ ]
+ }]
+ ]
}],
],
},
« no previous file with comments | « no previous file | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698