aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/internal/googlecloud/ya.make
blob: 93df04cdb0c7e2a1f2aa96a8955050b31842c71c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(googlecloud.go)

GO_TEST_SRCS(googlecloud_test.go)

IF (OS_LINUX)
    SRCS(manufacturer_linux.go)
ENDIF()

IF (OS_DARWIN)
    SRCS(manufacturer.go)
ENDIF()

IF (OS_WINDOWS)
    SRCS(manufacturer_windows.go)
ENDIF()

END()

RECURSE(gotest)