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

Unified Diff: webrtc/media/media.gyp

Issue 2321493002: Reland of move all reference to carbon api (Closed)
Patch Set: fix chromium build issues Created 4 years, 3 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
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 2eb72710d9199c76d97d2c050f45ea6ae415c221..5efdec178a36b5b0c6c3d2dae1fee338eb2dcb05 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -173,24 +173,6 @@
},
},
}],
- ['OS=="mac" and target_arch=="ia32"', {
- 'sources': [
- 'devices/carbonvideorenderer.cc',
- 'devices/carbonvideorenderer.h',
- ],
- 'link_settings': {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-framework Carbon',
- ],
- },
- },
- }],
- ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
- 'defines': [
- 'CARBON_DEPRECATED=YES',
- ],
- }],
],
}, # target rtc_media
], # targets.
« no previous file with comments | « webrtc/media/devices/videorendererfactory.h ('k') | webrtc/modules/desktop_capture/mac/desktop_configuration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698