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

Unified Diff: remoting/remoting.gyp

Issue 7601002: Revert r95841 due to failing media_unittests on linux_shared bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/video/video_decode_engine.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 95843)
+++ remoting/remoting.gyp (working copy)
@@ -213,6 +213,15 @@
'host/plugin/host_plugin.rc',
],
}],
+ ['target_arch=="arm"', {
+ 'dependencies': [
+ '../third_party/libvpx/libvpx.gyp:libvpx_lib',
+ ],
+ }, {
+ 'dependencies': [
+ '../third_party/libvpx/libvpx.gyp:libvpx',
+ ],
+ }],
],
}, # end of target 'remoting_host_plugin'
{
@@ -335,19 +344,12 @@
],
'conditions': [
['target_arch=="arm"', {
- 'dependencies': [
- '../third_party/libvpx/libvpx.gyp:libvpx_lib',
- ],
'sources!': [
'base/decoder_vp8.cc',
'base/decoder_vp8.h',
'base/encoder_vp8.cc',
'base/encoder_vp8.h',
],
- }, {
- 'dependencies': [
- '../third_party/libvpx/libvpx.gyp:libvpx',
- ],
}],
],
}, # end of target 'remoting_base'
« no previous file with comments | « media/video/video_decode_engine.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698