提交 21437d49 编写于 作者: M Matt Perry

Add flutter_gcm back to build deps if --enable-gcm is present.

上级 a24a4eab
......@@ -88,6 +88,9 @@ deps = {
# TODO(jackson): Remove this once we're able to build Firebase on its own Travis instance
'src/third_party/firebase':
'https://github.com/collinjackson/firebase-sdk.git@master',
'src/third_party/gcm':
'https://github.com/flutter/flutter_gcm.git@master',
}
deps_os = {
......
......@@ -46,5 +46,6 @@ group("sky") {
}
if (enable_gcm) {
deps += [ "//third_party/gcm:gcm" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册