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

Unified Diff: tools/mb/mb_config.pyl

Issue 2705873002: Add gbm to wheezy, jessie sysroots. (Closed)
Patch Set: Created 3 years, 10 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 | « build/linux/sysroot_scripts/sysroot-creator-wheezy.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index cbfdd39d779f5aa342e08cbdf6200ad394b0e90e..176c633967eca90a57b19f798205269cb85c2d6b 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1203,7 +1203,7 @@
],
'gpu_fyi_tests_chromeos_ozone_release_trybot': [
- 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'ozone',
+ 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'angle_ozone',
Jamie Madill 2017/02/22 20:46:30 nit: make this a use_system_drm_and_gbm, and keep
],
'gpu_fyi_tests_chromeos_release_trybot': [
@@ -1531,6 +1531,10 @@
'gn_args': 'build_angle_deqp_tests=true',
},
+ 'angle_ozone': {
+ 'gn_args': ('use_system_libdrm=true', 'use_system_minigbm=true', 'use_ozone=true'),
+ },
+
'arm': {
'gn_args': 'target_cpu="arm"',
},
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-wheezy.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698