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

Unified Diff: remoting/remoting.gyp

Issue 7623020: Build remoting with libvpx in all platforms (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 | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 53918958ab5e280442e0a0b78025139f67ca0c35..4d44ce1b8981a71f5ab50f8382baaf4a696586c4 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -338,16 +338,6 @@
'base/util.cc',
'base/util.h',
],
- 'conditions': [
- ['target_arch=="arm"', {
- 'sources!': [
- 'base/decoder_vp8.cc',
- 'base/decoder_vp8.h',
- 'base/encoder_vp8.cc',
- 'base/encoder_vp8.h',
- ],
- }],
- ],
}, # end of target 'remoting_base'
{
@@ -820,12 +810,6 @@
],
],
}],
- ['target_arch=="arm"', {
- 'sources!': [
- 'base/decoder_vp8_unittest.cc',
- 'base/encoder_vp8_unittest.cc',
- ],
- }],
], # end of 'conditions'
}, # end of target 'remoting_unittests'
], # end of targets
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698