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

Unified Diff: tools_webrtc/mb/mb_config.pyl

Issue 3002833002: Try compiling android with c++14 using MB. (Closed)
Patch Set: Roll chromium_revision d323a482ee..c7cea15b71 (494468:495064) Created 3 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/mb/mb_config.pyl
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index 03d05f6d0052737878674ffb077ab279c1714c05..06aed0939b0ab46312fa574688eaef26af7930eb 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -338,7 +338,7 @@
# mb should use. See //tools/mb/docs/user_guide.md for more information.
'mixins': {
'android': {
- 'gn_args': 'target_os="android"',
+ 'gn_args': 'target_os="android" use_cxx11=false',
},
'arm': {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698