Bustage fix for
bug 1140123 to add graphene platforms to try platform list.
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -1746,16 +1746,19 @@ BRANCHES = {
'linux64-mulet': {},
'linux64-b2g-haz': {},
'macosx64_gecko': {},
'macosx64_gecko-debug': {},
'macosx64-mulet': {},
'win32_gecko': {},
'win32_gecko-debug': {},
'win32-mulet': {},
+ 'linux64_graphene': {},
+ 'macosx64_graphene': {},
+ 'win64_graphene': {},
'emulator': {},
'emulator-debug': {},
'emulator-jb': {},
'emulator-jb-debug': {},
'emulator-kk': {},
'emulator-kk-debug': {},
'emulator-l': {},
'emulator-l-debug': {},