| 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
|
|
|