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

Unified Diff: media/media.gyp

Issue 16252006: Refactor BlockDifference() to use MediaInitializer(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android. Cleanup checks. Created 7 years, 6 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 | « media/base/media.cc ('k') | media/video/capture/screen/differ_block.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d3d7999404104dbd7e820475d607101659332a77..ca88ea640c98eb389915d040e21af1c25e916a6f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -869,6 +869,9 @@
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
],
+ 'defines': [
+ 'SCREEN_CAPTURE_SUPPORTED',
+ ],
}, {
'sources/': [
['exclude', '^video/capture/screen/'],
« no previous file with comments | « media/base/media.cc ('k') | media/video/capture/screen/differ_block.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698