mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2425 from mpcomplete/gcm.deps
Add flutter_gcm back to build deps if --enable-gcm is present.
This commit is contained in:
commit
8beadfdc19
3
DEPS
3
DEPS
@ -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" ]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user