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

Unified Diff: remoting/remoting.gyp

Issue 3555004: Resubmit - Roll DEPS to include changes to FFmpeg build system (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: resubmit Created 10 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
« no previous file with comments | « DEPS ('k') | tools/generate_stubs/generate_stubs.py » ('j') | 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 47d498c335803fea6452914bb658d16ac5466215..7caf8b98c9bbba4838105713afecda21da11a950 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -454,6 +454,12 @@
'host/capturer_mac_unittest.cc',
],
}],
+ ['target_arch=="arm"', {
+ 'sources!': [
+ 'base/decoder_vp8_unittest.cc',
+ 'base/encoder_vp8_unittest.cc',
+ ],
+ }],
], # end of 'conditions'
}, # end of target 'chromoting_unittests'
], # end of targets
« no previous file with comments | « DEPS ('k') | tools/generate_stubs/generate_stubs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698